Commit 2c0c0742376134a3965d32ccbdc95ca250c0d4d8
1 parent
d36492d6
Exists in
master
and in
28 other branches
Updating translation
Showing
7 changed files
with
100 additions
and
62 deletions
Show diff stats
app/views/tasks/_approve_article.rhtml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <% form_for('task', task, :url => { :action => 'close', :id => task.id } ) do |f| %> |
4 | 4 | |
5 | 5 | <% if task.article.nil? %> |
6 | - <%= _('%s wanted to publish content but it was removed. It cannot be approved.') % content_tag('strong', link_to( task.requestor.name, task.requestor.public_profile_url ) ) %> | |
6 | + <%= _('%s wanted to publish some content, but this content was deleted and cannot be published anymore.') % content_tag('strong', link_to( task.requestor.name, task.requestor.public_profile_url ) ) %> | |
7 | 7 | <%= hidden_field_tag(:decision, 'cancel') %> |
8 | 8 | <% else %> |
9 | 9 | <%= _('%s wants to publish content: %s.') % | ... | ... |
po/de/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.21.0\n" |
10 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
11 | 11 | "PO-Revision-Date: 2009-11-06 16:07-0300\n" |
12 | 12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" |
13 | 13 | "Language-Team: German <de@li.org>\n" |
... | ... | @@ -3368,7 +3368,6 @@ msgstr "Gehe zur Homepage" |
3368 | 3368 | #: app/views/favorite_enterprises/index.rhtml:31 |
3369 | 3369 | #: app/views/memberships/index.rhtml:7 |
3370 | 3370 | #: app/views/content_viewer/view_page.rhtml:75 |
3371 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3372 | 3371 | #: app/views/profile/friends.rhtml:22 |
3373 | 3372 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3374 | 3373 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3526,6 +3525,7 @@ msgstr "Dateien hochladen" |
3526 | 3525 | |
3527 | 3526 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3528 | 3527 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3528 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3529 | 3529 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3530 | 3530 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3531 | 3531 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3809,7 +3809,7 @@ msgstr "Lade Dateien auf %s" |
3809 | 3809 | msgid "Choose the type of article:" |
3810 | 3810 | msgstr "Wählen Sie den Typ des Artikels:" |
3811 | 3811 | |
3812 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3812 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3813 | 3813 | msgid "Highlight this article" |
3814 | 3814 | msgstr "Markiere diesen Artikel" |
3815 | 3815 | |
... | ... | @@ -5231,33 +5231,39 @@ msgstr "Zurück zur Galerie" |
5231 | 5231 | msgid "New event" |
5232 | 5232 | msgstr "Neue Anfrage" |
5233 | 5233 | |
5234 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5234 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5235 | +msgid "" | |
5236 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5237 | +"be published anymore." | |
5238 | +msgstr "" | |
5239 | + | |
5240 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5235 | 5241 | msgid "%s wants to publish content: %s." |
5236 | 5242 | msgstr "%s möchte folgenden inhalt veröffentlichen: %s" |
5237 | 5243 | |
5238 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5244 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5239 | 5245 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5240 | 5246 | msgid "Accept" |
5241 | 5247 | msgstr "Akzeptieren" |
5242 | 5248 | |
5243 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5249 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5244 | 5250 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5245 | 5251 | msgid "Ignore" |
5246 | 5252 | msgstr "Ignorieren" |
5247 | 5253 | |
5248 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5254 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5249 | 5255 | msgid "Name for publishing" |
5250 | 5256 | msgstr "Name der Publikation" |
5251 | 5257 | |
5252 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5258 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5253 | 5259 | msgid "Select the folder where the article must be published" |
5254 | 5260 | msgstr "Wählen Sie den ordner aus, in den der Artikel bereitsgestellt wird" |
5255 | 5261 | |
5256 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5262 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5257 | 5263 | msgid "Comment for author" |
5258 | 5264 | msgstr "Kommentar für den Autor" |
5259 | 5265 | |
5260 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5266 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5261 | 5267 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5262 | 5268 | #: app/views/tasks/_create_community.rhtml:45 |
5263 | 5269 | msgid "Ok!" | ... | ... |
po/fr/noosfero.po
... | ... | @@ -6,7 +6,7 @@ msgid "" |
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version: noosfero 0.21.0\n" |
8 | 8 | "Report-Msgid-Bugs-To: \n" |
9 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
9 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" |
11 | 11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" |
12 | 12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" |
... | ... | @@ -3427,7 +3427,6 @@ msgstr "Aller à la page d'accueil du site" |
3427 | 3427 | #: app/views/favorite_enterprises/index.rhtml:31 |
3428 | 3428 | #: app/views/memberships/index.rhtml:7 |
3429 | 3429 | #: app/views/content_viewer/view_page.rhtml:75 |
3430 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3431 | 3430 | #: app/views/profile/friends.rhtml:22 |
3432 | 3431 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3433 | 3432 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3588,6 +3587,7 @@ msgstr "Téléverser (upload) des fichiers" |
3588 | 3587 | |
3589 | 3588 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3590 | 3589 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3590 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3591 | 3591 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3592 | 3592 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3593 | 3593 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3882,7 +3882,7 @@ msgstr "Téléverser (upload) des fichiers" |
3882 | 3882 | msgid "Choose the type of article:" |
3883 | 3883 | msgstr "Choisissez le type de l'article :" |
3884 | 3884 | |
3885 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3885 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3886 | 3886 | #, fuzzy |
3887 | 3887 | msgid "Highlight this article" |
3888 | 3888 | msgstr "Limite d'articles" |
... | ... | @@ -5345,34 +5345,40 @@ msgstr "Retour à la galerie" |
5345 | 5345 | msgid "New event" |
5346 | 5346 | msgstr "Nouvelle requête" |
5347 | 5347 | |
5348 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5348 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5349 | +msgid "" | |
5350 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5351 | +"be published anymore." | |
5352 | +msgstr "" | |
5353 | + | |
5354 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5349 | 5355 | msgid "%s wants to publish content: %s." |
5350 | 5356 | msgstr "%s veut publier le contenu : %s" |
5351 | 5357 | |
5352 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5358 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5353 | 5359 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5354 | 5360 | msgid "Accept" |
5355 | 5361 | msgstr "Accepter" |
5356 | 5362 | |
5357 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5363 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5358 | 5364 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5359 | 5365 | msgid "Ignore" |
5360 | 5366 | msgstr "Ignore" |
5361 | 5367 | |
5362 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5368 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5363 | 5369 | msgid "Name for publishing" |
5364 | 5370 | msgstr "Nom pour la publication" |
5365 | 5371 | |
5366 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5372 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5367 | 5373 | #, fuzzy |
5368 | 5374 | msgid "Select the folder where the article must be published" |
5369 | 5375 | msgstr "Choisissez les produits qui doivent être montrés." |
5370 | 5376 | |
5371 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5377 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5372 | 5378 | msgid "Comment for author" |
5373 | 5379 | msgstr "Commentaire pour l'auteur" |
5374 | 5380 | |
5375 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5381 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5376 | 5382 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5377 | 5383 | #: app/views/tasks/_create_community.rhtml:45 |
5378 | 5384 | msgid "Ok!" | ... | ... |
po/hy/noosfero.po
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: noosfero 0.21.0\n" |
9 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
9 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
11 | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
12 | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -3361,7 +3361,6 @@ msgstr "" |
3361 | 3361 | #: app/views/favorite_enterprises/index.rhtml:31 |
3362 | 3362 | #: app/views/memberships/index.rhtml:7 |
3363 | 3363 | #: app/views/content_viewer/view_page.rhtml:75 |
3364 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3365 | 3364 | #: app/views/profile/friends.rhtml:22 |
3366 | 3365 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3367 | 3366 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3517,6 +3516,7 @@ msgstr "" |
3517 | 3516 | |
3518 | 3517 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3519 | 3518 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3519 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3520 | 3520 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3521 | 3521 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3522 | 3522 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3796,7 +3796,7 @@ msgstr "Վերբեռնած ֆայլ" |
3796 | 3796 | msgid "Choose the type of article:" |
3797 | 3797 | msgstr "Ընտրեք հոդվածի տեսակը" |
3798 | 3798 | |
3799 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3799 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3800 | 3800 | #, fuzzy |
3801 | 3801 | msgid "Highlight this article" |
3802 | 3802 | msgstr "Հոդվածների քանակի սահմանափակում" |
... | ... | @@ -5199,34 +5199,40 @@ msgstr "" |
5199 | 5199 | msgid "New event" |
5200 | 5200 | msgstr "Նոր ընկեր" |
5201 | 5201 | |
5202 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5202 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5203 | +msgid "" | |
5204 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5205 | +"be published anymore." | |
5206 | +msgstr "" | |
5207 | + | |
5208 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5203 | 5209 | msgid "%s wants to publish content: %s." |
5204 | 5210 | msgstr "" |
5205 | 5211 | |
5206 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5212 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5207 | 5213 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5208 | 5214 | msgid "Accept" |
5209 | 5215 | msgstr "Ընդունել" |
5210 | 5216 | |
5211 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5217 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5212 | 5218 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5213 | 5219 | msgid "Ignore" |
5214 | 5220 | msgstr "Հրաժարվել" |
5215 | 5221 | |
5216 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5222 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5217 | 5223 | msgid "Name for publishing" |
5218 | 5224 | msgstr "" |
5219 | 5225 | |
5220 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5226 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5221 | 5227 | #, fuzzy |
5222 | 5228 | msgid "Select the folder where the article must be published" |
5223 | 5229 | msgstr "Ընտրեք այն արտադրանքը, որը ցանկանում եք ցուցադրել:" |
5224 | 5230 | |
5225 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5231 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5226 | 5232 | msgid "Comment for author" |
5227 | 5233 | msgstr "" |
5228 | 5234 | |
5229 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5235 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5230 | 5236 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5231 | 5237 | #: app/views/tasks/_create_community.rhtml:45 |
5232 | 5238 | msgid "Ok!" | ... | ... |
po/noosfero.pot
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.21.0\n" |
10 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
11 | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -3252,7 +3252,6 @@ msgstr "" |
3252 | 3252 | #: app/views/favorite_enterprises/index.rhtml:31 |
3253 | 3253 | #: app/views/memberships/index.rhtml:7 |
3254 | 3254 | #: app/views/content_viewer/view_page.rhtml:75 |
3255 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3256 | 3255 | #: app/views/profile/friends.rhtml:22 |
3257 | 3256 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3258 | 3257 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3400,6 +3399,7 @@ msgstr "" |
3400 | 3399 | |
3401 | 3400 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3402 | 3401 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3402 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3403 | 3403 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3404 | 3404 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3405 | 3405 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3672,7 +3672,7 @@ msgstr "" |
3672 | 3672 | msgid "Choose the type of article:" |
3673 | 3673 | msgstr "" |
3674 | 3674 | |
3675 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3675 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3676 | 3676 | msgid "Highlight this article" |
3677 | 3677 | msgstr "" |
3678 | 3678 | |
... | ... | @@ -5011,33 +5011,39 @@ msgstr "" |
5011 | 5011 | msgid "New event" |
5012 | 5012 | msgstr "" |
5013 | 5013 | |
5014 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5014 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5015 | +msgid "" | |
5016 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5017 | +"be published anymore." | |
5018 | +msgstr "" | |
5019 | + | |
5020 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5015 | 5021 | msgid "%s wants to publish content: %s." |
5016 | 5022 | msgstr "" |
5017 | 5023 | |
5018 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5024 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5019 | 5025 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5020 | 5026 | msgid "Accept" |
5021 | 5027 | msgstr "" |
5022 | 5028 | |
5023 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5029 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5024 | 5030 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5025 | 5031 | msgid "Ignore" |
5026 | 5032 | msgstr "" |
5027 | 5033 | |
5028 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5034 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5029 | 5035 | msgid "Name for publishing" |
5030 | 5036 | msgstr "" |
5031 | 5037 | |
5032 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5038 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5033 | 5039 | msgid "Select the folder where the article must be published" |
5034 | 5040 | msgstr "" |
5035 | 5041 | |
5036 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5042 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5037 | 5043 | msgid "Comment for author" |
5038 | 5044 | msgstr "" |
5039 | 5045 | |
5040 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5046 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5041 | 5047 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5042 | 5048 | #: app/views/tasks/_create_community.rhtml:45 |
5043 | 5049 | msgid "Ok!" | ... | ... |
po/pt/noosfero.po
... | ... | @@ -12,8 +12,8 @@ |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: noosfero 0.21.0\n" |
15 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
16 | -"PO-Revision-Date: 2009-12-07 16:19-0300\n" | |
15 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
16 | +"PO-Revision-Date: 2009-12-11 16:31-0300\n" | |
17 | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | 19 | "MIME-Version: 1.0\n" |
... | ... | @@ -3338,7 +3338,6 @@ msgstr "Ir para a página inicial do site." |
3338 | 3338 | #: app/views/favorite_enterprises/index.rhtml:31 |
3339 | 3339 | #: app/views/memberships/index.rhtml:7 |
3340 | 3340 | #: app/views/content_viewer/view_page.rhtml:75 |
3341 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3342 | 3341 | #: app/views/profile/friends.rhtml:22 |
3343 | 3342 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3344 | 3343 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3495,6 +3494,7 @@ msgstr "Enviar arquivos" |
3495 | 3494 | |
3496 | 3495 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3497 | 3496 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3497 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3498 | 3498 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3499 | 3499 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3500 | 3500 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3777,7 +3777,7 @@ msgstr "Enviando arquivos para %s" |
3777 | 3777 | msgid "Choose the type of article:" |
3778 | 3778 | msgstr "Escolha o tipo de artigo:" |
3779 | 3779 | |
3780 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3780 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3781 | 3781 | msgid "Highlight this article" |
3782 | 3782 | msgstr "Destacar este artigo" |
3783 | 3783 | |
... | ... | @@ -5176,33 +5176,41 @@ msgstr "Voltar à %s" |
5176 | 5176 | msgid "New event" |
5177 | 5177 | msgstr "Novo evento" |
5178 | 5178 | |
5179 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5179 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5180 | +msgid "" | |
5181 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5182 | +"be published anymore." | |
5183 | +msgstr "" | |
5184 | +"%s queria publicar algum conteúdo, mas esse conteúdo foi apagado e não pode " | |
5185 | +"mais ser publicado." | |
5186 | + | |
5187 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5180 | 5188 | msgid "%s wants to publish content: %s." |
5181 | 5189 | msgstr "%s quer publicar conteúdo: %s." |
5182 | 5190 | |
5183 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5191 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5184 | 5192 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5185 | 5193 | msgid "Accept" |
5186 | 5194 | msgstr "Aceitar" |
5187 | 5195 | |
5188 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5196 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5189 | 5197 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5190 | 5198 | msgid "Ignore" |
5191 | 5199 | msgstr "Ignorar" |
5192 | 5200 | |
5193 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5201 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5194 | 5202 | msgid "Name for publishing" |
5195 | 5203 | msgstr "Nome para publicação" |
5196 | 5204 | |
5197 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5205 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5198 | 5206 | msgid "Select the folder where the article must be published" |
5199 | 5207 | msgstr "Escolha a pasta onde o artigo deve ser publicado" |
5200 | 5208 | |
5201 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5209 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5202 | 5210 | msgid "Comment for author" |
5203 | 5211 | msgstr "Comentário para o autor" |
5204 | 5212 | |
5205 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5213 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5206 | 5214 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5207 | 5215 | #: app/views/tasks/_create_community.rhtml:45 |
5208 | 5216 | msgid "Ok!" | ... | ... |
po/ru/noosfero.po
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: noosfero 0.21.0\n" |
9 | -"POT-Creation-Date: 2009-12-07 12:06-0300\n" | |
9 | +"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" |
11 | 11 | "Last-Translator: Anton <anton.c@live.com>\n" |
12 | 12 | "Language-Team: German <de@li.org>\n" |
... | ... | @@ -3339,7 +3339,6 @@ msgstr "Перейти на домашнюю страницу сайта" |
3339 | 3339 | #: app/views/favorite_enterprises/index.rhtml:31 |
3340 | 3340 | #: app/views/memberships/index.rhtml:7 |
3341 | 3341 | #: app/views/content_viewer/view_page.rhtml:75 |
3342 | -#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3343 | 3342 | #: app/views/profile/friends.rhtml:22 |
3344 | 3343 | #: app/views/profile/favorite_enterprises.rhtml:13 |
3345 | 3344 | #: app/views/profile/members.rhtml:13 app/views/profile/communities.rhtml:19 |
... | ... | @@ -3490,6 +3489,7 @@ msgstr "Загруженные файлы" |
3490 | 3489 | |
3491 | 3490 | #: app/views/cms/view.rhtml:14 app/views/profile_editor/edit.rhtml:81 |
3492 | 3491 | #: app/views/maps/edit_location.rhtml:14 app/views/maps/edit_location.rhtml:30 |
3492 | +#: app/views/friends/index.rhtml:15 app/views/friends/index.rhtml:46 | |
3493 | 3493 | #: app/views/box_organizer/index.rhtml:5 app/views/mailconf/index.rhtml:10 |
3494 | 3494 | #: app/views/mailconf/index.rhtml:22 app/views/mailconf/index.rhtml:32 |
3495 | 3495 | #: app/views/tasks/index.rhtml:19 |
... | ... | @@ -3768,7 +3768,7 @@ msgstr "Загрузить файлы в %s" |
3768 | 3768 | msgid "Choose the type of article:" |
3769 | 3769 | msgstr "Выберите тип статьи" |
3770 | 3770 | |
3771 | -#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:25 | |
3771 | +#: app/views/cms/edit.rhtml:17 app/views/tasks/_approve_article.rhtml:29 | |
3772 | 3772 | msgid "Highlight this article" |
3773 | 3773 | msgstr "Подчеркнуть эту статью" |
3774 | 3774 | |
... | ... | @@ -5142,33 +5142,39 @@ msgstr "Назад в галлерею" |
5142 | 5142 | msgid "New event" |
5143 | 5143 | msgstr "Новый запрос" |
5144 | 5144 | |
5145 | -#: app/views/tasks/_approve_article.rhtml:3 | |
5145 | +#: app/views/tasks/_approve_article.rhtml:6 | |
5146 | +msgid "" | |
5147 | +"%s wanted to publish some content, but this content was deleted and cannot " | |
5148 | +"be published anymore." | |
5149 | +msgstr "" | |
5150 | + | |
5151 | +#: app/views/tasks/_approve_article.rhtml:9 | |
5146 | 5152 | msgid "%s wants to publish content: %s." |
5147 | 5153 | msgstr "%s хочет опубликовать контент %s" |
5148 | 5154 | |
5149 | -#: app/views/tasks/_approve_article.rhtml:13 | |
5155 | +#: app/views/tasks/_approve_article.rhtml:17 | |
5150 | 5156 | #: app/views/tasks/_add_friend.rhtml:15 app/views/tasks/_add_member.rhtml:15 |
5151 | 5157 | msgid "Accept" |
5152 | 5158 | msgstr "Подтвердить" |
5153 | 5159 | |
5154 | -#: app/views/tasks/_approve_article.rhtml:20 | |
5160 | +#: app/views/tasks/_approve_article.rhtml:24 | |
5155 | 5161 | #: app/views/tasks/_add_friend.rhtml:22 app/views/tasks/_add_member.rhtml:22 |
5156 | 5162 | msgid "Ignore" |
5157 | 5163 | msgstr "Игнорировать" |
5158 | 5164 | |
5159 | -#: app/views/tasks/_approve_article.rhtml:22 | |
5165 | +#: app/views/tasks/_approve_article.rhtml:26 | |
5160 | 5166 | msgid "Name for publishing" |
5161 | 5167 | msgstr "Имя публикации" |
5162 | 5168 | |
5163 | -#: app/views/tasks/_approve_article.rhtml:24 | |
5169 | +#: app/views/tasks/_approve_article.rhtml:28 | |
5164 | 5170 | msgid "Select the folder where the article must be published" |
5165 | 5171 | msgstr "Выберите папку для публикации" |
5166 | 5172 | |
5167 | -#: app/views/tasks/_approve_article.rhtml:26 | |
5173 | +#: app/views/tasks/_approve_article.rhtml:30 | |
5168 | 5174 | msgid "Comment for author" |
5169 | 5175 | msgstr "Комментарий для автора" |
5170 | 5176 | |
5171 | -#: app/views/tasks/_approve_article.rhtml:31 | |
5177 | +#: app/views/tasks/_approve_article.rhtml:36 | |
5172 | 5178 | #: app/views/tasks/_add_friend.rhtml:39 app/views/tasks/_add_member.rhtml:36 |
5173 | 5179 | #: app/views/tasks/_create_community.rhtml:45 |
5174 | 5180 | msgid "Ok!" | ... | ... |