Commit 5286aa5af9655c164420b47c1d1ec4acbc521e74
1 parent
fa8d45fc
Exists in
master
and in
28 other branches
Translation files update; adding Spanish locale
Showing
8 changed files
with
320 additions
and
250 deletions
Show diff stats
app/views/box_organizer/_slideshow_block.rhtml
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | [ _('%{gallery} (%{count} images)') % {:gallery => item.path, :count => item.images.reject{|image| image.folder?}.count}, item.id ] | 3 | [ _('%{gallery} (%{count} images)') % {:gallery => item.path, :count => item.images.reject{|image| image.folder?}.count}, item.id ] |
4 | }) %> | 4 | }) %> |
5 | 5 | ||
6 | -<%= labelled_form_field(_('Image size'), select('block', 'image_size', [[_('Miniatura'), 'thumb'],[_('Slideshow size'), 'slideshow']])) %> | 6 | +<%= labelled_form_field(_('Image size'), select('block', 'image_size', [[_('Thumbnail'), 'thumb'],[_('Slideshow size'), 'slideshow']])) %> |
7 | 7 | ||
8 | <%= labelled_form_field _('Image transition:'), select('block', 'interval', [[_('No automatic transition'), 0]] + [1, 2, 3, 4, 5, 10, 20, 30, 60].map {|item| [n_('Every 1 second', 'Every %d seconds', item) % item, item]}) %> | 8 | <%= labelled_form_field _('Image transition:'), select('block', 'interval', [[_('No automatic transition'), 0]] + [1, 2, 3, 4, 5, 10, 20, 30, 60].map {|item| [n_('Every 1 second', 'Every %d seconds', item) % item, item]}) %> |
9 | 9 |
config/environment.rb
@@ -108,6 +108,7 @@ Noosfero.locales = { | @@ -108,6 +108,7 @@ Noosfero.locales = { | ||
108 | 'hy' => 'հայերեն լեզու', | 108 | 'hy' => 'հայերեն լեզու', |
109 | 'de' => 'Deutsch', | 109 | 'de' => 'Deutsch', |
110 | 'ru' => 'русский язык', | 110 | 'ru' => 'русский язык', |
111 | + 'es' => 'Español', | ||
111 | } | 112 | } |
112 | # if you want to override this, do it in config/local.rb ! | 113 | # if you want to override this, do it in config/local.rb ! |
113 | Noosfero.default_locale = nil | 114 | Noosfero.default_locale = nil |
po/de/noosfero.po
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | # | 6 | # |
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | -"Project-Id-Version: noosfero 0.23.0\n" | ||
10 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | 9 | +"Project-Id-Version: noosfero 0.23.1\n" |
10 | +"POT-Creation-Date: 2010-04-30 20:17-0300\n" | ||
11 | "PO-Revision-Date: 2010-01-20 13:44-0300\n" | 11 | "PO-Revision-Date: 2010-01-20 13:44-0300\n" |
12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" | 12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" |
13 | "Language-Team: German <de@li.org>\n" | 13 | "Language-Team: German <de@li.org>\n" |
@@ -76,7 +76,7 @@ msgstr "" | @@ -76,7 +76,7 @@ msgstr "" | ||
76 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 76 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
77 | #: app/models/block.rb:- app/models/comment.rb:- | 77 | #: app/models/block.rb:- app/models/comment.rb:- |
78 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 78 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
79 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 79 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
80 | #: app/views/cms/_textile_article.rhtml:5 | 80 | #: app/views/cms/_textile_article.rhtml:5 |
81 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 81 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
82 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 82 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -396,27 +396,27 @@ msgstr "Hauptinhalt" | @@ -396,27 +396,27 @@ msgstr "Hauptinhalt" | ||
396 | msgid "This block is invisible. Your visitors will not see it." | 396 | msgid "This block is invisible. Your visitors will not see it." |
397 | msgstr "Dieser Bereich ist nicht sichtbar. Ihre Kunden werden ihn nicht sehen." | 397 | msgstr "Dieser Bereich ist nicht sichtbar. Ihre Kunden werden ihn nicht sehen." |
398 | 398 | ||
399 | -#: app/helpers/boxes_helper.rb:194 | 399 | +#: app/helpers/boxes_helper.rb:189 |
400 | msgid "Can't move up anymore." | 400 | msgid "Can't move up anymore." |
401 | msgstr "Kann nicht höher schieben" | 401 | msgstr "Kann nicht höher schieben" |
402 | 402 | ||
403 | -#: app/helpers/boxes_helper.rb:196 | 403 | +#: app/helpers/boxes_helper.rb:191 |
404 | msgid "Move block up" | 404 | msgid "Move block up" |
405 | msgstr "Block nach oben verschieben" | 405 | msgstr "Block nach oben verschieben" |
406 | 406 | ||
407 | -#: app/helpers/boxes_helper.rb:200 | 407 | +#: app/helpers/boxes_helper.rb:195 |
408 | msgid "Can't move down anymore." | 408 | msgid "Can't move down anymore." |
409 | msgstr "Kann nicht weiter nach unten schieben" | 409 | msgstr "Kann nicht weiter nach unten schieben" |
410 | 410 | ||
411 | -#: app/helpers/boxes_helper.rb:202 | 411 | +#: app/helpers/boxes_helper.rb:197 |
412 | msgid "Move block down" | 412 | msgid "Move block down" |
413 | msgstr "Block nach unten schieben" | 413 | msgstr "Block nach unten schieben" |
414 | 414 | ||
415 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 415 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
416 | msgid "Move to the opposite side" | 416 | msgid "Move to the opposite side" |
417 | msgstr "Zur anderen Seite schieben" | 417 | msgstr "Zur anderen Seite schieben" |
418 | 418 | ||
419 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 419 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
420 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 420 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
421 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 421 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
422 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 422 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -426,24 +426,24 @@ msgstr "Zur anderen Seite schieben" | @@ -426,24 +426,24 @@ msgstr "Zur anderen Seite schieben" | ||
426 | msgid "Edit" | 426 | msgid "Edit" |
427 | msgstr "Ändern" | 427 | msgstr "Ändern" |
428 | 428 | ||
429 | -#: app/helpers/boxes_helper.rb:221 | 429 | +#: app/helpers/boxes_helper.rb:216 |
430 | msgid "Remove block" | 430 | msgid "Remove block" |
431 | msgstr "Entferne Block" | 431 | msgstr "Entferne Block" |
432 | 432 | ||
433 | -#: app/helpers/boxes_helper.rb:221 | 433 | +#: app/helpers/boxes_helper.rb:216 |
434 | msgid "Are you sure you want to remove this block?" | 434 | msgid "Are you sure you want to remove this block?" |
435 | msgstr "Sind Sie sicher, dass Sie diesen Block löschen wollen?" | 435 | msgstr "Sind Sie sicher, dass Sie diesen Block löschen wollen?" |
436 | 436 | ||
437 | -#: app/helpers/boxes_helper.rb:225 | 437 | +#: app/helpers/boxes_helper.rb:220 |
438 | msgid "Help on this block" | 438 | msgid "Help on this block" |
439 | msgstr "Hilfe für diesen Block" | 439 | msgstr "Hilfe für diesen Block" |
440 | 440 | ||
441 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 441 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
442 | #: app/models/link_list_block.rb:23 | 442 | #: app/models/link_list_block.rb:23 |
443 | msgid "Help" | 443 | msgid "Help" |
444 | msgstr "Hilfe" | 444 | msgstr "Hilfe" |
445 | 445 | ||
446 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 446 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
447 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 447 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
448 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 448 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
449 | msgid "Close" | 449 | msgid "Close" |
@@ -958,27 +958,27 @@ msgstr "Klicken Sie, schreiben Sie und bestätigen Sie mit Enter" | @@ -958,27 +958,27 @@ msgstr "Klicken Sie, schreiben Sie und bestätigen Sie mit Enter" | ||
958 | msgid "Search" | 958 | msgid "Search" |
959 | msgstr "Suche" | 959 | msgstr "Suche" |
960 | 960 | ||
961 | -#: app/helpers/application_helper.rb:803 | 961 | +#: app/helpers/application_helper.rb:812 |
962 | msgid "Searched for '%s'" | 962 | msgid "Searched for '%s'" |
963 | msgstr "Suche nach '%s'" | 963 | msgstr "Suche nach '%s'" |
964 | 964 | ||
965 | -#: app/helpers/application_helper.rb:804 | 965 | +#: app/helpers/application_helper.rb:813 |
966 | msgid "In category %s" | 966 | msgid "In category %s" |
967 | msgstr "In Kategorie %s" | 967 | msgstr "In Kategorie %s" |
968 | 968 | ||
969 | -#: app/helpers/application_helper.rb:805 | 969 | +#: app/helpers/application_helper.rb:814 |
970 | msgid "within %d km from %s" | 970 | msgid "within %d km from %s" |
971 | msgstr "mit %d km von %s" | 971 | msgstr "mit %d km von %s" |
972 | 972 | ||
973 | -#: app/helpers/application_helper.rb:806 | 973 | +#: app/helpers/application_helper.rb:815 |
974 | msgid "%d results found" | 974 | msgid "%d results found" |
975 | msgstr "%d Resultate gefunden" | 975 | msgstr "%d Resultate gefunden" |
976 | 976 | ||
977 | -#: app/helpers/application_helper.rb:812 | 977 | +#: app/helpers/application_helper.rb:821 |
978 | msgid "In all categories" | 978 | msgid "In all categories" |
979 | msgstr "In allen Kategorien" | 979 | msgstr "In allen Kategorien" |
980 | 980 | ||
981 | -#: app/helpers/application_helper.rb:900 | 981 | +#: app/helpers/application_helper.rb:909 |
982 | msgid "Online Manual" | 982 | msgid "Online Manual" |
983 | msgstr "" | 983 | msgstr "" |
984 | 984 | ||
@@ -1647,6 +1647,7 @@ msgid "Filename" | @@ -1647,6 +1647,7 @@ msgid "Filename" | ||
1647 | msgstr "Dateiname" | 1647 | msgstr "Dateiname" |
1648 | 1648 | ||
1649 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1649 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1650 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1650 | msgid "Thumbnail" | 1651 | msgid "Thumbnail" |
1651 | msgstr "Vorschaubild" | 1652 | msgstr "Vorschaubild" |
1652 | 1653 | ||
@@ -2149,7 +2150,7 @@ msgstr "Zeigt wo sich der Profilbesitzer in der materiellen Welt befindet." | @@ -2149,7 +2150,7 @@ msgstr "Zeigt wo sich der Profilbesitzer in der materiellen Welt befindet." | ||
2149 | msgid "This profile has no geographical position registered." | 2150 | msgid "This profile has no geographical position registered." |
2150 | msgstr "Für dieses Profil ist keine geografische Position registriert." | 2151 | msgstr "Für dieses Profil ist keine geografische Position registriert." |
2151 | 2152 | ||
2152 | -#: app/models/slideshow_block.rb:9 | 2153 | +#: app/models/slideshow_block.rb:10 |
2153 | #, fuzzy | 2154 | #, fuzzy |
2154 | msgid "Slideshow" | 2155 | msgid "Slideshow" |
2155 | msgstr "Als Einzelbilder anzeigen" | 2156 | msgstr "Als Einzelbilder anzeigen" |
@@ -3102,7 +3103,7 @@ msgstr "" | @@ -3102,7 +3103,7 @@ msgstr "" | ||
3102 | "Dieser Block zeigt einen Ihrer Artikel an. Sie können ihn ändern, in dem sie " | 3103 | "Dieser Block zeigt einen Ihrer Artikel an. Sie können ihn ändern, in dem sie " |
3103 | "einen Artikel auswählen, der in dem Block angezeigt werden soll" | 3104 | "einen Artikel auswählen, der in dem Block angezeigt werden soll" |
3104 | 3105 | ||
3105 | -#: app/models/article_block.rb:12 | 3106 | +#: app/models/article_block.rb:13 |
3106 | msgid "Article not selected yet." | 3107 | msgid "Article not selected yet." |
3107 | msgstr "Artikel nicht ausgewählt " | 3108 | msgstr "Artikel nicht ausgewählt " |
3108 | 3109 | ||
@@ -3359,15 +3360,15 @@ msgstr "Kategorien:" | @@ -3359,15 +3360,15 @@ msgstr "Kategorien:" | ||
3359 | msgid "Change image" | 3360 | msgid "Change image" |
3360 | msgstr "Bild ändern" | 3361 | msgstr "Bild ändern" |
3361 | 3362 | ||
3362 | -#: app/views/shared/access_denied.rhtml:4 | 3363 | +#: app/views/shared/access_denied.rhtml:3 |
3363 | msgid "Access denied" | 3364 | msgid "Access denied" |
3364 | msgstr "Zugriff verweigert" | 3365 | msgstr "Zugriff verweigert" |
3365 | 3366 | ||
3366 | -#: app/views/shared/access_denied.rhtml:9 | 3367 | +#: app/views/shared/access_denied.rhtml:8 |
3367 | msgid "You are not allowed to view this page." | 3368 | msgid "You are not allowed to view this page." |
3368 | msgstr "Es ist Ihnen nicht erlaubt, diese Seite anzusehen." | 3369 | msgstr "Es ist Ihnen nicht erlaubt, diese Seite anzusehen." |
3369 | 3370 | ||
3370 | -#: app/views/shared/access_denied.rhtml:10 | 3371 | +#: app/views/shared/access_denied.rhtml:9 |
3371 | msgid "" | 3372 | msgid "" |
3372 | "If you are supposed to have access to this area, you'll probably want to " | 3373 | "If you are supposed to have access to this area, you'll probably want to " |
3373 | "talk to the people responsible and ask them to give you access." | 3374 | "talk to the people responsible and ask them to give you access." |
@@ -3375,7 +3376,7 @@ msgstr "" | @@ -3375,7 +3376,7 @@ msgstr "" | ||
3375 | "Wenn Sie Zugriff auf diesen Bereich möchten, dann wenden Sie sich bittean " | 3376 | "Wenn Sie Zugriff auf diesen Bereich möchten, dann wenden Sie sich bittean " |
3376 | "die jeweils für diesen Bereich zuständige Person." | 3377 | "die jeweils für diesen Bereich zuständige Person." |
3377 | 3378 | ||
3378 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3379 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3379 | #: app/views/favorite_enterprises/index.rhtml:30 | 3380 | #: app/views/favorite_enterprises/index.rhtml:30 |
3380 | #: app/views/memberships/index.rhtml:8 | 3381 | #: app/views/memberships/index.rhtml:8 |
3381 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3382 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3387,21 +3388,21 @@ msgstr "" | @@ -3387,21 +3388,21 @@ msgstr "" | ||
3387 | msgid "Go back" | 3388 | msgid "Go back" |
3388 | msgstr "Zurück" | 3389 | msgstr "Zurück" |
3389 | 3390 | ||
3390 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3391 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3391 | msgid "Go to the site home page" | 3392 | msgid "Go to the site home page" |
3392 | msgstr "Gehe zur Homepage" | 3393 | msgstr "Gehe zur Homepage" |
3393 | 3394 | ||
3394 | -#: app/views/shared/not_found.rhtml:3 | 3395 | +#: app/views/shared/not_found.rhtml:2 |
3395 | msgid "There is no such page: %s" | 3396 | msgid "There is no such page: %s" |
3396 | msgstr "Gesuchte Seite nicht gefunden: %s" | 3397 | msgstr "Gesuchte Seite nicht gefunden: %s" |
3397 | 3398 | ||
3398 | -#: app/views/shared/not_found.rhtml:5 | 3399 | +#: app/views/shared/not_found.rhtml:4 |
3399 | msgid "You may have clicked an expired link or mistyped the address." | 3400 | msgid "You may have clicked an expired link or mistyped the address." |
3400 | msgstr "" | 3401 | msgstr "" |
3401 | "Sie haben auf einen veralteteten Link geklickt oder sich bei der Adresse " | 3402 | "Sie haben auf einen veralteteten Link geklickt oder sich bei der Adresse " |
3402 | "vertippt." | 3403 | "vertippt." |
3403 | 3404 | ||
3404 | -#: app/views/shared/not_found.rhtml:6 | 3405 | +#: app/views/shared/not_found.rhtml:5 |
3405 | msgid "" | 3406 | msgid "" |
3406 | "If you clicked a link that was in another site, or was given to you by " | 3407 | "If you clicked a link that was in another site, or was given to you by " |
3407 | "someone else, it would be nice if you tell them that their link is not valid " | 3408 | "someone else, it would be nice if you tell them that their link is not valid " |
@@ -3411,7 +3412,7 @@ msgstr "" | @@ -3411,7 +3412,7 @@ msgstr "" | ||
3411 | "Sie bitte den Betreiber dieser Seite, dass dieser Link nicht mehr aktuell " | 3412 | "Sie bitte den Betreiber dieser Seite, dass dieser Link nicht mehr aktuell " |
3412 | "ist." | 3413 | "ist." |
3413 | 3414 | ||
3414 | -#: app/views/shared/not_found.rhtml:10 | 3415 | +#: app/views/shared/not_found.rhtml:9 |
3415 | #: app/views/profile/_private_profile.rhtml:16 | 3416 | #: app/views/profile/_private_profile.rhtml:16 |
3416 | #, fuzzy | 3417 | #, fuzzy |
3417 | msgid "Go to %s home page" | 3418 | msgid "Go to %s home page" |
@@ -3712,10 +3713,14 @@ msgstr "" | @@ -3712,10 +3713,14 @@ msgstr "" | ||
3712 | msgid "There were errors with the following communities: " | 3713 | msgid "There were errors with the following communities: " |
3713 | msgstr "Es sind Probleme in folgenden Communities aufgetreten:" | 3714 | msgstr "Es sind Probleme in folgenden Communities aufgetreten:" |
3714 | 3715 | ||
3715 | -#: app/views/cms/publish.rhtml:26 | 3716 | +#: app/views/cms/publish.rhtml:29 |
3716 | msgid "Publish" | 3717 | msgid "Publish" |
3717 | msgstr "Publizieren" | 3718 | msgstr "Publizieren" |
3718 | 3719 | ||
3720 | +#: app/views/cms/publish.rhtml:34 | ||
3721 | +msgid "This option is temporarily disabled." | ||
3722 | +msgstr "" | ||
3723 | + | ||
3719 | #: app/views/cms/_event.rhtml:8 | 3724 | #: app/views/cms/_event.rhtml:8 |
3720 | msgid "Start date" | 3725 | msgid "Start date" |
3721 | msgstr "Startdatum" | 3726 | msgstr "Startdatum" |
@@ -5078,24 +5083,34 @@ msgstr "" | @@ -5078,24 +5083,34 @@ msgstr "" | ||
5078 | 5083 | ||
5079 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 5084 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
5080 | #, fuzzy | 5085 | #, fuzzy |
5086 | +msgid "Image size" | ||
5087 | +msgstr "Bilder" | ||
5088 | + | ||
5089 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
5090 | +#, fuzzy | ||
5091 | +msgid "Slideshow size" | ||
5092 | +msgstr "Als Einzelbilder anzeigen" | ||
5093 | + | ||
5094 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
5095 | +#, fuzzy | ||
5081 | msgid "Image transition:" | 5096 | msgid "Image transition:" |
5082 | msgstr "Organisation freigeben" | 5097 | msgstr "Organisation freigeben" |
5083 | 5098 | ||
5084 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5099 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5085 | msgid "No automatic transition" | 5100 | msgid "No automatic transition" |
5086 | msgstr "" | 5101 | msgstr "" |
5087 | 5102 | ||
5088 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5103 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5089 | msgid "Every 1 second" | 5104 | msgid "Every 1 second" |
5090 | msgid_plural "Every %d seconds" | 5105 | msgid_plural "Every %d seconds" |
5091 | msgstr[0] "" | 5106 | msgstr[0] "" |
5092 | msgstr[1] "" | 5107 | msgstr[1] "" |
5093 | 5108 | ||
5094 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 5109 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
5095 | msgid "Show images in random order" | 5110 | msgid "Show images in random order" |
5096 | msgstr "" | 5111 | msgstr "" |
5097 | 5112 | ||
5098 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 5113 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
5099 | #, fuzzy | 5114 | #, fuzzy |
5100 | msgid "Display navigation buttons" | 5115 | msgid "Display navigation buttons" |
5101 | msgstr "Zeige eine Liste von Links" | 5116 | msgstr "Zeige eine Liste von Links" |
@@ -5942,10 +5957,6 @@ msgid "" | @@ -5942,10 +5957,6 @@ msgid "" | ||
5942 | "pending actions that need your attention." | 5957 | "pending actions that need your attention." |
5943 | msgstr "" | 5958 | msgstr "" |
5944 | 5959 | ||
5945 | -#: app/views/profile/private_profile.rhtml:4 | ||
5946 | -msgid "This profile is not public." | ||
5947 | -msgstr "Dieses Profil ist nicht öffentlich" | ||
5948 | - | ||
5949 | #: app/views/profile/leave.rhtml:1 | 5960 | #: app/views/profile/leave.rhtml:1 |
5950 | msgid "Leaving %s" | 5961 | msgid "Leaving %s" |
5951 | msgstr "Verlasse %s" | 5962 | msgstr "Verlasse %s" |
@@ -7011,6 +7022,9 @@ msgstr "" | @@ -7011,6 +7022,9 @@ msgstr "" | ||
7011 | "Unser technisches Team arbeitet gerade daran, bitte probieren Sie es nachher " | 7022 | "Unser technisches Team arbeitet gerade daran, bitte probieren Sie es nachher " |
7012 | "erneut. Wir entschuldigen uns für die Unannehmlichkeiten." | 7023 | "erneut. Wir entschuldigen uns für die Unannehmlichkeiten." |
7013 | 7024 | ||
7025 | +#~ msgid "This profile is not public." | ||
7026 | +#~ msgstr "Dieses Profil ist nicht öffentlich" | ||
7027 | + | ||
7014 | #~ msgid "This menu gives you access to your personal functionalities." | 7028 | #~ msgid "This menu gives you access to your personal functionalities." |
7015 | #~ msgstr "" | 7029 | #~ msgstr "" |
7016 | #~ "Dieses Menü ermöglicht Ihnen den Zugang zu Ihren persönlichen Funktionen" | 7030 | #~ "Dieses Menü ermöglicht Ihnen den Zugang zu Ihren persönlichen Funktionen" |
po/fr/noosfero.po
@@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
4 | # , 2009. | 4 | # , 2009. |
5 | msgid "" | 5 | msgid "" |
6 | msgstr "" | 6 | msgstr "" |
7 | -"Project-Id-Version: noosfero 0.23.0\n" | 7 | +"Project-Id-Version: noosfero 0.23.1\n" |
8 | "Report-Msgid-Bugs-To: \n" | 8 | "Report-Msgid-Bugs-To: \n" |
9 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | 9 | +"POT-Creation-Date: 2010-04-30 20:17-0300\n" |
10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" | 10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" |
11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" | 11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" |
12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" | 12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" |
@@ -77,7 +77,7 @@ msgstr "" | @@ -77,7 +77,7 @@ msgstr "" | ||
77 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 77 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
78 | #: app/models/block.rb:- app/models/comment.rb:- | 78 | #: app/models/block.rb:- app/models/comment.rb:- |
79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
80 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 80 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
81 | #: app/views/cms/_textile_article.rhtml:5 | 81 | #: app/views/cms/_textile_article.rhtml:5 |
82 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 82 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
83 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 83 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -403,27 +403,27 @@ msgstr "Contenu principal" | @@ -403,27 +403,27 @@ msgstr "Contenu principal" | ||
403 | msgid "This block is invisible. Your visitors will not see it." | 403 | msgid "This block is invisible. Your visitors will not see it." |
404 | msgstr "Ce bloc est invisible, vos visiteurs ne le verront pas." | 404 | msgstr "Ce bloc est invisible, vos visiteurs ne le verront pas." |
405 | 405 | ||
406 | -#: app/helpers/boxes_helper.rb:194 | 406 | +#: app/helpers/boxes_helper.rb:189 |
407 | msgid "Can't move up anymore." | 407 | msgid "Can't move up anymore." |
408 | msgstr "Impossible d'aller plus haut" | 408 | msgstr "Impossible d'aller plus haut" |
409 | 409 | ||
410 | -#: app/helpers/boxes_helper.rb:196 | 410 | +#: app/helpers/boxes_helper.rb:191 |
411 | msgid "Move block up" | 411 | msgid "Move block up" |
412 | msgstr "Vers le haut" | 412 | msgstr "Vers le haut" |
413 | 413 | ||
414 | -#: app/helpers/boxes_helper.rb:200 | 414 | +#: app/helpers/boxes_helper.rb:195 |
415 | msgid "Can't move down anymore." | 415 | msgid "Can't move down anymore." |
416 | msgstr "Impossible d'aller plus bas" | 416 | msgstr "Impossible d'aller plus bas" |
417 | 417 | ||
418 | -#: app/helpers/boxes_helper.rb:202 | 418 | +#: app/helpers/boxes_helper.rb:197 |
419 | msgid "Move block down" | 419 | msgid "Move block down" |
420 | msgstr "Vers le bas" | 420 | msgstr "Vers le bas" |
421 | 421 | ||
422 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 422 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
423 | msgid "Move to the opposite side" | 423 | msgid "Move to the opposite side" |
424 | msgstr "Déplacer du côté opposé" | 424 | msgstr "Déplacer du côté opposé" |
425 | 425 | ||
426 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 426 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
427 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 427 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
428 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 428 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
429 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 429 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -433,25 +433,25 @@ msgstr "Déplacer du côté opposé" | @@ -433,25 +433,25 @@ msgstr "Déplacer du côté opposé" | ||
433 | msgid "Edit" | 433 | msgid "Edit" |
434 | msgstr "Éditer" | 434 | msgstr "Éditer" |
435 | 435 | ||
436 | -#: app/helpers/boxes_helper.rb:221 | 436 | +#: app/helpers/boxes_helper.rb:216 |
437 | msgid "Remove block" | 437 | msgid "Remove block" |
438 | msgstr "Effacer le bloc" | 438 | msgstr "Effacer le bloc" |
439 | 439 | ||
440 | -#: app/helpers/boxes_helper.rb:221 | 440 | +#: app/helpers/boxes_helper.rb:216 |
441 | #, fuzzy | 441 | #, fuzzy |
442 | msgid "Are you sure you want to remove this block?" | 442 | msgid "Are you sure you want to remove this block?" |
443 | msgstr "Êtes-vous sûr(e) que vous voulez retirer ce commentaire ?" | 443 | msgstr "Êtes-vous sûr(e) que vous voulez retirer ce commentaire ?" |
444 | 444 | ||
445 | -#: app/helpers/boxes_helper.rb:225 | 445 | +#: app/helpers/boxes_helper.rb:220 |
446 | msgid "Help on this block" | 446 | msgid "Help on this block" |
447 | msgstr "Aide sur ce bloc" | 447 | msgstr "Aide sur ce bloc" |
448 | 448 | ||
449 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 449 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
450 | #: app/models/link_list_block.rb:23 | 450 | #: app/models/link_list_block.rb:23 |
451 | msgid "Help" | 451 | msgid "Help" |
452 | msgstr "Aide" | 452 | msgstr "Aide" |
453 | 453 | ||
454 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 454 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
455 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 455 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
456 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 456 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
457 | msgid "Close" | 457 | msgid "Close" |
@@ -971,28 +971,28 @@ msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." | @@ -971,28 +971,28 @@ msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." | ||
971 | msgid "Search" | 971 | msgid "Search" |
972 | msgstr "Chercher" | 972 | msgstr "Chercher" |
973 | 973 | ||
974 | -#: app/helpers/application_helper.rb:803 | 974 | +#: app/helpers/application_helper.rb:812 |
975 | msgid "Searched for '%s'" | 975 | msgid "Searched for '%s'" |
976 | msgstr "Recherche de «%s»" | 976 | msgstr "Recherche de «%s»" |
977 | 977 | ||
978 | -#: app/helpers/application_helper.rb:804 | 978 | +#: app/helpers/application_helper.rb:813 |
979 | msgid "In category %s" | 979 | msgid "In category %s" |
980 | msgstr "Dans la catégorie %s" | 980 | msgstr "Dans la catégorie %s" |
981 | 981 | ||
982 | -#: app/helpers/application_helper.rb:805 | 982 | +#: app/helpers/application_helper.rb:814 |
983 | msgid "within %d km from %s" | 983 | msgid "within %d km from %s" |
984 | msgstr "dans les %d km de %s" | 984 | msgstr "dans les %d km de %s" |
985 | 985 | ||
986 | -#: app/helpers/application_helper.rb:806 | 986 | +#: app/helpers/application_helper.rb:815 |
987 | msgid "%d results found" | 987 | msgid "%d results found" |
988 | msgstr "%d resultats trouvés" | 988 | msgstr "%d resultats trouvés" |
989 | 989 | ||
990 | -#: app/helpers/application_helper.rb:812 | 990 | +#: app/helpers/application_helper.rb:821 |
991 | #, fuzzy | 991 | #, fuzzy |
992 | msgid "In all categories" | 992 | msgid "In all categories" |
993 | msgstr "Désactiver les catégories" | 993 | msgstr "Désactiver les catégories" |
994 | 994 | ||
995 | -#: app/helpers/application_helper.rb:900 | 995 | +#: app/helpers/application_helper.rb:909 |
996 | msgid "Online Manual" | 996 | msgid "Online Manual" |
997 | msgstr "" | 997 | msgstr "" |
998 | 998 | ||
@@ -1675,6 +1675,7 @@ msgid "Filename" | @@ -1675,6 +1675,7 @@ msgid "Filename" | ||
1675 | msgstr "Nom de fichier" | 1675 | msgstr "Nom de fichier" |
1676 | 1676 | ||
1677 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1677 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1678 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1678 | msgid "Thumbnail" | 1679 | msgid "Thumbnail" |
1679 | msgstr "Aperçu" | 1680 | msgstr "Aperçu" |
1680 | 1681 | ||
@@ -2203,7 +2204,7 @@ msgstr "Montre où se trouve le profil dans le monde physique." | @@ -2203,7 +2204,7 @@ msgstr "Montre où se trouve le profil dans le monde physique." | ||
2203 | msgid "This profile has no geographical position registered." | 2204 | msgid "This profile has no geographical position registered." |
2204 | msgstr "Ce profil n'a pas de position géographique enregistrée." | 2205 | msgstr "Ce profil n'a pas de position géographique enregistrée." |
2205 | 2206 | ||
2206 | -#: app/models/slideshow_block.rb:9 | 2207 | +#: app/models/slideshow_block.rb:10 |
2207 | #, fuzzy | 2208 | #, fuzzy |
2208 | msgid "Slideshow" | 2209 | msgid "Slideshow" |
2209 | msgstr "Voir le diaporama" | 2210 | msgstr "Voir le diaporama" |
@@ -3184,7 +3185,7 @@ msgstr "" | @@ -3184,7 +3185,7 @@ msgstr "" | ||
3184 | "Ce bloc affiche un de vos articles. Vous pouvez éditer le bloc pour " | 3185 | "Ce bloc affiche un de vos articles. Vous pouvez éditer le bloc pour " |
3185 | "sélectionner lequel de vos articles va être affiche dans ce bloc." | 3186 | "sélectionner lequel de vos articles va être affiche dans ce bloc." |
3186 | 3187 | ||
3187 | -#: app/models/article_block.rb:12 | 3188 | +#: app/models/article_block.rb:13 |
3188 | msgid "Article not selected yet." | 3189 | msgid "Article not selected yet." |
3189 | msgstr "Article non encore sélectionné." | 3190 | msgstr "Article non encore sélectionné." |
3190 | 3191 | ||
@@ -3442,15 +3443,15 @@ msgstr "Catégories :" | @@ -3442,15 +3443,15 @@ msgstr "Catégories :" | ||
3442 | msgid "Change image" | 3443 | msgid "Change image" |
3443 | msgstr "Modifier l'image" | 3444 | msgstr "Modifier l'image" |
3444 | 3445 | ||
3445 | -#: app/views/shared/access_denied.rhtml:4 | 3446 | +#: app/views/shared/access_denied.rhtml:3 |
3446 | msgid "Access denied" | 3447 | msgid "Access denied" |
3447 | msgstr "Accès interdit" | 3448 | msgstr "Accès interdit" |
3448 | 3449 | ||
3449 | -#: app/views/shared/access_denied.rhtml:9 | 3450 | +#: app/views/shared/access_denied.rhtml:8 |
3450 | msgid "You are not allowed to view this page." | 3451 | msgid "You are not allowed to view this page." |
3451 | msgstr "Vous n'êtes pas autorisé(e) à voir cette page." | 3452 | msgstr "Vous n'êtes pas autorisé(e) à voir cette page." |
3452 | 3453 | ||
3453 | -#: app/views/shared/access_denied.rhtml:10 | 3454 | +#: app/views/shared/access_denied.rhtml:9 |
3454 | msgid "" | 3455 | msgid "" |
3455 | "If you are supposed to have access to this area, you'll probably want to " | 3456 | "If you are supposed to have access to this area, you'll probably want to " |
3456 | "talk to the people responsible and ask them to give you access." | 3457 | "talk to the people responsible and ask them to give you access." |
@@ -3458,7 +3459,7 @@ msgstr "" | @@ -3458,7 +3459,7 @@ msgstr "" | ||
3458 | "Si vous êtes supposé(e) avoir accès à cette zone, vous devriez sans doute en " | 3459 | "Si vous êtes supposé(e) avoir accès à cette zone, vous devriez sans doute en " |
3459 | "référer aux responsable et leur demander de vous y donner accès." | 3460 | "référer aux responsable et leur demander de vous y donner accès." |
3460 | 3461 | ||
3461 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3462 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3462 | #: app/views/favorite_enterprises/index.rhtml:30 | 3463 | #: app/views/favorite_enterprises/index.rhtml:30 |
3463 | #: app/views/memberships/index.rhtml:8 | 3464 | #: app/views/memberships/index.rhtml:8 |
3464 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3465 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3470,21 +3471,21 @@ msgstr "" | @@ -3470,21 +3471,21 @@ msgstr "" | ||
3470 | msgid "Go back" | 3471 | msgid "Go back" |
3471 | msgstr "Retour" | 3472 | msgstr "Retour" |
3472 | 3473 | ||
3473 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3474 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3474 | msgid "Go to the site home page" | 3475 | msgid "Go to the site home page" |
3475 | msgstr "Aller à la page d'accueil du site" | 3476 | msgstr "Aller à la page d'accueil du site" |
3476 | 3477 | ||
3477 | -#: app/views/shared/not_found.rhtml:3 | 3478 | +#: app/views/shared/not_found.rhtml:2 |
3478 | msgid "There is no such page: %s" | 3479 | msgid "There is no such page: %s" |
3479 | msgstr "Il n'existe pas une telle page : %s" | 3480 | msgstr "Il n'existe pas une telle page : %s" |
3480 | 3481 | ||
3481 | -#: app/views/shared/not_found.rhtml:5 | 3482 | +#: app/views/shared/not_found.rhtml:4 |
3482 | msgid "You may have clicked an expired link or mistyped the address." | 3483 | msgid "You may have clicked an expired link or mistyped the address." |
3483 | msgstr "" | 3484 | msgstr "" |
3484 | "Vous avez peut-être cliqué sur un lien ayant expiré ou fait une erreur dans " | 3485 | "Vous avez peut-être cliqué sur un lien ayant expiré ou fait une erreur dans " |
3485 | "l'adresse de la page." | 3486 | "l'adresse de la page." |
3486 | 3487 | ||
3487 | -#: app/views/shared/not_found.rhtml:6 | 3488 | +#: app/views/shared/not_found.rhtml:5 |
3488 | msgid "" | 3489 | msgid "" |
3489 | "If you clicked a link that was in another site, or was given to you by " | 3490 | "If you clicked a link that was in another site, or was given to you by " |
3490 | "someone else, it would be nice if you tell them that their link is not valid " | 3491 | "someone else, it would be nice if you tell them that their link is not valid " |
@@ -3494,7 +3495,7 @@ msgstr "" | @@ -3494,7 +3495,7 @@ msgstr "" | ||
3494 | "été transmis par quelqu'un, vous seriez aimable de l'informer que son lien " | 3495 | "été transmis par quelqu'un, vous seriez aimable de l'informer que son lien " |
3495 | "n'est plus valide." | 3496 | "n'est plus valide." |
3496 | 3497 | ||
3497 | -#: app/views/shared/not_found.rhtml:10 | 3498 | +#: app/views/shared/not_found.rhtml:9 |
3498 | #: app/views/profile/_private_profile.rhtml:16 | 3499 | #: app/views/profile/_private_profile.rhtml:16 |
3499 | #, fuzzy | 3500 | #, fuzzy |
3500 | msgid "Go to %s home page" | 3501 | msgid "Go to %s home page" |
@@ -3805,10 +3806,14 @@ msgstr "Choisissez les groupes dans lesquels vous voulez publier cet article" | @@ -3805,10 +3806,14 @@ msgstr "Choisissez les groupes dans lesquels vous voulez publier cet article" | ||
3805 | msgid "There were errors with the following communities: " | 3806 | msgid "There were errors with the following communities: " |
3806 | msgstr "Il y a un problème avec les lignes suivantes : " | 3807 | msgstr "Il y a un problème avec les lignes suivantes : " |
3807 | 3808 | ||
3808 | -#: app/views/cms/publish.rhtml:26 | 3809 | +#: app/views/cms/publish.rhtml:29 |
3809 | msgid "Publish" | 3810 | msgid "Publish" |
3810 | msgstr "Publier" | 3811 | msgstr "Publier" |
3811 | 3812 | ||
3813 | +#: app/views/cms/publish.rhtml:34 | ||
3814 | +msgid "This option is temporarily disabled." | ||
3815 | +msgstr "" | ||
3816 | + | ||
3812 | #: app/views/cms/_event.rhtml:8 | 3817 | #: app/views/cms/_event.rhtml:8 |
3813 | msgid "Start date" | 3818 | msgid "Start date" |
3814 | msgstr "Date de début" | 3819 | msgstr "Date de début" |
@@ -5219,24 +5224,34 @@ msgstr "" | @@ -5219,24 +5224,34 @@ msgstr "" | ||
5219 | 5224 | ||
5220 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 5225 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
5221 | #, fuzzy | 5226 | #, fuzzy |
5227 | +msgid "Image size" | ||
5228 | +msgstr "Image|Taille" | ||
5229 | + | ||
5230 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
5231 | +#, fuzzy | ||
5232 | +msgid "Slideshow size" | ||
5233 | +msgstr "Voir le diaporama" | ||
5234 | + | ||
5235 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
5236 | +#, fuzzy | ||
5222 | msgid "Image transition:" | 5237 | msgid "Image transition:" |
5223 | msgstr "Une organisation" | 5238 | msgstr "Une organisation" |
5224 | 5239 | ||
5225 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5240 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5226 | msgid "No automatic transition" | 5241 | msgid "No automatic transition" |
5227 | msgstr "" | 5242 | msgstr "" |
5228 | 5243 | ||
5229 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5244 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5230 | msgid "Every 1 second" | 5245 | msgid "Every 1 second" |
5231 | msgid_plural "Every %d seconds" | 5246 | msgid_plural "Every %d seconds" |
5232 | msgstr[0] "" | 5247 | msgstr[0] "" |
5233 | msgstr[1] "" | 5248 | msgstr[1] "" |
5234 | 5249 | ||
5235 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 5250 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
5236 | msgid "Show images in random order" | 5251 | msgid "Show images in random order" |
5237 | msgstr "" | 5252 | msgstr "" |
5238 | 5253 | ||
5239 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 5254 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
5240 | #, fuzzy | 5255 | #, fuzzy |
5241 | msgid "Display navigation buttons" | 5256 | msgid "Display navigation buttons" |
5242 | msgstr "Affiche une liste de liens." | 5257 | msgstr "Affiche une liste de liens." |
@@ -6114,10 +6129,6 @@ msgstr "" | @@ -6114,10 +6129,6 @@ msgstr "" | ||
6114 | "Rendez-vous à cette adresse pour voir les autres actions en attente qui " | 6129 | "Rendez-vous à cette adresse pour voir les autres actions en attente qui " |
6115 | "nécessitent votre attention : " | 6130 | "nécessitent votre attention : " |
6116 | 6131 | ||
6117 | -#: app/views/profile/private_profile.rhtml:4 | ||
6118 | -msgid "This profile is not public." | ||
6119 | -msgstr "Ce profil n'est pas public." | ||
6120 | - | ||
6121 | #: app/views/profile/leave.rhtml:1 | 6132 | #: app/views/profile/leave.rhtml:1 |
6122 | msgid "Leaving %s" | 6133 | msgid "Leaving %s" |
6123 | msgstr "Quitter %s" | 6134 | msgstr "Quitter %s" |
@@ -7248,6 +7259,9 @@ msgstr "" | @@ -7248,6 +7259,9 @@ msgstr "" | ||
7248 | "Notre équipe technique est en train d'y travailler. Merci de réessayer plus " | 7259 | "Notre équipe technique est en train d'y travailler. Merci de réessayer plus " |
7249 | "tard. Nous sommes désolés de la gêne occasionnée." | 7260 | "tard. Nous sommes désolés de la gêne occasionnée." |
7250 | 7261 | ||
7262 | +#~ msgid "This profile is not public." | ||
7263 | +#~ msgstr "Ce profil n'est pas public." | ||
7264 | + | ||
7251 | #~ msgid "This menu gives you access to your personal functionalities." | 7265 | #~ msgid "This menu gives you access to your personal functionalities." |
7252 | #~ msgstr "Ce menu donne accès à vos fonctionnalités personnelles." | 7266 | #~ msgstr "Ce menu donne accès à vos fonctionnalités personnelles." |
7253 | 7267 | ||
@@ -8025,9 +8039,6 @@ msgstr "" | @@ -8025,9 +8039,6 @@ msgstr "" | ||
8025 | #~ msgid "Image|Thumbnail" | 8039 | #~ msgid "Image|Thumbnail" |
8026 | #~ msgstr "Image|Aperçu" | 8040 | #~ msgstr "Image|Aperçu" |
8027 | 8041 | ||
8028 | -#~ msgid "Image|Size" | ||
8029 | -#~ msgstr "Image|Taille" | ||
8030 | - | ||
8031 | #~ msgid "Image|Width" | 8042 | #~ msgid "Image|Width" |
8032 | #~ msgstr "Image|Largeur" | 8043 | #~ msgstr "Image|Largeur" |
8033 | 8044 |
po/hy/noosfero.po
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | # | 5 | # |
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.23.0\n" | ||
9 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | 8 | +"Project-Id-Version: noosfero 0.23.1\n" |
9 | +"POT-Creation-Date: 2010-04-30 20:17-0300\n" | ||
10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -76,7 +76,7 @@ msgstr "" | @@ -76,7 +76,7 @@ msgstr "" | ||
76 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 76 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
77 | #: app/models/block.rb:- app/models/comment.rb:- | 77 | #: app/models/block.rb:- app/models/comment.rb:- |
78 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 78 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
79 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 79 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
80 | #: app/views/cms/_textile_article.rhtml:5 | 80 | #: app/views/cms/_textile_article.rhtml:5 |
81 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 81 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
82 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 82 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -400,27 +400,27 @@ msgstr "Հիմնական բովանդակություն" | @@ -400,27 +400,27 @@ msgstr "Հիմնական բովանդակություն" | ||
400 | msgid "This block is invisible. Your visitors will not see it." | 400 | msgid "This block is invisible. Your visitors will not see it." |
401 | msgstr "" | 401 | msgstr "" |
402 | 402 | ||
403 | -#: app/helpers/boxes_helper.rb:194 | 403 | +#: app/helpers/boxes_helper.rb:189 |
404 | msgid "Can't move up anymore." | 404 | msgid "Can't move up anymore." |
405 | msgstr "" | 405 | msgstr "" |
406 | 406 | ||
407 | -#: app/helpers/boxes_helper.rb:196 | 407 | +#: app/helpers/boxes_helper.rb:191 |
408 | msgid "Move block up" | 408 | msgid "Move block up" |
409 | msgstr "Բարձրացնել վերև" | 409 | msgstr "Բարձրացնել վերև" |
410 | 410 | ||
411 | -#: app/helpers/boxes_helper.rb:200 | 411 | +#: app/helpers/boxes_helper.rb:195 |
412 | msgid "Can't move down anymore." | 412 | msgid "Can't move down anymore." |
413 | msgstr "" | 413 | msgstr "" |
414 | 414 | ||
415 | -#: app/helpers/boxes_helper.rb:202 | 415 | +#: app/helpers/boxes_helper.rb:197 |
416 | msgid "Move block down" | 416 | msgid "Move block down" |
417 | msgstr "Իջեցնել ներքև" | 417 | msgstr "Իջեցնել ներքև" |
418 | 418 | ||
419 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 419 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
420 | msgid "Move to the opposite side" | 420 | msgid "Move to the opposite side" |
421 | msgstr "" | 421 | msgstr "" |
422 | 422 | ||
423 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 423 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
424 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 424 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
425 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 425 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
426 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 426 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -430,25 +430,25 @@ msgstr "" | @@ -430,25 +430,25 @@ msgstr "" | ||
430 | msgid "Edit" | 430 | msgid "Edit" |
431 | msgstr "Փոփոխել" | 431 | msgstr "Փոփոխել" |
432 | 432 | ||
433 | -#: app/helpers/boxes_helper.rb:221 | 433 | +#: app/helpers/boxes_helper.rb:216 |
434 | msgid "Remove block" | 434 | msgid "Remove block" |
435 | msgstr "Հեռացնել բաժինը" | 435 | msgstr "Հեռացնել բաժինը" |
436 | 436 | ||
437 | -#: app/helpers/boxes_helper.rb:221 | 437 | +#: app/helpers/boxes_helper.rb:216 |
438 | #, fuzzy | 438 | #, fuzzy |
439 | msgid "Are you sure you want to remove this block?" | 439 | msgid "Are you sure you want to remove this block?" |
440 | msgstr "Ցանկանո՞ւմ եք արդյոք հեռացնել այս մեկնաբանությունը:" | 440 | msgstr "Ցանկանո՞ւմ եք արդյոք հեռացնել այս մեկնաբանությունը:" |
441 | 441 | ||
442 | -#: app/helpers/boxes_helper.rb:225 | 442 | +#: app/helpers/boxes_helper.rb:220 |
443 | msgid "Help on this block" | 443 | msgid "Help on this block" |
444 | msgstr "" | 444 | msgstr "" |
445 | 445 | ||
446 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 446 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
447 | #: app/models/link_list_block.rb:23 | 447 | #: app/models/link_list_block.rb:23 |
448 | msgid "Help" | 448 | msgid "Help" |
449 | msgstr "Օգնություն" | 449 | msgstr "Օգնություն" |
450 | 450 | ||
451 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 451 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
452 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 452 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
453 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 453 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
454 | msgid "Close" | 454 | msgid "Close" |
@@ -966,28 +966,28 @@ msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" | @@ -966,28 +966,28 @@ msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" | ||
966 | msgid "Search" | 966 | msgid "Search" |
967 | msgstr "Որոնում" | 967 | msgstr "Որոնում" |
968 | 968 | ||
969 | -#: app/helpers/application_helper.rb:803 | 969 | +#: app/helpers/application_helper.rb:812 |
970 | msgid "Searched for '%s'" | 970 | msgid "Searched for '%s'" |
971 | msgstr "«%s»-ի որոնում" | 971 | msgstr "«%s»-ի որոնում" |
972 | 972 | ||
973 | -#: app/helpers/application_helper.rb:804 | 973 | +#: app/helpers/application_helper.rb:813 |
974 | msgid "In category %s" | 974 | msgid "In category %s" |
975 | msgstr "%s կատեգորիայում" | 975 | msgstr "%s կատեգորիայում" |
976 | 976 | ||
977 | -#: app/helpers/application_helper.rb:805 | 977 | +#: app/helpers/application_helper.rb:814 |
978 | msgid "within %d km from %s" | 978 | msgid "within %d km from %s" |
979 | msgstr "%s-ից %d կմ հեռավորության վրա" | 979 | msgstr "%s-ից %d կմ հեռավորության վրա" |
980 | 980 | ||
981 | -#: app/helpers/application_helper.rb:806 | 981 | +#: app/helpers/application_helper.rb:815 |
982 | msgid "%d results found" | 982 | msgid "%d results found" |
983 | msgstr "Գտնված արդյունքներ %d" | 983 | msgstr "Գտնված արդյունքներ %d" |
984 | 984 | ||
985 | -#: app/helpers/application_helper.rb:812 | 985 | +#: app/helpers/application_helper.rb:821 |
986 | #, fuzzy | 986 | #, fuzzy |
987 | msgid "In all categories" | 987 | msgid "In all categories" |
988 | msgstr "%s կատեգորիայում" | 988 | msgstr "%s կատեգորիայում" |
989 | 989 | ||
990 | -#: app/helpers/application_helper.rb:900 | 990 | +#: app/helpers/application_helper.rb:909 |
991 | msgid "Online Manual" | 991 | msgid "Online Manual" |
992 | msgstr "" | 992 | msgstr "" |
993 | 993 | ||
@@ -1653,6 +1653,7 @@ msgid "Filename" | @@ -1653,6 +1653,7 @@ msgid "Filename" | ||
1653 | msgstr "Ֆայլի անուն" | 1653 | msgstr "Ֆայլի անուն" |
1654 | 1654 | ||
1655 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1655 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1656 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1656 | msgid "Thumbnail" | 1657 | msgid "Thumbnail" |
1657 | msgstr "Մանրապատկեր" | 1658 | msgstr "Մանրապատկեր" |
1658 | 1659 | ||
@@ -2159,7 +2160,7 @@ msgstr "" | @@ -2159,7 +2160,7 @@ msgstr "" | ||
2159 | msgid "This profile has no geographical position registered." | 2160 | msgid "This profile has no geographical position registered." |
2160 | msgstr "" | 2161 | msgstr "" |
2161 | 2162 | ||
2162 | -#: app/models/slideshow_block.rb:9 | 2163 | +#: app/models/slideshow_block.rb:10 |
2163 | msgid "Slideshow" | 2164 | msgid "Slideshow" |
2164 | msgstr "" | 2165 | msgstr "" |
2165 | 2166 | ||
@@ -3116,7 +3117,7 @@ msgid "" | @@ -3116,7 +3117,7 @@ msgid "" | ||
3116 | "which one of your articles is going to be displayed in the block." | 3117 | "which one of your articles is going to be displayed in the block." |
3117 | msgstr "" | 3118 | msgstr "" |
3118 | 3119 | ||
3119 | -#: app/models/article_block.rb:12 | 3120 | +#: app/models/article_block.rb:13 |
3120 | msgid "Article not selected yet." | 3121 | msgid "Article not selected yet." |
3121 | msgstr "Հոդվածը դեռ ընտրված չէ:" | 3122 | msgstr "Հոդվածը դեռ ընտրված չէ:" |
3122 | 3123 | ||
@@ -3373,21 +3374,21 @@ msgstr "Կատեգորիաներ." | @@ -3373,21 +3374,21 @@ msgstr "Կատեգորիաներ." | ||
3373 | msgid "Change image" | 3374 | msgid "Change image" |
3374 | msgstr "Փոխել նկարը" | 3375 | msgstr "Փոխել նկարը" |
3375 | 3376 | ||
3376 | -#: app/views/shared/access_denied.rhtml:4 | 3377 | +#: app/views/shared/access_denied.rhtml:3 |
3377 | msgid "Access denied" | 3378 | msgid "Access denied" |
3378 | msgstr "Մուտքն արգելված է" | 3379 | msgstr "Մուտքն արգելված է" |
3379 | 3380 | ||
3380 | -#: app/views/shared/access_denied.rhtml:9 | 3381 | +#: app/views/shared/access_denied.rhtml:8 |
3381 | msgid "You are not allowed to view this page." | 3382 | msgid "You are not allowed to view this page." |
3382 | msgstr "" | 3383 | msgstr "" |
3383 | 3384 | ||
3384 | -#: app/views/shared/access_denied.rhtml:10 | 3385 | +#: app/views/shared/access_denied.rhtml:9 |
3385 | msgid "" | 3386 | msgid "" |
3386 | "If you are supposed to have access to this area, you'll probably want to " | 3387 | "If you are supposed to have access to this area, you'll probably want to " |
3387 | "talk to the people responsible and ask them to give you access." | 3388 | "talk to the people responsible and ask them to give you access." |
3388 | msgstr "" | 3389 | msgstr "" |
3389 | 3390 | ||
3390 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3391 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3391 | #: app/views/favorite_enterprises/index.rhtml:30 | 3392 | #: app/views/favorite_enterprises/index.rhtml:30 |
3392 | #: app/views/memberships/index.rhtml:8 | 3393 | #: app/views/memberships/index.rhtml:8 |
3393 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3394 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3399,26 +3400,26 @@ msgstr "" | @@ -3399,26 +3400,26 @@ msgstr "" | ||
3399 | msgid "Go back" | 3400 | msgid "Go back" |
3400 | msgstr "Վերադառնալ" | 3401 | msgstr "Վերադառնալ" |
3401 | 3402 | ||
3402 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3403 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3403 | msgid "Go to the site home page" | 3404 | msgid "Go to the site home page" |
3404 | msgstr "" | 3405 | msgstr "" |
3405 | 3406 | ||
3406 | -#: app/views/shared/not_found.rhtml:3 | 3407 | +#: app/views/shared/not_found.rhtml:2 |
3407 | msgid "There is no such page: %s" | 3408 | msgid "There is no such page: %s" |
3408 | msgstr "Այսպիսի էջ գոյություն չունի:" | 3409 | msgstr "Այսպիսի էջ գոյություն չունի:" |
3409 | 3410 | ||
3410 | -#: app/views/shared/not_found.rhtml:5 | 3411 | +#: app/views/shared/not_found.rhtml:4 |
3411 | msgid "You may have clicked an expired link or mistyped the address." | 3412 | msgid "You may have clicked an expired link or mistyped the address." |
3412 | msgstr "" | 3413 | msgstr "" |
3413 | 3414 | ||
3414 | -#: app/views/shared/not_found.rhtml:6 | 3415 | +#: app/views/shared/not_found.rhtml:5 |
3415 | msgid "" | 3416 | msgid "" |
3416 | "If you clicked a link that was in another site, or was given to you by " | 3417 | "If you clicked a link that was in another site, or was given to you by " |
3417 | "someone else, it would be nice if you tell them that their link is not valid " | 3418 | "someone else, it would be nice if you tell them that their link is not valid " |
3418 | "anymore." | 3419 | "anymore." |
3419 | msgstr "" | 3420 | msgstr "" |
3420 | 3421 | ||
3421 | -#: app/views/shared/not_found.rhtml:10 | 3422 | +#: app/views/shared/not_found.rhtml:9 |
3422 | #: app/views/profile/_private_profile.rhtml:16 | 3423 | #: app/views/profile/_private_profile.rhtml:16 |
3423 | #, fuzzy | 3424 | #, fuzzy |
3424 | msgid "Go to %s home page" | 3425 | msgid "Go to %s home page" |
@@ -3722,10 +3723,14 @@ msgstr "" | @@ -3722,10 +3723,14 @@ msgstr "" | ||
3722 | msgid "There were errors with the following communities: " | 3723 | msgid "There were errors with the following communities: " |
3723 | msgstr "" | 3724 | msgstr "" |
3724 | 3725 | ||
3725 | -#: app/views/cms/publish.rhtml:26 | 3726 | +#: app/views/cms/publish.rhtml:29 |
3726 | msgid "Publish" | 3727 | msgid "Publish" |
3727 | msgstr "" | 3728 | msgstr "" |
3728 | 3729 | ||
3730 | +#: app/views/cms/publish.rhtml:34 | ||
3731 | +msgid "This option is temporarily disabled." | ||
3732 | +msgstr "" | ||
3733 | + | ||
3729 | #: app/views/cms/_event.rhtml:8 | 3734 | #: app/views/cms/_event.rhtml:8 |
3730 | msgid "Start date" | 3735 | msgid "Start date" |
3731 | msgstr "Սկզբնաժամկետ" | 3736 | msgstr "Սկզբնաժամկետ" |
@@ -5075,24 +5080,33 @@ msgstr "" | @@ -5075,24 +5080,33 @@ msgstr "" | ||
5075 | 5080 | ||
5076 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 5081 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
5077 | #, fuzzy | 5082 | #, fuzzy |
5083 | +msgid "Image size" | ||
5084 | +msgstr "Պատկեր|Չափս" | ||
5085 | + | ||
5086 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
5087 | +msgid "Slideshow size" | ||
5088 | +msgstr "" | ||
5089 | + | ||
5090 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
5091 | +#, fuzzy | ||
5078 | msgid "Image transition:" | 5092 | msgid "Image transition:" |
5079 | msgstr "Մեկ կազմակերպություն" | 5093 | msgstr "Մեկ կազմակերպություն" |
5080 | 5094 | ||
5081 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5095 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5082 | msgid "No automatic transition" | 5096 | msgid "No automatic transition" |
5083 | msgstr "" | 5097 | msgstr "" |
5084 | 5098 | ||
5085 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5099 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5086 | msgid "Every 1 second" | 5100 | msgid "Every 1 second" |
5087 | msgid_plural "Every %d seconds" | 5101 | msgid_plural "Every %d seconds" |
5088 | msgstr[0] "" | 5102 | msgstr[0] "" |
5089 | msgstr[1] "" | 5103 | msgstr[1] "" |
5090 | 5104 | ||
5091 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 5105 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
5092 | msgid "Show images in random order" | 5106 | msgid "Show images in random order" |
5093 | msgstr "" | 5107 | msgstr "" |
5094 | 5108 | ||
5095 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 5109 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
5096 | #, fuzzy | 5110 | #, fuzzy |
5097 | msgid "Display navigation buttons" | 5111 | msgid "Display navigation buttons" |
5098 | msgstr "Ցուցադրել հղումների ցուցակը" | 5112 | msgstr "Ցուցադրել հղումների ցուցակը" |
@@ -5926,10 +5940,6 @@ msgid "" | @@ -5926,10 +5940,6 @@ msgid "" | ||
5926 | "pending actions that need your attention." | 5940 | "pending actions that need your attention." |
5927 | msgstr "" | 5941 | msgstr "" |
5928 | 5942 | ||
5929 | -#: app/views/profile/private_profile.rhtml:4 | ||
5930 | -msgid "This profile is not public." | ||
5931 | -msgstr "Այս անհատական էջը հրապարակային չէ:" | ||
5932 | - | ||
5933 | #: app/views/profile/leave.rhtml:1 | 5943 | #: app/views/profile/leave.rhtml:1 |
5934 | msgid "Leaving %s" | 5944 | msgid "Leaving %s" |
5935 | msgstr "Դուրս գալ %s" | 5945 | msgstr "Դուրս գալ %s" |
@@ -7010,6 +7020,9 @@ msgid "" | @@ -7010,6 +7020,9 @@ msgid "" | ||
7010 | "inconvenience." | 7020 | "inconvenience." |
7011 | msgstr "" | 7021 | msgstr "" |
7012 | 7022 | ||
7023 | +#~ msgid "This profile is not public." | ||
7024 | +#~ msgstr "Այս անհատական էջը հրապարակային չէ:" | ||
7025 | + | ||
7013 | #~ msgid "This menu gives you access to your personal functionalities." | 7026 | #~ msgid "This menu gives you access to your personal functionalities." |
7014 | #~ msgstr "Այս մենյուի միջոցով կարող եք անձնական պարամետրեր մուտք գործել:" | 7027 | #~ msgstr "Այս մենյուի միջոցով կարող եք անձնական պարամետրեր մուտք գործել:" |
7015 | 7028 | ||
@@ -7694,9 +7707,6 @@ msgstr "" | @@ -7694,9 +7707,6 @@ msgstr "" | ||
7694 | #~ msgid "Image|Thumbnail" | 7707 | #~ msgid "Image|Thumbnail" |
7695 | #~ msgstr "Պատկեր|Մանրապատկեր" | 7708 | #~ msgstr "Պատկեր|Մանրապատկեր" |
7696 | 7709 | ||
7697 | -#~ msgid "Image|Size" | ||
7698 | -#~ msgstr "Պատկեր|Չափս" | ||
7699 | - | ||
7700 | #~ msgid "Image|Width" | 7710 | #~ msgid "Image|Width" |
7701 | #~ msgstr "Պատկեր|Լայնություն" | 7711 | #~ msgstr "Պատկեր|Լայնություն" |
7702 | 7712 |
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.23.0\n" | ||
10 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | 9 | +"Project-Id-Version: noosfero 0.23.1\n" |
10 | +"POT-Creation-Date: 2010-04-30 20:17-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" |
@@ -77,7 +77,7 @@ msgstr "" | @@ -77,7 +77,7 @@ msgstr "" | ||
77 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 77 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
78 | #: app/models/block.rb:- app/models/comment.rb:- | 78 | #: app/models/block.rb:- app/models/comment.rb:- |
79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 79 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
80 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 80 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
81 | #: app/views/cms/_textile_article.rhtml:5 | 81 | #: app/views/cms/_textile_article.rhtml:5 |
82 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 82 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
83 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 83 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -392,27 +392,27 @@ msgstr "" | @@ -392,27 +392,27 @@ msgstr "" | ||
392 | msgid "This block is invisible. Your visitors will not see it." | 392 | msgid "This block is invisible. Your visitors will not see it." |
393 | msgstr "" | 393 | msgstr "" |
394 | 394 | ||
395 | -#: app/helpers/boxes_helper.rb:194 | 395 | +#: app/helpers/boxes_helper.rb:189 |
396 | msgid "Can't move up anymore." | 396 | msgid "Can't move up anymore." |
397 | msgstr "" | 397 | msgstr "" |
398 | 398 | ||
399 | -#: app/helpers/boxes_helper.rb:196 | 399 | +#: app/helpers/boxes_helper.rb:191 |
400 | msgid "Move block up" | 400 | msgid "Move block up" |
401 | msgstr "" | 401 | msgstr "" |
402 | 402 | ||
403 | -#: app/helpers/boxes_helper.rb:200 | 403 | +#: app/helpers/boxes_helper.rb:195 |
404 | msgid "Can't move down anymore." | 404 | msgid "Can't move down anymore." |
405 | msgstr "" | 405 | msgstr "" |
406 | 406 | ||
407 | -#: app/helpers/boxes_helper.rb:202 | 407 | +#: app/helpers/boxes_helper.rb:197 |
408 | msgid "Move block down" | 408 | msgid "Move block down" |
409 | msgstr "" | 409 | msgstr "" |
410 | 410 | ||
411 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 411 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
412 | msgid "Move to the opposite side" | 412 | msgid "Move to the opposite side" |
413 | msgstr "" | 413 | msgstr "" |
414 | 414 | ||
415 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 415 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
416 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 416 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
417 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 417 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
418 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 418 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -422,24 +422,24 @@ msgstr "" | @@ -422,24 +422,24 @@ msgstr "" | ||
422 | msgid "Edit" | 422 | msgid "Edit" |
423 | msgstr "" | 423 | msgstr "" |
424 | 424 | ||
425 | -#: app/helpers/boxes_helper.rb:221 | 425 | +#: app/helpers/boxes_helper.rb:216 |
426 | msgid "Remove block" | 426 | msgid "Remove block" |
427 | msgstr "" | 427 | msgstr "" |
428 | 428 | ||
429 | -#: app/helpers/boxes_helper.rb:221 | 429 | +#: app/helpers/boxes_helper.rb:216 |
430 | msgid "Are you sure you want to remove this block?" | 430 | msgid "Are you sure you want to remove this block?" |
431 | msgstr "" | 431 | msgstr "" |
432 | 432 | ||
433 | -#: app/helpers/boxes_helper.rb:225 | 433 | +#: app/helpers/boxes_helper.rb:220 |
434 | msgid "Help on this block" | 434 | msgid "Help on this block" |
435 | msgstr "" | 435 | msgstr "" |
436 | 436 | ||
437 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 437 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
438 | #: app/models/link_list_block.rb:23 | 438 | #: app/models/link_list_block.rb:23 |
439 | msgid "Help" | 439 | msgid "Help" |
440 | msgstr "" | 440 | msgstr "" |
441 | 441 | ||
442 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 442 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
443 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 443 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
444 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 444 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
445 | msgid "Close" | 445 | msgid "Close" |
@@ -950,27 +950,27 @@ msgstr "" | @@ -950,27 +950,27 @@ msgstr "" | ||
950 | msgid "Search" | 950 | msgid "Search" |
951 | msgstr "" | 951 | msgstr "" |
952 | 952 | ||
953 | -#: app/helpers/application_helper.rb:803 | 953 | +#: app/helpers/application_helper.rb:812 |
954 | msgid "Searched for '%s'" | 954 | msgid "Searched for '%s'" |
955 | msgstr "" | 955 | msgstr "" |
956 | 956 | ||
957 | -#: app/helpers/application_helper.rb:804 | 957 | +#: app/helpers/application_helper.rb:813 |
958 | msgid "In category %s" | 958 | msgid "In category %s" |
959 | msgstr "" | 959 | msgstr "" |
960 | 960 | ||
961 | -#: app/helpers/application_helper.rb:805 | 961 | +#: app/helpers/application_helper.rb:814 |
962 | msgid "within %d km from %s" | 962 | msgid "within %d km from %s" |
963 | msgstr "" | 963 | msgstr "" |
964 | 964 | ||
965 | -#: app/helpers/application_helper.rb:806 | 965 | +#: app/helpers/application_helper.rb:815 |
966 | msgid "%d results found" | 966 | msgid "%d results found" |
967 | msgstr "" | 967 | msgstr "" |
968 | 968 | ||
969 | -#: app/helpers/application_helper.rb:812 | 969 | +#: app/helpers/application_helper.rb:821 |
970 | msgid "In all categories" | 970 | msgid "In all categories" |
971 | msgstr "" | 971 | msgstr "" |
972 | 972 | ||
973 | -#: app/helpers/application_helper.rb:900 | 973 | +#: app/helpers/application_helper.rb:909 |
974 | msgid "Online Manual" | 974 | msgid "Online Manual" |
975 | msgstr "" | 975 | msgstr "" |
976 | 976 | ||
@@ -1614,6 +1614,7 @@ msgid "Filename" | @@ -1614,6 +1614,7 @@ msgid "Filename" | ||
1614 | msgstr "" | 1614 | msgstr "" |
1615 | 1615 | ||
1616 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1616 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1617 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1617 | msgid "Thumbnail" | 1618 | msgid "Thumbnail" |
1618 | msgstr "" | 1619 | msgstr "" |
1619 | 1620 | ||
@@ -2086,7 +2087,7 @@ msgstr "" | @@ -2086,7 +2087,7 @@ msgstr "" | ||
2086 | msgid "This profile has no geographical position registered." | 2087 | msgid "This profile has no geographical position registered." |
2087 | msgstr "" | 2088 | msgstr "" |
2088 | 2089 | ||
2089 | -#: app/models/slideshow_block.rb:9 | 2090 | +#: app/models/slideshow_block.rb:10 |
2090 | msgid "Slideshow" | 2091 | msgid "Slideshow" |
2091 | msgstr "" | 2092 | msgstr "" |
2092 | 2093 | ||
@@ -2994,7 +2995,7 @@ msgid "" | @@ -2994,7 +2995,7 @@ msgid "" | ||
2994 | "which one of your articles is going to be displayed in the block." | 2995 | "which one of your articles is going to be displayed in the block." |
2995 | msgstr "" | 2996 | msgstr "" |
2996 | 2997 | ||
2997 | -#: app/models/article_block.rb:12 | 2998 | +#: app/models/article_block.rb:13 |
2998 | msgid "Article not selected yet." | 2999 | msgid "Article not selected yet." |
2999 | msgstr "" | 3000 | msgstr "" |
3000 | 3001 | ||
@@ -3246,21 +3247,21 @@ msgstr "" | @@ -3246,21 +3247,21 @@ msgstr "" | ||
3246 | msgid "Change image" | 3247 | msgid "Change image" |
3247 | msgstr "" | 3248 | msgstr "" |
3248 | 3249 | ||
3249 | -#: app/views/shared/access_denied.rhtml:4 | 3250 | +#: app/views/shared/access_denied.rhtml:3 |
3250 | msgid "Access denied" | 3251 | msgid "Access denied" |
3251 | msgstr "" | 3252 | msgstr "" |
3252 | 3253 | ||
3253 | -#: app/views/shared/access_denied.rhtml:9 | 3254 | +#: app/views/shared/access_denied.rhtml:8 |
3254 | msgid "You are not allowed to view this page." | 3255 | msgid "You are not allowed to view this page." |
3255 | msgstr "" | 3256 | msgstr "" |
3256 | 3257 | ||
3257 | -#: app/views/shared/access_denied.rhtml:10 | 3258 | +#: app/views/shared/access_denied.rhtml:9 |
3258 | msgid "" | 3259 | msgid "" |
3259 | "If you are supposed to have access to this area, you'll probably want to " | 3260 | "If you are supposed to have access to this area, you'll probably want to " |
3260 | "talk to the people responsible and ask them to give you access." | 3261 | "talk to the people responsible and ask them to give you access." |
3261 | msgstr "" | 3262 | msgstr "" |
3262 | 3263 | ||
3263 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3264 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3264 | #: app/views/favorite_enterprises/index.rhtml:30 | 3265 | #: app/views/favorite_enterprises/index.rhtml:30 |
3265 | #: app/views/memberships/index.rhtml:8 | 3266 | #: app/views/memberships/index.rhtml:8 |
3266 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3267 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3272,26 +3273,26 @@ msgstr "" | @@ -3272,26 +3273,26 @@ msgstr "" | ||
3272 | msgid "Go back" | 3273 | msgid "Go back" |
3273 | msgstr "" | 3274 | msgstr "" |
3274 | 3275 | ||
3275 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3276 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3276 | msgid "Go to the site home page" | 3277 | msgid "Go to the site home page" |
3277 | msgstr "" | 3278 | msgstr "" |
3278 | 3279 | ||
3279 | -#: app/views/shared/not_found.rhtml:3 | 3280 | +#: app/views/shared/not_found.rhtml:2 |
3280 | msgid "There is no such page: %s" | 3281 | msgid "There is no such page: %s" |
3281 | msgstr "" | 3282 | msgstr "" |
3282 | 3283 | ||
3283 | -#: app/views/shared/not_found.rhtml:5 | 3284 | +#: app/views/shared/not_found.rhtml:4 |
3284 | msgid "You may have clicked an expired link or mistyped the address." | 3285 | msgid "You may have clicked an expired link or mistyped the address." |
3285 | msgstr "" | 3286 | msgstr "" |
3286 | 3287 | ||
3287 | -#: app/views/shared/not_found.rhtml:6 | 3288 | +#: app/views/shared/not_found.rhtml:5 |
3288 | msgid "" | 3289 | msgid "" |
3289 | "If you clicked a link that was in another site, or was given to you by " | 3290 | "If you clicked a link that was in another site, or was given to you by " |
3290 | "someone else, it would be nice if you tell them that their link is not valid " | 3291 | "someone else, it would be nice if you tell them that their link is not valid " |
3291 | "anymore." | 3292 | "anymore." |
3292 | msgstr "" | 3293 | msgstr "" |
3293 | 3294 | ||
3294 | -#: app/views/shared/not_found.rhtml:10 | 3295 | +#: app/views/shared/not_found.rhtml:9 |
3295 | #: app/views/profile/_private_profile.rhtml:16 | 3296 | #: app/views/profile/_private_profile.rhtml:16 |
3296 | msgid "Go to %s home page" | 3297 | msgid "Go to %s home page" |
3297 | msgstr "" | 3298 | msgstr "" |
@@ -3581,10 +3582,14 @@ msgstr "" | @@ -3581,10 +3582,14 @@ msgstr "" | ||
3581 | msgid "There were errors with the following communities: " | 3582 | msgid "There were errors with the following communities: " |
3582 | msgstr "" | 3583 | msgstr "" |
3583 | 3584 | ||
3584 | -#: app/views/cms/publish.rhtml:26 | 3585 | +#: app/views/cms/publish.rhtml:29 |
3585 | msgid "Publish" | 3586 | msgid "Publish" |
3586 | msgstr "" | 3587 | msgstr "" |
3587 | 3588 | ||
3589 | +#: app/views/cms/publish.rhtml:34 | ||
3590 | +msgid "This option is temporarily disabled." | ||
3591 | +msgstr "" | ||
3592 | + | ||
3588 | #: app/views/cms/_event.rhtml:8 | 3593 | #: app/views/cms/_event.rhtml:8 |
3589 | msgid "Start date" | 3594 | msgid "Start date" |
3590 | msgstr "" | 3595 | msgstr "" |
@@ -4867,24 +4872,32 @@ msgid "%{gallery} (%{count} images)" | @@ -4867,24 +4872,32 @@ msgid "%{gallery} (%{count} images)" | ||
4867 | msgstr "" | 4872 | msgstr "" |
4868 | 4873 | ||
4869 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 4874 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
4870 | -msgid "Image transition:" | 4875 | +msgid "Image size" |
4871 | msgstr "" | 4876 | msgstr "" |
4872 | 4877 | ||
4873 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 4878 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
4879 | +msgid "Slideshow size" | ||
4880 | +msgstr "" | ||
4881 | + | ||
4882 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
4883 | +msgid "Image transition:" | ||
4884 | +msgstr "" | ||
4885 | + | ||
4886 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
4874 | msgid "No automatic transition" | 4887 | msgid "No automatic transition" |
4875 | msgstr "" | 4888 | msgstr "" |
4876 | 4889 | ||
4877 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 4890 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
4878 | msgid "Every 1 second" | 4891 | msgid "Every 1 second" |
4879 | msgid_plural "Every %d seconds" | 4892 | msgid_plural "Every %d seconds" |
4880 | msgstr[0] "" | 4893 | msgstr[0] "" |
4881 | msgstr[1] "" | 4894 | msgstr[1] "" |
4882 | 4895 | ||
4883 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 4896 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
4884 | msgid "Show images in random order" | 4897 | msgid "Show images in random order" |
4885 | msgstr "" | 4898 | msgstr "" |
4886 | 4899 | ||
4887 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 4900 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
4888 | msgid "Display navigation buttons" | 4901 | msgid "Display navigation buttons" |
4889 | msgstr "" | 4902 | msgstr "" |
4890 | 4903 | ||
@@ -5677,10 +5690,6 @@ msgid "" | @@ -5677,10 +5690,6 @@ msgid "" | ||
5677 | "pending actions that need your attention." | 5690 | "pending actions that need your attention." |
5678 | msgstr "" | 5691 | msgstr "" |
5679 | 5692 | ||
5680 | -#: app/views/profile/private_profile.rhtml:4 | ||
5681 | -msgid "This profile is not public." | ||
5682 | -msgstr "" | ||
5683 | - | ||
5684 | #: app/views/profile/leave.rhtml:1 | 5693 | #: app/views/profile/leave.rhtml:1 |
5685 | msgid "Leaving %s" | 5694 | msgid "Leaving %s" |
5686 | msgstr "" | 5695 | msgstr "" |
po/pt/noosfero.po
@@ -11,9 +11,9 @@ | @@ -11,9 +11,9 @@ | ||
11 | # | 11 | # |
12 | msgid "" | 12 | msgid "" |
13 | msgstr "" | 13 | msgstr "" |
14 | -"Project-Id-Version: noosfero 0.23.0\n" | ||
15 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | ||
16 | -"PO-Revision-Date: 2010-04-20 09:29-0300\n" | 14 | +"Project-Id-Version: noosfero 0.23.1\n" |
15 | +"POT-Creation-Date: 2010-04-30 20:17-0300\n" | ||
16 | +"PO-Revision-Date: 2010-04-30 20:17-0300\n" | ||
17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | "Language-Team: LANGUAGE <LL@li.org>\n" | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | "MIME-Version: 1.0\n" | 19 | "MIME-Version: 1.0\n" |
@@ -82,7 +82,7 @@ msgstr "" | @@ -82,7 +82,7 @@ msgstr "" | ||
82 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 82 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
83 | #: app/models/block.rb:- app/models/comment.rb:- | 83 | #: app/models/block.rb:- app/models/comment.rb:- |
84 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 84 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
85 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 85 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
86 | #: app/views/cms/_textile_article.rhtml:5 | 86 | #: app/views/cms/_textile_article.rhtml:5 |
87 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 87 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
88 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 88 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -398,27 +398,27 @@ msgstr "Gerenciar conteúdo" | @@ -398,27 +398,27 @@ msgstr "Gerenciar conteúdo" | ||
398 | msgid "This block is invisible. Your visitors will not see it." | 398 | msgid "This block is invisible. Your visitors will not see it." |
399 | msgstr "Este bloco é invisível. Seus visitantes não vão vê-lo." | 399 | msgstr "Este bloco é invisível. Seus visitantes não vão vê-lo." |
400 | 400 | ||
401 | -#: app/helpers/boxes_helper.rb:194 | 401 | +#: app/helpers/boxes_helper.rb:189 |
402 | msgid "Can't move up anymore." | 402 | msgid "Can't move up anymore." |
403 | msgstr "Impossível move mais acima." | 403 | msgstr "Impossível move mais acima." |
404 | 404 | ||
405 | -#: app/helpers/boxes_helper.rb:196 | 405 | +#: app/helpers/boxes_helper.rb:191 |
406 | msgid "Move block up" | 406 | msgid "Move block up" |
407 | msgstr "Mover para cima" | 407 | msgstr "Mover para cima" |
408 | 408 | ||
409 | -#: app/helpers/boxes_helper.rb:200 | 409 | +#: app/helpers/boxes_helper.rb:195 |
410 | msgid "Can't move down anymore." | 410 | msgid "Can't move down anymore." |
411 | msgstr "Impossível mover mais abaixo." | 411 | msgstr "Impossível mover mais abaixo." |
412 | 412 | ||
413 | -#: app/helpers/boxes_helper.rb:202 | 413 | +#: app/helpers/boxes_helper.rb:197 |
414 | msgid "Move block down" | 414 | msgid "Move block down" |
415 | msgstr "Mover para baixo" | 415 | msgstr "Mover para baixo" |
416 | 416 | ||
417 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 417 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
418 | msgid "Move to the opposite side" | 418 | msgid "Move to the opposite side" |
419 | msgstr "Mover para o lado oposto" | 419 | msgstr "Mover para o lado oposto" |
420 | 420 | ||
421 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 421 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
422 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 422 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
423 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 423 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
424 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 424 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -428,24 +428,24 @@ msgstr "Mover para o lado oposto" | @@ -428,24 +428,24 @@ msgstr "Mover para o lado oposto" | ||
428 | msgid "Edit" | 428 | msgid "Edit" |
429 | msgstr "Editar" | 429 | msgstr "Editar" |
430 | 430 | ||
431 | -#: app/helpers/boxes_helper.rb:221 | 431 | +#: app/helpers/boxes_helper.rb:216 |
432 | msgid "Remove block" | 432 | msgid "Remove block" |
433 | msgstr "Remover bloco" | 433 | msgstr "Remover bloco" |
434 | 434 | ||
435 | -#: app/helpers/boxes_helper.rb:221 | 435 | +#: app/helpers/boxes_helper.rb:216 |
436 | msgid "Are you sure you want to remove this block?" | 436 | msgid "Are you sure you want to remove this block?" |
437 | msgstr "Tem certeza que quer excluir este bloco?" | 437 | msgstr "Tem certeza que quer excluir este bloco?" |
438 | 438 | ||
439 | -#: app/helpers/boxes_helper.rb:225 | 439 | +#: app/helpers/boxes_helper.rb:220 |
440 | msgid "Help on this block" | 440 | msgid "Help on this block" |
441 | msgstr "Ajuda sobre este bloco" | 441 | msgstr "Ajuda sobre este bloco" |
442 | 442 | ||
443 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 443 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
444 | #: app/models/link_list_block.rb:23 | 444 | #: app/models/link_list_block.rb:23 |
445 | msgid "Help" | 445 | msgid "Help" |
446 | msgstr "Ajuda" | 446 | msgstr "Ajuda" |
447 | 447 | ||
448 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 448 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
449 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 449 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
450 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 450 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
451 | msgid "Close" | 451 | msgid "Close" |
@@ -958,27 +958,27 @@ msgstr "Clique, escreva e pressione enter para pesquisar" | @@ -958,27 +958,27 @@ msgstr "Clique, escreva e pressione enter para pesquisar" | ||
958 | msgid "Search" | 958 | msgid "Search" |
959 | msgstr "Busca" | 959 | msgstr "Busca" |
960 | 960 | ||
961 | -#: app/helpers/application_helper.rb:803 | 961 | +#: app/helpers/application_helper.rb:812 |
962 | msgid "Searched for '%s'" | 962 | msgid "Searched for '%s'" |
963 | msgstr "Busca por '%s'" | 963 | msgstr "Busca por '%s'" |
964 | 964 | ||
965 | -#: app/helpers/application_helper.rb:804 | 965 | +#: app/helpers/application_helper.rb:813 |
966 | msgid "In category %s" | 966 | msgid "In category %s" |
967 | msgstr "Na categoria %s" | 967 | msgstr "Na categoria %s" |
968 | 968 | ||
969 | -#: app/helpers/application_helper.rb:805 | 969 | +#: app/helpers/application_helper.rb:814 |
970 | msgid "within %d km from %s" | 970 | msgid "within %d km from %s" |
971 | msgstr "no raio de %s km até %s" | 971 | msgstr "no raio de %s km até %s" |
972 | 972 | ||
973 | -#: app/helpers/application_helper.rb:806 | 973 | +#: app/helpers/application_helper.rb:815 |
974 | msgid "%d results found" | 974 | msgid "%d results found" |
975 | msgstr "%d resultados encontrados" | 975 | msgstr "%d resultados encontrados" |
976 | 976 | ||
977 | -#: app/helpers/application_helper.rb:812 | 977 | +#: app/helpers/application_helper.rb:821 |
978 | msgid "In all categories" | 978 | msgid "In all categories" |
979 | msgstr "Em todas as categorias" | 979 | msgstr "Em todas as categorias" |
980 | 980 | ||
981 | -#: app/helpers/application_helper.rb:900 | 981 | +#: app/helpers/application_helper.rb:909 |
982 | msgid "Online Manual" | 982 | msgid "Online Manual" |
983 | msgstr "Manual on-line" | 983 | msgstr "Manual on-line" |
984 | 984 | ||
@@ -1431,9 +1431,8 @@ msgid "Business name" | @@ -1431,9 +1431,8 @@ msgid "Business name" | ||
1431 | msgstr "Nome fantasia" | 1431 | msgstr "Nome fantasia" |
1432 | 1432 | ||
1433 | #: app/models/enterprise.rb:49 | 1433 | #: app/models/enterprise.rb:49 |
1434 | -#, fuzzy | ||
1435 | msgid "%{fn} can't be blank" | 1434 | msgid "%{fn} can't be blank" |
1436 | -msgstr "%{fn} não pode ser assim." | 1435 | +msgstr "%{fn} não pode ser em branco" |
1437 | 1436 | ||
1438 | #: app/models/published_article.rb:12 | 1437 | #: app/models/published_article.rb:12 |
1439 | msgid "Reference to other article" | 1438 | msgid "Reference to other article" |
@@ -1642,6 +1641,7 @@ msgid "Filename" | @@ -1642,6 +1641,7 @@ msgid "Filename" | ||
1642 | msgstr "Nome do arquivo" | 1641 | msgstr "Nome do arquivo" |
1643 | 1642 | ||
1644 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1643 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1644 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1645 | msgid "Thumbnail" | 1645 | msgid "Thumbnail" |
1646 | msgstr "Miniatura" | 1646 | msgstr "Miniatura" |
1647 | 1647 | ||
@@ -2137,7 +2137,7 @@ msgstr "Mostra onde o perfil está no mundo real." | @@ -2137,7 +2137,7 @@ msgstr "Mostra onde o perfil está no mundo real." | ||
2137 | msgid "This profile has no geographical position registered." | 2137 | msgid "This profile has no geographical position registered." |
2138 | msgstr "Este perfil não tem posição geográfica registrada." | 2138 | msgstr "Este perfil não tem posição geográfica registrada." |
2139 | 2139 | ||
2140 | -#: app/models/slideshow_block.rb:9 | 2140 | +#: app/models/slideshow_block.rb:10 |
2141 | msgid "Slideshow" | 2141 | msgid "Slideshow" |
2142 | msgstr "Slideshow" | 2142 | msgstr "Slideshow" |
2143 | 2143 | ||
@@ -3076,7 +3076,7 @@ msgstr "" | @@ -3076,7 +3076,7 @@ msgstr "" | ||
3076 | "Este bloco apresenta um dos seus artigos. Você pode editar o bloco para " | 3076 | "Este bloco apresenta um dos seus artigos. Você pode editar o bloco para " |
3077 | "escolher qual dos seus artigos será apresentado neste bloco." | 3077 | "escolher qual dos seus artigos será apresentado neste bloco." |
3078 | 3078 | ||
3079 | -#: app/models/article_block.rb:12 | 3079 | +#: app/models/article_block.rb:13 |
3080 | msgid "Article not selected yet." | 3080 | msgid "Article not selected yet." |
3081 | msgstr "Nenhum artigo selecionado ainda." | 3081 | msgstr "Nenhum artigo selecionado ainda." |
3082 | 3082 | ||
@@ -3328,15 +3328,15 @@ msgstr "Categorias:" | @@ -3328,15 +3328,15 @@ msgstr "Categorias:" | ||
3328 | msgid "Change image" | 3328 | msgid "Change image" |
3329 | msgstr "Mudar imagem" | 3329 | msgstr "Mudar imagem" |
3330 | 3330 | ||
3331 | -#: app/views/shared/access_denied.rhtml:4 | 3331 | +#: app/views/shared/access_denied.rhtml:3 |
3332 | msgid "Access denied" | 3332 | msgid "Access denied" |
3333 | msgstr "Acesso negado" | 3333 | msgstr "Acesso negado" |
3334 | 3334 | ||
3335 | -#: app/views/shared/access_denied.rhtml:9 | 3335 | +#: app/views/shared/access_denied.rhtml:8 |
3336 | msgid "You are not allowed to view this page." | 3336 | msgid "You are not allowed to view this page." |
3337 | msgstr "Você não está autorizado a visualizar esta página." | 3337 | msgstr "Você não está autorizado a visualizar esta página." |
3338 | 3338 | ||
3339 | -#: app/views/shared/access_denied.rhtml:10 | 3339 | +#: app/views/shared/access_denied.rhtml:9 |
3340 | msgid "" | 3340 | msgid "" |
3341 | "If you are supposed to have access to this area, you'll probably want to " | 3341 | "If you are supposed to have access to this area, you'll probably want to " |
3342 | "talk to the people responsible and ask them to give you access." | 3342 | "talk to the people responsible and ask them to give you access." |
@@ -3344,7 +3344,7 @@ msgstr "" | @@ -3344,7 +3344,7 @@ msgstr "" | ||
3344 | "Se você deveria ter acesso a esta área, você provavelmente deve entrar em " | 3344 | "Se você deveria ter acesso a esta área, você provavelmente deve entrar em " |
3345 | "contato com as pessoas responsáveis e pedir acesso." | 3345 | "contato com as pessoas responsáveis e pedir acesso." |
3346 | 3346 | ||
3347 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3347 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3348 | #: app/views/favorite_enterprises/index.rhtml:30 | 3348 | #: app/views/favorite_enterprises/index.rhtml:30 |
3349 | #: app/views/memberships/index.rhtml:8 | 3349 | #: app/views/memberships/index.rhtml:8 |
3350 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3350 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3356,20 +3356,20 @@ msgstr "" | @@ -3356,20 +3356,20 @@ msgstr "" | ||
3356 | msgid "Go back" | 3356 | msgid "Go back" |
3357 | msgstr "Voltar" | 3357 | msgstr "Voltar" |
3358 | 3358 | ||
3359 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3359 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3360 | msgid "Go to the site home page" | 3360 | msgid "Go to the site home page" |
3361 | msgstr "Ir para a página inicial do site." | 3361 | msgstr "Ir para a página inicial do site." |
3362 | 3362 | ||
3363 | -#: app/views/shared/not_found.rhtml:3 | 3363 | +#: app/views/shared/not_found.rhtml:2 |
3364 | msgid "There is no such page: %s" | 3364 | msgid "There is no such page: %s" |
3365 | msgstr "Esta página não existe: %s" | 3365 | msgstr "Esta página não existe: %s" |
3366 | 3366 | ||
3367 | -#: app/views/shared/not_found.rhtml:5 | 3367 | +#: app/views/shared/not_found.rhtml:4 |
3368 | msgid "You may have clicked an expired link or mistyped the address." | 3368 | msgid "You may have clicked an expired link or mistyped the address." |
3369 | msgstr "" | 3369 | msgstr "" |
3370 | "Você pode ter clicado em um link expirado ou em um endereço digitado errado." | 3370 | "Você pode ter clicado em um link expirado ou em um endereço digitado errado." |
3371 | 3371 | ||
3372 | -#: app/views/shared/not_found.rhtml:6 | 3372 | +#: app/views/shared/not_found.rhtml:5 |
3373 | msgid "" | 3373 | msgid "" |
3374 | "If you clicked a link that was in another site, or was given to you by " | 3374 | "If you clicked a link that was in another site, or was given to you by " |
3375 | "someone else, it would be nice if you tell them that their link is not valid " | 3375 | "someone else, it would be nice if you tell them that their link is not valid " |
@@ -3379,7 +3379,7 @@ msgstr "" | @@ -3379,7 +3379,7 @@ msgstr "" | ||
3379 | "por outra pessoa, seria legal que você avisasse que este link não é mais " | 3379 | "por outra pessoa, seria legal que você avisasse que este link não é mais " |
3380 | "válido." | 3380 | "válido." |
3381 | 3381 | ||
3382 | -#: app/views/shared/not_found.rhtml:10 | 3382 | +#: app/views/shared/not_found.rhtml:9 |
3383 | #: app/views/profile/_private_profile.rhtml:16 | 3383 | #: app/views/profile/_private_profile.rhtml:16 |
3384 | msgid "Go to %s home page" | 3384 | msgid "Go to %s home page" |
3385 | msgstr "Ir para a página inicial do %s" | 3385 | msgstr "Ir para a página inicial do %s" |
@@ -3680,10 +3680,14 @@ msgstr "Selecione os grupos onde você quer publicar seu artigo" | @@ -3680,10 +3680,14 @@ msgstr "Selecione os grupos onde você quer publicar seu artigo" | ||
3680 | msgid "There were errors with the following communities: " | 3680 | msgid "There were errors with the following communities: " |
3681 | msgstr "Houveram problemas com as seguintes comunidades :" | 3681 | msgstr "Houveram problemas com as seguintes comunidades :" |
3682 | 3682 | ||
3683 | -#: app/views/cms/publish.rhtml:26 | 3683 | +#: app/views/cms/publish.rhtml:29 |
3684 | msgid "Publish" | 3684 | msgid "Publish" |
3685 | msgstr "Publicar" | 3685 | msgstr "Publicar" |
3686 | 3686 | ||
3687 | +#: app/views/cms/publish.rhtml:34 | ||
3688 | +msgid "This option is temporarily disabled." | ||
3689 | +msgstr "Esta opção está desabilitada temporariamente" | ||
3690 | + | ||
3687 | #: app/views/cms/_event.rhtml:8 | 3691 | #: app/views/cms/_event.rhtml:8 |
3688 | msgid "Start date" | 3692 | msgid "Start date" |
3689 | msgstr "Data de início" | 3693 | msgstr "Data de início" |
@@ -5026,24 +5030,32 @@ msgid "%{gallery} (%{count} images)" | @@ -5026,24 +5030,32 @@ msgid "%{gallery} (%{count} images)" | ||
5026 | msgstr "%{gallery} (%{count} imagens)" | 5030 | msgstr "%{gallery} (%{count} imagens)" |
5027 | 5031 | ||
5028 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 5032 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
5033 | +msgid "Image size" | ||
5034 | +msgstr "Tamanho da imagem" | ||
5035 | + | ||
5036 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
5037 | +msgid "Slideshow size" | ||
5038 | +msgstr "Temanho para slideshow" | ||
5039 | + | ||
5040 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
5029 | msgid "Image transition:" | 5041 | msgid "Image transition:" |
5030 | msgstr "Transição de imagens:" | 5042 | msgstr "Transição de imagens:" |
5031 | 5043 | ||
5032 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5044 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5033 | msgid "No automatic transition" | 5045 | msgid "No automatic transition" |
5034 | msgstr "Sem transição automática" | 5046 | msgstr "Sem transição automática" |
5035 | 5047 | ||
5036 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5048 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5037 | msgid "Every 1 second" | 5049 | msgid "Every 1 second" |
5038 | msgid_plural "Every %d seconds" | 5050 | msgid_plural "Every %d seconds" |
5039 | msgstr[0] "A cada 1 segundo" | 5051 | msgstr[0] "A cada 1 segundo" |
5040 | msgstr[1] "A cada %d segundos" | 5052 | msgstr[1] "A cada %d segundos" |
5041 | 5053 | ||
5042 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 5054 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
5043 | msgid "Show images in random order" | 5055 | msgid "Show images in random order" |
5044 | msgstr "Mostrar imagens em order aleatória" | 5056 | msgstr "Mostrar imagens em order aleatória" |
5045 | 5057 | ||
5046 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 5058 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
5047 | msgid "Display navigation buttons" | 5059 | msgid "Display navigation buttons" |
5048 | msgstr "Mostrar botões de navegação" | 5060 | msgstr "Mostrar botões de navegação" |
5049 | 5061 | ||
@@ -5882,10 +5894,6 @@ msgstr "" | @@ -5882,10 +5894,6 @@ msgstr "" | ||
5882 | "Acesse sua lista de tarefas ou o seu painel de controle para ver esta e " | 5894 | "Acesse sua lista de tarefas ou o seu painel de controle para ver esta e " |
5883 | "outras ações pendentes que necessitam da sua atenção." | 5895 | "outras ações pendentes que necessitam da sua atenção." |
5884 | 5896 | ||
5885 | -#: app/views/profile/private_profile.rhtml:4 | ||
5886 | -msgid "This profile is not public." | ||
5887 | -msgstr "Este perfil não é público." | ||
5888 | - | ||
5889 | #: app/views/profile/leave.rhtml:1 | 5897 | #: app/views/profile/leave.rhtml:1 |
5890 | msgid "Leaving %s" | 5898 | msgid "Leaving %s" |
5891 | msgstr "Saindo %s" | 5899 | msgstr "Saindo %s" |
@@ -6945,6 +6953,9 @@ msgstr "" | @@ -6945,6 +6953,9 @@ msgstr "" | ||
6945 | "Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. " | 6953 | "Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. " |
6946 | "Perdoe o incoveniente. " | 6954 | "Perdoe o incoveniente. " |
6947 | 6955 | ||
6956 | +#~ msgid "This profile is not public." | ||
6957 | +#~ msgstr "Este perfil não é público." | ||
6958 | + | ||
6948 | #~ msgid "This menu gives you access to your personal functionalities." | 6959 | #~ msgid "This menu gives you access to your personal functionalities." |
6949 | #~ msgstr "Este menu te dá acesso às suas funcionalidades pessoais." | 6960 | #~ msgstr "Este menu te dá acesso às suas funcionalidades pessoais." |
6950 | 6961 |
po/ru/noosfero.po
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | # | 5 | # |
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.23.0\n" | ||
9 | -"POT-Creation-Date: 2010-04-20 09:10-0300\n" | 8 | +"Project-Id-Version: noosfero 0.23.1\n" |
9 | +"POT-Creation-Date: 2010-04-30 20:17-0300\n" | ||
10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" | 10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" |
11 | "Last-Translator: Anton <anton.c@live.com>\n" | 11 | "Last-Translator: Anton <anton.c@live.com>\n" |
12 | "Language-Team: German <de@li.org>\n" | 12 | "Language-Team: German <de@li.org>\n" |
@@ -73,7 +73,7 @@ msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ | @@ -73,7 +73,7 @@ msgstr "Выбранный тут Ñзык ÑвлÑетÑÑ Ñзыком Ð´Ð»Ñ | ||
73 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 | 73 | #: app/helpers/folder_helper.rb:7 app/models/article.rb:50 |
74 | #: app/models/block.rb:- app/models/comment.rb:- | 74 | #: app/models/block.rb:- app/models/comment.rb:- |
75 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 | 75 | #: app/views/cms/_uploaded_file.rhtml:1 app/views/cms/_article.rhtml:8 |
76 | -#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:21 | 76 | +#: app/views/cms/_article.rhtml:11 app/views/cms/publish.rhtml:24 |
77 | #: app/views/cms/_textile_article.rhtml:5 | 77 | #: app/views/cms/_textile_article.rhtml:5 |
78 | #: app/views/cms/_tiny_mce_article.rhtml:8 | 78 | #: app/views/cms/_tiny_mce_article.rhtml:8 |
79 | #: app/views/cms/_tiny_mce_article.rhtml:11 | 79 | #: app/views/cms/_tiny_mce_article.rhtml:11 |
@@ -396,27 +396,27 @@ msgstr "ОÑновной контент" | @@ -396,27 +396,27 @@ msgstr "ОÑновной контент" | ||
396 | msgid "This block is invisible. Your visitors will not see it." | 396 | msgid "This block is invisible. Your visitors will not see it." |
397 | msgstr "Ðтот блок невидимый Ð´Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… пользователей" | 397 | msgstr "Ðтот блок невидимый Ð´Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… пользователей" |
398 | 398 | ||
399 | -#: app/helpers/boxes_helper.rb:194 | 399 | +#: app/helpers/boxes_helper.rb:189 |
400 | msgid "Can't move up anymore." | 400 | msgid "Can't move up anymore." |
401 | msgstr "Ðевозможно передвинуть выше" | 401 | msgstr "Ðевозможно передвинуть выше" |
402 | 402 | ||
403 | -#: app/helpers/boxes_helper.rb:196 | 403 | +#: app/helpers/boxes_helper.rb:191 |
404 | msgid "Move block up" | 404 | msgid "Move block up" |
405 | msgstr "Передвинуть блок выше" | 405 | msgstr "Передвинуть блок выше" |
406 | 406 | ||
407 | -#: app/helpers/boxes_helper.rb:200 | 407 | +#: app/helpers/boxes_helper.rb:195 |
408 | msgid "Can't move down anymore." | 408 | msgid "Can't move down anymore." |
409 | msgstr "Ðевозможно передвинуть ниже" | 409 | msgstr "Ðевозможно передвинуть ниже" |
410 | 410 | ||
411 | -#: app/helpers/boxes_helper.rb:202 | 411 | +#: app/helpers/boxes_helper.rb:197 |
412 | msgid "Move block down" | 412 | msgid "Move block down" |
413 | msgstr "Передвинуть блок ниже" | 413 | msgstr "Передвинуть блок ниже" |
414 | 414 | ||
415 | -#: app/helpers/boxes_helper.rb:210 app/helpers/boxes_helper.rb:212 | 415 | +#: app/helpers/boxes_helper.rb:205 app/helpers/boxes_helper.rb:207 |
416 | msgid "Move to the opposite side" | 416 | msgid "Move to the opposite side" |
417 | msgstr "ПеремеÑтить на другую Ñторону" | 417 | msgstr "ПеремеÑтить на другую Ñторону" |
418 | 418 | ||
419 | -#: app/helpers/boxes_helper.rb:217 app/helpers/article_helper.rb:36 | 419 | +#: app/helpers/boxes_helper.rb:212 app/helpers/article_helper.rb:36 |
420 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 | 420 | #: app/models/link_list_block.rb:5 app/views/categories/_category.rhtml:8 |
421 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 | 421 | #: app/views/cms/view.rhtml:81 app/views/manage_products/index.rhtml:19 |
422 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 | 422 | #: app/views/manage_products/index.rhtml:53 app/views/role/index.rhtml:14 |
@@ -426,24 +426,24 @@ msgstr "ПеремеÑтить на другую Ñторону" | @@ -426,24 +426,24 @@ msgstr "ПеремеÑтить на другую Ñторону" | ||
426 | msgid "Edit" | 426 | msgid "Edit" |
427 | msgstr "Редактировать" | 427 | msgstr "Редактировать" |
428 | 428 | ||
429 | -#: app/helpers/boxes_helper.rb:221 | 429 | +#: app/helpers/boxes_helper.rb:216 |
430 | msgid "Remove block" | 430 | msgid "Remove block" |
431 | msgstr "Удалить блок" | 431 | msgstr "Удалить блок" |
432 | 432 | ||
433 | -#: app/helpers/boxes_helper.rb:221 | 433 | +#: app/helpers/boxes_helper.rb:216 |
434 | msgid "Are you sure you want to remove this block?" | 434 | msgid "Are you sure you want to remove this block?" |
435 | msgstr "Вы уверены что хотите удалить блок?" | 435 | msgstr "Вы уверены что хотите удалить блок?" |
436 | 436 | ||
437 | -#: app/helpers/boxes_helper.rb:225 | 437 | +#: app/helpers/boxes_helper.rb:220 |
438 | msgid "Help on this block" | 438 | msgid "Help on this block" |
439 | msgstr "Помощь по блоку" | 439 | msgstr "Помощь по блоку" |
440 | 440 | ||
441 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:84 | 441 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:84 |
442 | #: app/models/link_list_block.rb:23 | 442 | #: app/models/link_list_block.rb:23 |
443 | msgid "Help" | 443 | msgid "Help" |
444 | msgstr "Помощь" | 444 | msgstr "Помощь" |
445 | 445 | ||
446 | -#: app/helpers/boxes_helper.rb:225 app/helpers/application_helper.rb:104 | 446 | +#: app/helpers/boxes_helper.rb:220 app/helpers/application_helper.rb:104 |
447 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 | 447 | #: app/views/cms/why_categorize.rhtml:8 app/views/search/_search_form.rhtml:63 |
448 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 | 448 | #: app/views/box_organizer/add_block.rhtml:26 app/views/account/wizard.rhtml:1 |
449 | msgid "Close" | 449 | msgid "Close" |
@@ -954,27 +954,27 @@ msgstr "Введите Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸ нажмите enter" | @@ -954,27 +954,27 @@ msgstr "Введите Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¸ нажмите enter" | ||
954 | msgid "Search" | 954 | msgid "Search" |
955 | msgstr "ПоиÑк" | 955 | msgstr "ПоиÑк" |
956 | 956 | ||
957 | -#: app/helpers/application_helper.rb:803 | 957 | +#: app/helpers/application_helper.rb:812 |
958 | msgid "Searched for '%s'" | 958 | msgid "Searched for '%s'" |
959 | msgstr "ИÑкали: '%s'" | 959 | msgstr "ИÑкали: '%s'" |
960 | 960 | ||
961 | -#: app/helpers/application_helper.rb:804 | 961 | +#: app/helpers/application_helper.rb:813 |
962 | msgid "In category %s" | 962 | msgid "In category %s" |
963 | msgstr "В категории %s" | 963 | msgstr "В категории %s" |
964 | 964 | ||
965 | -#: app/helpers/application_helper.rb:805 | 965 | +#: app/helpers/application_helper.rb:814 |
966 | msgid "within %d km from %s" | 966 | msgid "within %d km from %s" |
967 | msgstr "в %d км. от %s" | 967 | msgstr "в %d км. от %s" |
968 | 968 | ||
969 | -#: app/helpers/application_helper.rb:806 | 969 | +#: app/helpers/application_helper.rb:815 |
970 | msgid "%d results found" | 970 | msgid "%d results found" |
971 | msgstr "найдено %d запиÑей" | 971 | msgstr "найдено %d запиÑей" |
972 | 972 | ||
973 | -#: app/helpers/application_helper.rb:812 | 973 | +#: app/helpers/application_helper.rb:821 |
974 | msgid "In all categories" | 974 | msgid "In all categories" |
975 | msgstr "Во вÑех категориÑÑ…" | 975 | msgstr "Во вÑех категориÑÑ…" |
976 | 976 | ||
977 | -#: app/helpers/application_helper.rb:900 | 977 | +#: app/helpers/application_helper.rb:909 |
978 | msgid "Online Manual" | 978 | msgid "Online Manual" |
979 | msgstr "" | 979 | msgstr "" |
980 | 980 | ||
@@ -1630,6 +1630,7 @@ msgid "Filename" | @@ -1630,6 +1630,7 @@ msgid "Filename" | ||
1630 | msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" | 1630 | msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" |
1631 | 1631 | ||
1632 | #: app/models/image.rb:- app/models/thumbnail.rb:- | 1632 | #: app/models/image.rb:- app/models/thumbnail.rb:- |
1633 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
1633 | msgid "Thumbnail" | 1634 | msgid "Thumbnail" |
1634 | msgstr "Превью" | 1635 | msgstr "Превью" |
1635 | 1636 | ||
@@ -2139,7 +2140,7 @@ msgstr "Показывает, где географичеÑки Ð½Ð°Ñ…Ð¾Ð´Ð¸Ñ‚Ñ | @@ -2139,7 +2140,7 @@ msgstr "Показывает, где географичеÑки Ð½Ð°Ñ…Ð¾Ð´Ð¸Ñ‚Ñ | ||
2139 | msgid "This profile has no geographical position registered." | 2140 | msgid "This profile has no geographical position registered." |
2140 | msgstr "Ð’ профиле не указана географичеÑÐºÐ°Ñ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ñ." | 2141 | msgstr "Ð’ профиле не указана географичеÑÐºÐ°Ñ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ñ." |
2141 | 2142 | ||
2142 | -#: app/models/slideshow_block.rb:9 | 2143 | +#: app/models/slideshow_block.rb:10 |
2143 | #, fuzzy | 2144 | #, fuzzy |
2144 | msgid "Slideshow" | 2145 | msgid "Slideshow" |
2145 | msgstr "ПоÑмотреть Ñлайдшоу" | 2146 | msgstr "ПоÑмотреть Ñлайдшоу" |
@@ -3105,7 +3106,7 @@ msgstr "" | @@ -3105,7 +3106,7 @@ msgstr "" | ||
3105 | "Ð’ Ñтом блоке отображаетÑÑ Ð¾Ð´Ð½Ð° из ваших Ñтатей. Ð’Ñ‹ можете наÑтроить блок Ð´Ð»Ñ " | 3106 | "Ð’ Ñтом блоке отображаетÑÑ Ð¾Ð´Ð½Ð° из ваших Ñтатей. Ð’Ñ‹ можете наÑтроить блок Ð´Ð»Ñ " |
3106 | "ее выбора." | 3107 | "ее выбора." |
3107 | 3108 | ||
3108 | -#: app/models/article_block.rb:12 | 3109 | +#: app/models/article_block.rb:13 |
3109 | msgid "Article not selected yet." | 3110 | msgid "Article not selected yet." |
3110 | msgstr "Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð½Ðµ выбрана" | 3111 | msgstr "Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð½Ðµ выбрана" |
3111 | 3112 | ||
@@ -3361,21 +3362,21 @@ msgstr "Категории:" | @@ -3361,21 +3362,21 @@ msgstr "Категории:" | ||
3361 | msgid "Change image" | 3362 | msgid "Change image" |
3362 | msgstr "Сменить изобрежение" | 3363 | msgstr "Сменить изобрежение" |
3363 | 3364 | ||
3364 | -#: app/views/shared/access_denied.rhtml:4 | 3365 | +#: app/views/shared/access_denied.rhtml:3 |
3365 | msgid "Access denied" | 3366 | msgid "Access denied" |
3366 | msgstr "ДоÑтуп запрещен" | 3367 | msgstr "ДоÑтуп запрещен" |
3367 | 3368 | ||
3368 | -#: app/views/shared/access_denied.rhtml:9 | 3369 | +#: app/views/shared/access_denied.rhtml:8 |
3369 | msgid "You are not allowed to view this page." | 3370 | msgid "You are not allowed to view this page." |
3370 | msgstr "Вам не позволено проÑматривать Ñту Ñтраницу" | 3371 | msgstr "Вам не позволено проÑматривать Ñту Ñтраницу" |
3371 | 3372 | ||
3372 | -#: app/views/shared/access_denied.rhtml:10 | 3373 | +#: app/views/shared/access_denied.rhtml:9 |
3373 | msgid "" | 3374 | msgid "" |
3374 | "If you are supposed to have access to this area, you'll probably want to " | 3375 | "If you are supposed to have access to this area, you'll probably want to " |
3375 | "talk to the people responsible and ask them to give you access." | 3376 | "talk to the people responsible and ask them to give you access." |
3376 | msgstr "Вам нужны права доÑтупа, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтраторами данной зоны" | 3377 | msgstr "Вам нужны права доÑтупа, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтраторами данной зоны" |
3377 | 3378 | ||
3378 | -#: app/views/shared/access_denied.rhtml:14 app/views/shared/not_found.rhtml:9 | 3379 | +#: app/views/shared/access_denied.rhtml:13 app/views/shared/not_found.rhtml:8 |
3379 | #: app/views/favorite_enterprises/index.rhtml:30 | 3380 | #: app/views/favorite_enterprises/index.rhtml:30 |
3380 | #: app/views/memberships/index.rhtml:8 | 3381 | #: app/views/memberships/index.rhtml:8 |
3381 | #: app/views/enterprise_registration/basic_information.rhtml:12 | 3382 | #: app/views/enterprise_registration/basic_information.rhtml:12 |
@@ -3387,26 +3388,26 @@ msgstr "Вам нужны права доÑтупа, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð | @@ -3387,26 +3388,26 @@ msgstr "Вам нужны права доÑтупа, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð | ||
3387 | msgid "Go back" | 3388 | msgid "Go back" |
3388 | msgstr "Ðазад" | 3389 | msgstr "Ðазад" |
3389 | 3390 | ||
3390 | -#: app/views/shared/access_denied.rhtml:15 public/500.html.erb:28 | 3391 | +#: app/views/shared/access_denied.rhtml:14 public/500.html.erb:28 |
3391 | msgid "Go to the site home page" | 3392 | msgid "Go to the site home page" |
3392 | msgstr "Перейти на домашнюю Ñтраницу Ñайта" | 3393 | msgstr "Перейти на домашнюю Ñтраницу Ñайта" |
3393 | 3394 | ||
3394 | -#: app/views/shared/not_found.rhtml:3 | 3395 | +#: app/views/shared/not_found.rhtml:2 |
3395 | msgid "There is no such page: %s" | 3396 | msgid "There is no such page: %s" |
3396 | msgstr "Ðет такой Ñтраницы: %s" | 3397 | msgstr "Ðет такой Ñтраницы: %s" |
3397 | 3398 | ||
3398 | -#: app/views/shared/not_found.rhtml:5 | 3399 | +#: app/views/shared/not_found.rhtml:4 |
3399 | msgid "You may have clicked an expired link or mistyped the address." | 3400 | msgid "You may have clicked an expired link or mistyped the address." |
3400 | msgstr "Ð’Ñ‹ кликнули по уÑтаревшей ÑÑылке или ошиблиÑÑŒ Ñ Ð°Ð´Ñ€ÐµÑом" | 3401 | msgstr "Ð’Ñ‹ кликнули по уÑтаревшей ÑÑылке или ошиблиÑÑŒ Ñ Ð°Ð´Ñ€ÐµÑом" |
3401 | 3402 | ||
3402 | -#: app/views/shared/not_found.rhtml:6 | 3403 | +#: app/views/shared/not_found.rhtml:5 |
3403 | msgid "" | 3404 | msgid "" |
3404 | "If you clicked a link that was in another site, or was given to you by " | 3405 | "If you clicked a link that was in another site, or was given to you by " |
3405 | "someone else, it would be nice if you tell them that their link is not valid " | 3406 | "someone else, it would be nice if you tell them that their link is not valid " |
3406 | "anymore." | 3407 | "anymore." |
3407 | msgstr "СÑылка не дейÑтвительна" | 3408 | msgstr "СÑылка не дейÑтвительна" |
3408 | 3409 | ||
3409 | -#: app/views/shared/not_found.rhtml:10 | 3410 | +#: app/views/shared/not_found.rhtml:9 |
3410 | #: app/views/profile/_private_profile.rhtml:16 | 3411 | #: app/views/profile/_private_profile.rhtml:16 |
3411 | #, fuzzy | 3412 | #, fuzzy |
3412 | msgid "Go to %s home page" | 3413 | msgid "Go to %s home page" |
@@ -3705,10 +3706,14 @@ msgstr "Выберите группы, где вы хотите опублико | @@ -3705,10 +3706,14 @@ msgstr "Выберите группы, где вы хотите опублико | ||
3705 | msgid "There were errors with the following communities: " | 3706 | msgid "There were errors with the following communities: " |
3706 | msgstr "Со Ñледующими файлами возникли проблемы:" | 3707 | msgstr "Со Ñледующими файлами возникли проблемы:" |
3707 | 3708 | ||
3708 | -#: app/views/cms/publish.rhtml:26 | 3709 | +#: app/views/cms/publish.rhtml:29 |
3709 | msgid "Publish" | 3710 | msgid "Publish" |
3710 | msgstr "Публиковать" | 3711 | msgstr "Публиковать" |
3711 | 3712 | ||
3713 | +#: app/views/cms/publish.rhtml:34 | ||
3714 | +msgid "This option is temporarily disabled." | ||
3715 | +msgstr "" | ||
3716 | + | ||
3712 | #: app/views/cms/_event.rhtml:8 | 3717 | #: app/views/cms/_event.rhtml:8 |
3713 | msgid "Start date" | 3718 | msgid "Start date" |
3714 | msgstr "Дата начала" | 3719 | msgstr "Дата начала" |
@@ -5038,24 +5043,34 @@ msgstr "" | @@ -5038,24 +5043,34 @@ msgstr "" | ||
5038 | 5043 | ||
5039 | #: app/views/box_organizer/_slideshow_block.rhtml:6 | 5044 | #: app/views/box_organizer/_slideshow_block.rhtml:6 |
5040 | #, fuzzy | 5045 | #, fuzzy |
5046 | +msgid "Image size" | ||
5047 | +msgstr "Картинки" | ||
5048 | + | ||
5049 | +#: app/views/box_organizer/_slideshow_block.rhtml:6 | ||
5050 | +#, fuzzy | ||
5051 | +msgid "Slideshow size" | ||
5052 | +msgstr "ПоÑмотреть Ñлайдшоу" | ||
5053 | + | ||
5054 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 | ||
5055 | +#, fuzzy | ||
5041 | msgid "Image transition:" | 5056 | msgid "Image transition:" |
5042 | msgstr "Включить организацию" | 5057 | msgstr "Включить организацию" |
5043 | 5058 | ||
5044 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5059 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5045 | msgid "No automatic transition" | 5060 | msgid "No automatic transition" |
5046 | msgstr "" | 5061 | msgstr "" |
5047 | 5062 | ||
5048 | -#: app/views/box_organizer/_slideshow_block.rhtml:6 | 5063 | +#: app/views/box_organizer/_slideshow_block.rhtml:8 |
5049 | msgid "Every 1 second" | 5064 | msgid "Every 1 second" |
5050 | msgid_plural "Every %d seconds" | 5065 | msgid_plural "Every %d seconds" |
5051 | msgstr[0] "" | 5066 | msgstr[0] "" |
5052 | msgstr[1] "" | 5067 | msgstr[1] "" |
5053 | 5068 | ||
5054 | -#: app/views/box_organizer/_slideshow_block.rhtml:8 | 5069 | +#: app/views/box_organizer/_slideshow_block.rhtml:10 |
5055 | msgid "Show images in random order" | 5070 | msgid "Show images in random order" |
5056 | msgstr "" | 5071 | msgstr "" |
5057 | 5072 | ||
5058 | -#: app/views/box_organizer/_slideshow_block.rhtml:10 | 5073 | +#: app/views/box_organizer/_slideshow_block.rhtml:12 |
5059 | #, fuzzy | 5074 | #, fuzzy |
5060 | msgid "Display navigation buttons" | 5075 | msgid "Display navigation buttons" |
5061 | msgstr "Отобразить ÑпиÑок ÑÑылок" | 5076 | msgstr "Отобразить ÑпиÑок ÑÑылок" |
@@ -5875,10 +5890,6 @@ msgid "" | @@ -5875,10 +5890,6 @@ msgid "" | ||
5875 | "pending actions that need your attention." | 5890 | "pending actions that need your attention." |
5876 | msgstr "Перейдите по Ñледующему адреÑу чтоб проÑмотреть ожидающие ÑобытиÑ" | 5891 | msgstr "Перейдите по Ñледующему адреÑу чтоб проÑмотреть ожидающие ÑобытиÑ" |
5877 | 5892 | ||
5878 | -#: app/views/profile/private_profile.rhtml:4 | ||
5879 | -msgid "This profile is not public." | ||
5880 | -msgstr "Ðтот профиль не публичный" | ||
5881 | - | ||
5882 | #: app/views/profile/leave.rhtml:1 | 5893 | #: app/views/profile/leave.rhtml:1 |
5883 | msgid "Leaving %s" | 5894 | msgid "Leaving %s" |
5884 | msgstr "Покинуть %s" | 5895 | msgstr "Покинуть %s" |
@@ -6930,6 +6941,9 @@ msgid "" | @@ -6930,6 +6941,9 @@ msgid "" | ||
6930 | "inconvenience." | 6941 | "inconvenience." |
6931 | msgstr "Техники уже работают над проблемой, пожалуйÑта, попробуйте позже." | 6942 | msgstr "Техники уже работают над проблемой, пожалуйÑта, попробуйте позже." |
6932 | 6943 | ||
6944 | +#~ msgid "This profile is not public." | ||
6945 | +#~ msgstr "Ðтот профиль не публичный" | ||
6946 | + | ||
6933 | #~ msgid "This menu gives you access to your personal functionalities." | 6947 | #~ msgid "This menu gives you access to your personal functionalities." |
6934 | #~ msgstr "Ðто меню дает доÑтуп к вашим перÑональным функциÑм" | 6948 | #~ msgstr "Ðто меню дает доÑтуп к вашим перÑональным функциÑм" |
6935 | 6949 |