Commit 1925df1db9cdf0a0b380888724a4ef43ca69f619
1 parent
11b5dfe9
Exists in
staging
updating breadcrumbs plugin po files
Showing
3 changed files
with
70 additions
and
21 deletions
Show diff stats
plugins/breadcrumbs/lib/breadcrumbs_plugin/content_breadcrumbs_block.rb
@@ -7,19 +7,19 @@ class BreadcrumbsPlugin::ContentBreadcrumbsBlock < Block | @@ -7,19 +7,19 @@ class BreadcrumbsPlugin::ContentBreadcrumbsBlock < Block | ||
7 | attr_accessible :show_cms_action, :show_profile, :show_section_name | 7 | attr_accessible :show_cms_action, :show_profile, :show_section_name |
8 | 8 | ||
9 | def self.description | 9 | def self.description |
10 | - _("<p>Display a breadcrumb of the current content navigation.</p><p>You could choose if the breadcrumb is going to appear in the cms editing or not.</p> <p>There is either the option of display the profile location in the breadcrumb path.</p>") | 10 | + N_("<p>Display a breadcrumb of the current content navigation.</p><p>You could choose if the breadcrumb is going to appear in the cms editing or not.</p> <p>There is either the option of display the profile location in the breadcrumb path.</p>") |
11 | end | 11 | end |
12 | 12 | ||
13 | def self.short_description | 13 | def self.short_description |
14 | - _('Breadcrumb') | 14 | + N_('Breadcrumb') |
15 | end | 15 | end |
16 | 16 | ||
17 | def self.pretty_name | 17 | def self.pretty_name |
18 | - _('Breadcrumbs Block') | 18 | + N_('Breadcrumbs Block') |
19 | end | 19 | end |
20 | 20 | ||
21 | def help | 21 | def help |
22 | - _('This block displays breadcrumb trail.') | 22 | + N_('This block displays breadcrumb trail.') |
23 | end | 23 | end |
24 | 24 | ||
25 | def cacheable? | 25 | def cacheable? |
plugins/breadcrumbs/po/breadcrumbs.pot
@@ -3,12 +3,12 @@ | @@ -3,12 +3,12 @@ | ||
3 | # This file is distributed under the same license as the PACKAGE package. | 3 | # This file is distributed under the same license as the PACKAGE package. |
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | # | 5 | # |
6 | -#, fuzzy | ||
7 | msgid "" | 6 | msgid "" |
8 | msgstr "" | 7 | msgstr "" |
9 | -"Project-Id-Version: 1.3~rc2-1-ga15645d\n" | ||
10 | -"POT-Creation-Date: 2015-10-30 16:35-0300\n" | ||
11 | -"PO-Revision-Date: 2015-08-06 17:21-0300\n" | 8 | +"Project-Id-Version: PACKAGE VERSION\n" |
9 | +"Report-Msgid-Bugs-To: \n" | ||
10 | +"POT-Creation-Date: 2016-09-12 16:02-0300\n" | ||
11 | +"PO-Revision-Date: 2016-09-12 16:02-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" |
14 | "Language: \n" | 14 | "Language: \n" |
@@ -17,30 +17,57 @@ msgstr "" | @@ -17,30 +17,57 @@ msgstr "" | ||
17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
18 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | 18 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
19 | 19 | ||
20 | -#: plugins/breadcrumbs/lib/breadcrumbs_plugin.rb:8 | 20 | +#: ../lib/breadcrumbs_plugin.rb:8 |
21 | msgid "A plugin that add a block to display breadcrumbs." | 21 | msgid "A plugin that add a block to display breadcrumbs." |
22 | msgstr "" | 22 | msgstr "" |
23 | 23 | ||
24 | -#: plugins/breadcrumbs/lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:10 | ||
25 | -msgid "Content Breadcrumbs" | 24 | +#: ../lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:10 |
25 | +msgid "" | ||
26 | +"<p>Display a breadcrumb of the current content navigation.</p><p>You could cho" | ||
27 | +"ose if the breadcrumb is going to appear in the cms editing or not.</p> <p>The" | ||
28 | +"re is either the option of display the profile location in the breadcrumb path" | ||
29 | +".</p>" | ||
30 | +msgstr "" | ||
31 | + | ||
32 | +#: ../lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:14 | ||
33 | +msgid "Breadcrumb" | ||
26 | msgstr "" | 34 | msgstr "" |
27 | 35 | ||
28 | -#: plugins/breadcrumbs/lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:14 | 36 | +#: ../lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:18 |
37 | +msgid "Breadcrumbs Block" | ||
38 | +msgstr "" | ||
39 | + | ||
40 | +#: ../lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:22 | ||
29 | msgid "This block displays breadcrumb trail." | 41 | msgid "This block displays breadcrumb trail." |
30 | msgstr "" | 42 | msgstr "" |
31 | 43 | ||
32 | -#: plugins/breadcrumbs/lib/breadcrumbs_plugin/content_breadcrumbs_block.rb:68 | 44 | +#: ../lib/breadcrumbs_plugin_helper.rb:5 |
33 | msgid "Upload Files" | 45 | msgid "Upload Files" |
34 | msgstr "" | 46 | msgstr "" |
35 | 47 | ||
36 | -#: plugins/breadcrumbs/views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:2 | 48 | +#: ../lib/breadcrumbs_plugin_helper.rb:7 |
49 | +msgid "Members" | ||
50 | +msgstr "" | ||
51 | + | ||
52 | +#: ../lib/breadcrumbs_plugin_helper.rb:8 | ||
53 | +msgid "Events" | ||
54 | +msgstr "" | ||
55 | + | ||
56 | +#: ../lib/breadcrumbs_plugin_helper.rb:32 | ||
57 | +msgid "Profile" | ||
58 | +msgstr "" | ||
59 | + | ||
60 | +#: | ||
61 | +#: ../views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:2 | ||
37 | msgid "Show cms action" | 62 | msgid "Show cms action" |
38 | msgstr "" | 63 | msgstr "" |
39 | 64 | ||
40 | -#: plugins/breadcrumbs/views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:3 | 65 | +#: |
66 | +#: ../views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:3 | ||
41 | msgid "Show profile" | 67 | msgid "Show profile" |
42 | msgstr "" | 68 | msgstr "" |
43 | 69 | ||
44 | -#: plugins/breadcrumbs/views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:4 | 70 | +#: |
71 | +#: ../views/box_organizer/breadcrumbs_plugin/_content_breadcrumbs_block.html.erb:4 | ||
45 | msgid "Show section name" | 72 | msgid "Show section name" |
46 | msgstr "" | 73 | msgstr "" |
plugins/breadcrumbs/po/pt/breadcrumbs.po
@@ -26,21 +26,43 @@ msgstr "" | @@ -26,21 +26,43 @@ msgstr "" | ||
26 | msgid "A plugin that add a block to display breadcrumbs." | 26 | msgid "A plugin that add a block to display breadcrumbs." |
27 | msgstr "Um plugin que adiciona um bloco que mostra caminhos de pão." | 27 | msgstr "Um plugin que adiciona um bloco que mostra caminhos de pão." |
28 | 28 | ||
29 | -msgid "Content Breadcrumbs" | ||
30 | -msgstr "Conteúdo de Caminho de Pão" | 29 | +msgid "" |
30 | +"<p>Display a breadcrumb of the current content navigation.</p><p>You could cho" | ||
31 | +"ose if the breadcrumb is going to appear in the cms editing or not.</p> <p>The" | ||
32 | +"re is either the option of display the profile location in the breadcrumb path" | ||
33 | +".</p>" | ||
34 | +msgstr "" | ||
35 | +"<p>Mostra um caminho de pão do conteúdo atual da navegação.</p><p>Você pode es" | ||
36 | +"colher se o caminho de pão aparecerá na edição do cms ou não.</p> <p>Existe ta" | ||
37 | +"mbém a opção de mostrar a localização do perfil no endereço do caminho de pão." | ||
38 | +"</p>" | ||
39 | + | ||
40 | +msgid "Breadcrumb" | ||
41 | +msgstr "Caminho de Pão" | ||
42 | + | ||
43 | +msgid "Breadcrumbs Block" | ||
44 | +msgstr "Bloco de Caminho de Pão" | ||
31 | 45 | ||
32 | msgid "This block displays breadcrumb trail." | 46 | msgid "This block displays breadcrumb trail." |
33 | -msgstr "Esse bloco mostra o rastro de caminho de pão." | 47 | +msgstr "Esse bloco mostra o rastro do caminho de pão." |
34 | 48 | ||
35 | msgid "Upload Files" | 49 | msgid "Upload Files" |
36 | msgstr "Enviar Arquivos" | 50 | msgstr "Enviar Arquivos" |
37 | 51 | ||
52 | +msgid "Members" | ||
53 | +msgstr "Integrantes" | ||
54 | + | ||
55 | +msgid "Events" | ||
56 | +msgstr "Eventos" | ||
57 | + | ||
58 | +msgid "Profile" | ||
59 | +msgstr "Perfil" | ||
60 | + | ||
38 | msgid "Show cms action" | 61 | msgid "Show cms action" |
39 | msgstr "Mostrar cms" | 62 | msgstr "Mostrar cms" |
40 | 63 | ||
41 | msgid "Show profile" | 64 | msgid "Show profile" |
42 | msgstr "Mostrar perfil" | 65 | msgstr "Mostrar perfil" |
43 | 66 | ||
44 | -#, fuzzy | ||
45 | msgid "Show section name" | 67 | msgid "Show section name" |
46 | -msgstr "Mostrar cms" | 68 | +msgstr "Mostrar nome da seção" |