Commit e8e9e5b07bb01b031548256e017c9b906adb2fb5

Authored by Leandro Santos
2 parents 3562d426 b91e8669

Merge branch 'master' of gitlab.com:noosfero/noosfero

Showing 126 changed files with 23759 additions and 10403 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 126 files displayed.

AUTHORS.md
... ... @@ -120,6 +120,9 @@ Diego Araujo + Rodrigo Souto + Rafael Manzo <rr.manzo@gmail.com>
120 120 Diego + Jefferson <diegoamc90@gmail.com>
121 121 Diego Martinez <diegoamc90@gmail.com>
122 122 Diego + Renan <renanteruoc@gmail.com>
  123 +DylanGuedes <djmgguedes@gmail.com>
  124 +Eduardo Passos <eduardo@risa.localdomain.localhost>
  125 +Eduardo Passos <eduardosteps@gmail.com>
123 126 Eduardo Tourinho Edington <eduardo.edington@serpro.gov.br>
124 127 Evandro Jr <evandrojr@gmail.com>
125 128 Evandro Junior <evandrojr@gmail.com>
... ... @@ -186,14 +189,17 @@ Leandro Nunes dos Santos &lt;81665687568@serpro-1541727.(none)&gt;
186 189 Leandro Nunes dos Santos <leandronunes@gmail.com>
187 190 Leandro Nunes dos Santos <leandro.santos@serpro.gov.br>
188 191 LinguÁgil 2010 <linguagil.bahia@gmail.com>
  192 +Lucas Kanashiro <kanashiro.duarte@gmail.com>
189 193 Lucas Melo <lucas@colivre.coop.br>
190 194 Lucas Melo <lucaspradomelo@gmail.com>
191 195 Luciano <lucianopcbr@gmail.com>
192 196 Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
193 197 Luis David Aguilar Carlos <ludwig9003@gmail.com>
194 198 Luiz Fernando de Freitas Matos <luiz@luizff.matos@gmail.com>
  199 +Marcos <marcos.rpj2@gmail.com>
195 200 Marcos Ramos <ms.ramos@outlook.com>
196 201 Martín Olivera <molivera@solar.org.ar>
  202 +Maurilio Atila <cabelotaina@gmail.com>
197 203 Michal Čihař <michal@cihar.com>
198 204 Moises Machado <moises@colivre.coop.br>
199 205 Naíla Alves <naila@colivre.coop.br>
... ... @@ -234,6 +240,8 @@ Ronny Kursawe &lt;kursawe.ronny@googlemail.com&gt;
234 240 root <root@debian.sdr.serpro>
235 241 Samuel R. C. Vale <srcvale@holoscopio.com>
236 242 Tallys Martins <tallysmartins@gmail.com>
  243 +Tallys Martins <tallysmartins@yahoo.com.br>
  244 +tallys <tallys@tallys>
237 245 tallys <tallys@tallys.(none)>
238 246 Thiago Zoroastro <thiago.zoroastro@bol.com.br>
239 247 Valessio Brito <contato@valessiobrito.com.br>
... ...
config/bashrc
... ... @@ -1,2 +0,0 @@
1   -export PS1="[Noosfero upgrade] (\w) $ "
2   -eval `dircolors -b`
debian/changelog
  1 +noosfero (1.1~rc1) wheezy; urgency=low
  2 +
  3 + * First release candidate for Noosfero 1.1
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Thu, 05 Mar 2015 12:35:49 -0300
  6 +
1 7 noosfero (1.0) wheezy; urgency=low
2 8  
3 9 * Noosfero 1.0 \o/
... ...
debian/noosfero.install
... ... @@ -9,6 +9,7 @@ config/environments usr/share/noosfero/config
9 9 config/initializers usr/share/noosfero/config
10 10 config/locales usr/share/noosfero/config
11 11 config/routes.rb usr/share/noosfero/config
  12 +config/schedule.rb usr/share/noosfero/config
12 13 db usr/share/noosfero
13 14 debian/database.yml.template usr/share/noosfero/config
14 15 debian/dbinstall usr/lib/noosfero
... ...
debian/noosfero.links
1   -usr/share/rails-ruby1.8 usr/share/noosfero/vendor/rails
2 1 var/tmp/noosfero usr/share/noosfero/tmp
3 2 var/log/noosfero usr/share/noosfero/log
4 3 etc/noosfero/database.yml usr/share/noosfero/config/database.yml
... ...
etc/init.d/noosfero
... ... @@ -36,7 +36,9 @@ NOOSFERO_USER=noosfero
36 36 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
37 37  
38 38 # Load the VERBOSE setting and other rcS variables
39   -. /lib/init/vars.sh
  39 +if [ -e /lib/init/vars.sh ]; then
  40 + . /lib/init/vars.sh
  41 +fi
40 42  
41 43 if [ -z "$NOOSFERO_DIR" ] || [ -z "$NOOSFERO_USER" ]; then
42 44 echo "NOOSFERO_DIR or NOOSFERO_USER not defined, noosfero not being started."
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.0'
  3 + VERSION = '1.1~rc1'
4 4 end
5 5  
6 6 if File.exist?(File.join(Rails.root, '.git'))
... ...
plugins/anti_spam/po/de/anti_spam.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/anti_spam/po/pt/anti_spam.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/breadcrumbs/po/pt/breadcrumbs.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/bsc/po/de/bsc.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/bsc/po/es/bsc.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/bsc/po/fr/bsc.po
... ... @@ -4,9 +4,9 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:22+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/bsc/po/hy/bsc.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-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"
... ...
plugins/bsc/po/pt/bsc.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/bsc/po/ru/bsc.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/comment_classification/po/de/comment_classification.po
... ... @@ -6,18 +6,18 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
11   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  11 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13   -"Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
14   -"de/>\n"
  13 +"Language-Team: German <https://hosted.weblate.org/projects/noosfero/plugin-"
  14 +"comment-classification/de/>\n"
15 15 "Language: de\n"
16 16 "MIME-Version: 1.0\n"
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
23 23 #, fuzzy
... ... @@ -127,7 +127,7 @@ msgstr &quot;Verwaltungsinformationen&quot;
127 127 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
128 128 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
129 129 msgid "Name"
130   -msgstr ""
  130 +msgstr "Name"
131 131  
132 132 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
133 133 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
... ... @@ -173,7 +173,7 @@ msgstr &quot;Aktiviert&quot;
173 173 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
174 174 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
175 175 msgid "Actions"
176   -msgstr ""
  176 +msgstr "Aktionen"
177 177  
178 178 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
179 179 #, fuzzy
... ... @@ -212,7 +212,7 @@ msgstr &quot;Sind Sie sicher, dass Sie diesen Eintrag entfernen möchten?&quot;
212 212  
213 213 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
214 214 msgid "[Select ...]"
215   -msgstr ""
  215 +msgstr "[Auswahl...]"
216 216  
217 217 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
218 218 #, fuzzy
... ...
plugins/comment_classification/po/es/comment_classification.po
... ... @@ -5,85 +5,72 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
11   -"Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-24 20:46+0200\n"
  11 +"Last-Translator: Gonzalo Exequiel Pedone <hipersayan.x@gmail.com>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"comment-classification/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
22   -#, fuzzy
23 22 msgid "A plugin that allow classification of comments."
24   -msgstr "Un bloque que muestra tus grupos"
  23 +msgstr "Un plugin que permite clasificar comentarios."
25 24  
26 25 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:16
27   -#, fuzzy
28 26 msgid "Label created"
29   -msgstr "Licencia"
  27 +msgstr "Etiqueta creada"
30 28  
31 29 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:19
32   -#, fuzzy
33 30 msgid "Label could not be created"
34   -msgstr "%s no pudo ser actualizado"
  31 +msgstr "La etiqueta no pudo ser creada"
35 32  
36 33 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:31
37   -#, fuzzy
38 34 msgid "Label updated"
39   -msgstr "Última actualización"
  35 +msgstr "Etiqueta actualizada"
40 36  
41 37 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:34
42   -#, fuzzy
43 38 msgid "Failed to edit label"
44   -msgstr "No se pudo editar el rol"
  39 +msgstr "Fallo al editar la etiqueta"
45 40  
46 41 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:45
47   -#, fuzzy
48 42 msgid "Label removed"
49   -msgstr "Artículo eliminado."
  43 +msgstr "Etiqueta eliminada"
50 44  
51 45 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:47
52 46 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:50
53   -#, fuzzy
54 47 msgid "Label could not be removed"
55   -msgstr "%s no pudo ser actualizado"
  48 +msgstr "No se puede eliminar la etiqueta"
56 49  
57 50 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:15
58   -#, fuzzy
59 51 msgid "Status created"
60   -msgstr "Contrato creado."
  52 +msgstr "Estado creado"
61 53  
62 54 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:18
63   -#, fuzzy
64 55 msgid "Status could not be created"
65   -msgstr "%s no pudo ser actualizado"
  56 +msgstr "No se puede crear el estado"
66 57  
67 58 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:29
68   -#, fuzzy
69 59 msgid "Status updated"
70   -msgstr "Fecha de inicio"
  60 +msgstr "Estado actualizado"
71 61  
72 62 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:32
73   -#, fuzzy
74 63 msgid "Failed to edit status"
75   -msgstr "No se pudo editar el rol"
  64 +msgstr "Fallo al editar el estado"
76 65  
77 66 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:43
78   -#, fuzzy
79 67 msgid "Status removed"
80   -msgstr "Contrato eliminado."
  68 +msgstr "Estado eliminado"
81 69  
82 70 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:45
83 71 #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:48
84   -#, fuzzy
85 72 msgid "Status could not be removed"
86   -msgstr "El contrato no puede ser eliminado. ¡Perdón! ^^"
  73 +msgstr "No se puede eliminar el estado"
87 74  
88 75 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:6
89 76 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:9
... ... @@ -92,79 +79,72 @@ msgid &quot;Status&quot;
92 79 msgstr "Estado"
93 80  
94 81 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:7
95   -#, fuzzy
96 82 msgid "Reason:"
97   -msgstr "Razón"
  83 +msgstr "Razón:"
98 84  
99 85 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:1
100   -#, fuzzy
101 86 msgid "Status for comment"
102   -msgstr "sin comentarios"
  87 +msgstr "Estado del comentario"
103 88  
104 89 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:16
105 90 msgid ""
106 91 "<i>%{user}</i> added the status <i>%{status_name}</i> at <i>%{created_at}</"
107 92 "i>."
108 93 msgstr ""
  94 +"<i>%{user}</i> ha agregado el estado <i>%{status_name}</i> en "
  95 +"<i>%{created_at}</i>."
109 96  
110 97 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:18
111 98 msgid "<i>Reason:</i> %s"
112   -msgstr ""
  99 +msgstr "<i>Razón:</i> %s"
113 100  
114 101 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:24
115 102 #: plugins/comment_classification/views/comment_classification_plugin_status/create.html.erb:1
116 103 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:29
117   -#, fuzzy
118 104 msgid "Add a new status"
119   -msgstr "Añadir nuevo producto"
  105 +msgstr "Agregar nuevo estado"
120 106  
121 107 #: plugins/comment_classification/views/comment_classification_plugin_myprofile/index.html.erb:1
122   -#, fuzzy
123 108 msgid "Manage comment classification"
124   -msgstr "Información de gestión"
  109 +msgstr "Gestionar la clasificación de comentarios"
125 110  
126 111 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
127 112 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
128 113 msgid "Name"
129   -msgstr ""
  114 +msgstr "Nombre"
130 115  
131 116 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
132 117 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
133 118 msgid "Color"
134   -msgstr ""
  119 +msgstr "Color"
135 120  
136 121 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:8
137   -#, fuzzy
138 122 msgid "Enable this label?"
139   -msgstr "Habilitar correo electrónico"
  123 +msgstr "¿Habilitar esta etiqueta?"
140 124  
141 125 #: plugins/comment_classification/views/comment_classification_plugin_labels/edit.html.erb:1
142   -#, fuzzy
143 126 msgid "Editing label %s"
144   -msgstr "Editando %s"
  127 +msgstr "Editar etiqueta %s"
145 128  
146 129 #: plugins/comment_classification/views/comment_classification_plugin_labels/create.html.erb:1
147 130 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:29
148   -#, fuzzy
149 131 msgid "Add a new label"
150   -msgstr "Agregar un archivo CSS"
  132 +msgstr "Agregar una nueva etiqueta"
151 133  
152 134 # pendiente
153 135 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:1
154   -#, fuzzy
155 136 msgid "Manage comments labels"
156   -msgstr "Manejar los campos de la comunidad"
  137 +msgstr "Gestionar la etiqueta de los comentarios"
157 138  
158 139 # Le ponemos "no registrado" o "sin registrar"? O no especificado?
159 140 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:5
160   -#, fuzzy
161 141 msgid "(no label registered yet)"
162   -msgstr "(producto no registrado aun)"
  142 +msgstr "(todavía no se ha registrado una etiqueta)"
163 143  
164 144 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:9
165 145 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
166 146 msgid "Label"
167   -msgstr ""
  147 +msgstr "Etiqueta"
168 148  
169 149 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:11
170 150 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:10
... ... @@ -174,60 +154,50 @@ msgstr &quot;Habilitado&quot;
174 154 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
175 155 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
176 156 msgid "Actions"
177   -msgstr ""
  157 +msgstr "Acciones"
178 158  
179 159 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
180   -#, fuzzy
181 160 msgid "Are you sure you want to remove this label?"
182   -msgstr "¿Estás seguro de que deseas eliminar este bloque?"
  161 +msgstr "¿Estás seguro de que deseas eliminar esta etiqueta?"
183 162  
184 163 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:7
185   -#, fuzzy
186 164 msgid "Enable this status?"
187   -msgstr "Habilitar \"contáctanos\""
  165 +msgstr "¿Habilitar este estado?"
188 166  
189 167 #: plugins/comment_classification/views/comment_classification_plugin_status/edit.html.erb:1
190   -#, fuzzy
191 168 msgid "Editing status %s"
192   -msgstr "Editando %s"
  169 +msgstr "Editando el estado %s"
193 170  
194 171 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:1
195   -#, fuzzy
196 172 msgid "Manage comments status"
197   -msgstr "Administrar contactos"
  173 +msgstr "Gestionar el estado de los comentarios"
198 174  
199 175 # Le ponemos "no registrado" o "sin registrar"? O no especificado?
200 176 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:5
201   -#, fuzzy
202 177 msgid "(no status registered yet)"
203   -msgstr "(producto no registrado aun)"
  178 +msgstr "(todavía no se ha registrado un estado)"
204 179  
205 180 # habilitado o permitido? estaba o está?
206 181 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:11
207   -#, fuzzy
208 182 msgid "Reason enabled?"
209   -msgstr "No habilitado"
  183 +msgstr "¿Razón habilitada?"
210 184  
211 185 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:21
212   -#, fuzzy
213 186 msgid "Are you sure you want to remove this status?"
214   -msgstr "¿Estás seguro de que deseas eliminar este elemento?"
  187 +msgstr "¿Estás seguro de que deseas eliminar este estado?"
215 188  
216 189 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
217 190 msgid "[Select ...]"
218   -msgstr ""
  191 +msgstr "[Seleccione ...]"
219 192  
220 193 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
221   -#, fuzzy
222 194 msgid "Comments classification options"
223   -msgstr "Opciones de moderación"
  195 +msgstr "Opciones de clasificación de comentarios"
224 196  
225 197 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:4
226   -#, fuzzy
227 198 msgid "Manage Labels"
228   -msgstr "Administrar campos"
  199 +msgstr "Gestionar Etiquetas"
229 200  
230 201 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:5
231   -#, fuzzy
232 202 msgid "Manage Status"
233   -msgstr "Administrar contactos"
  203 +msgstr "Gestionar Estados"
... ...
plugins/comment_classification/po/fr/comment_classification.po
... ... @@ -4,19 +4,19 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:22+0200\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
13   -"fr/>\n"
  12 +"Language-Team: French <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"comment-classification/fr/>\n"
14 14 "Language: fr\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n > 1;\n"
19   -"X-Generator: Weblate 2.2-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
22 22 #, fuzzy
... ... @@ -127,7 +127,7 @@ msgstr &quot;Information sur les dirigeants&quot;
127 127 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
128 128 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
129 129 msgid "Name"
130   -msgstr ""
  130 +msgstr "Nom"
131 131  
132 132 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
133 133 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
... ... @@ -174,7 +174,7 @@ msgstr &quot;Activé&quot;
174 174 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
175 175 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
176 176 msgid "Actions"
177   -msgstr ""
  177 +msgstr "Actions"
178 178  
179 179 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
180 180 #, fuzzy
... ... @@ -213,7 +213,7 @@ msgstr &quot;Êtes-vous sûr(e) de vouloir ôter cet élément ?&quot;
213 213  
214 214 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
215 215 msgid "[Select ...]"
216   -msgstr ""
  216 +msgstr "[Choisir...]"
217 217  
218 218 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
219 219 #, fuzzy
... ...
plugins/comment_classification/po/hy/comment_classification.po
... ... @@ -5,17 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2009-10-26 16:20-0300\n"
11   -"Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n"
12   -"Language-Team: LANGUAGE <LL@li.org>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
  11 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  12 +"Language-Team: Armenian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"comment-classification/hy/>\n"
13 14 "Language: hy\n"
14 15 "MIME-Version: 1.0\n"
15 16 "Content-Type: text/plain; charset=UTF-8\n"
16 17 "Content-Transfer-Encoding: 8bit\n"
17   -"Plural-Forms: nplurals=2; plural=(n > 1);\n"
18   -"X-Generator: Pootle 1.1.0\n"
  18 +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
19 20  
20 21 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
21 22 #, fuzzy
... ... @@ -125,7 +126,7 @@ msgstr &quot;Տեղեկություններ ղեկավարության մասին&quot;
125 126 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
126 127 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
127 128 msgid "Name"
128   -msgstr ""
  129 +msgstr "Անվանում"
129 130  
130 131 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
131 132 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
... ... @@ -171,7 +172,7 @@ msgstr &quot;Ակտիվացված է&quot;
171 172 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
172 173 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
173 174 msgid "Actions"
174   -msgstr ""
  175 +msgstr "Գործողություններ"
175 176  
176 177 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
177 178 #, fuzzy
... ...
plugins/comment_classification/po/pt/comment_classification.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-comment-classification/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
28 28 msgid "A plugin that allow classification of comments."
... ... @@ -117,7 +117,7 @@ msgstr &quot;Gerenciar classificação de comentário&quot;
117 117 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
118 118 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
119 119 msgid "Name"
120   -msgstr ""
  120 +msgstr "Nome"
121 121  
122 122 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
123 123 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
... ... @@ -158,7 +158,7 @@ msgstr &quot;Habilitado&quot;
158 158 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
159 159 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
160 160 msgid "Actions"
161   -msgstr ""
  161 +msgstr "Ações"
162 162  
163 163 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
164 164 msgid "Are you sure you want to remove this label?"
... ... @@ -190,7 +190,7 @@ msgstr &quot;Tem certeza de que quer excluir este status?&quot;
190 190  
191 191 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
192 192 msgid "[Select ...]"
193   -msgstr ""
  193 +msgstr "[Selecione ...]"
194 194  
195 195 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
196 196 msgid "Comments classification options"
... ...
plugins/comment_classification/po/ru/comment_classification.po
... ... @@ -5,19 +5,19 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/ru/>\n"
  12 +"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"comment-classification/ru/>\n"
14 14 "Language: ru\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18   -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19   -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  18 +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
  19 +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/comment_classification/lib/comment_classification_plugin.rb:11
23 23 #, fuzzy
... ... @@ -127,7 +127,7 @@ msgstr &quot;Информация о менеджменте&quot;
127 127 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
128 128 #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
129 129 msgid "Name"
130   -msgstr ""
  130 +msgstr "Имя"
131 131  
132 132 #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
133 133 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
... ... @@ -173,7 +173,7 @@ msgstr &quot;Разрешено&quot;
173 173 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
174 174 #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
175 175 msgid "Actions"
176   -msgstr ""
  176 +msgstr "Действия"
177 177  
178 178 #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
179 179 #, fuzzy
... ... @@ -212,7 +212,7 @@ msgstr &quot;Вы уверены что хотите удалить этот элем
212 212  
213 213 #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
214 214 msgid "[Select ...]"
215   -msgstr ""
  215 +msgstr "[Выберите...]"
216 216  
217 217 #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
218 218 #, fuzzy
... ...
plugins/comment_group/po/pt/comment_group.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/community_block/po/pt/community_block.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/community_track/po/de/community_track.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/community_track/po/es/community_track.po
... ... @@ -5,23 +5,22 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
11   -"Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-24 19:06+0200\n"
  11 +"Last-Translator: Gonzalo Exequiel Pedone <hipersayan.x@gmail.com>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"community-track/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/community_track/lib/community_track_plugin.rb:8
22   -#, fuzzy
23 22 msgid "New kind of content for communities."
24   -msgstr "Deshabilitar búsqueda por organizaciones"
  23 +msgstr "Nuevo tipo de contenido para las comunidades."
25 24  
26 25 #: plugins/community_track/lib/community_track_plugin/step.rb:13
27 26 #, fuzzy
... ... @@ -34,15 +33,15 @@ msgstr &quot;&quot;
34 33  
35 34 #: plugins/community_track/lib/community_track_plugin/step.rb:52
36 35 msgid "Step"
37   -msgstr ""
  36 +msgstr "Paso"
38 37  
39 38 #: plugins/community_track/lib/community_track_plugin/step.rb:56
40 39 msgid "Defines a step."
41   -msgstr ""
  40 +msgstr "Definir un paso."
42 41  
43 42 #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:4
44 43 msgid "Track Card List"
45   -msgstr ""
  44 +msgstr "Seguimiento de Lista de Tarjetas"
46 45  
47 46 #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:8
48 47 #, fuzzy
... ... @@ -54,23 +53,22 @@ msgid &quot;Closed&quot;
54 53 msgstr "Cerrado"
55 54  
56 55 #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4
57   -#, fuzzy
58 56 msgid "Join!"
59   -msgstr "Unirse"
  57 +msgstr "Unete!"
60 58  
61 59 #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4
62 60 #: plugins/community_track/test/unit/community_track_plugin/step_helper_test.rb:33
63 61 msgid "Soon"
64   -msgstr ""
  62 +msgstr "Pronto"
65 63  
66 64 #: plugins/community_track/lib/community_track_plugin/track.rb:11
67   -#, fuzzy
68 65 msgid "should not be blank."
69   -msgstr "%s no pudo ser actualizado"
  66 +msgstr "no debe estar vacío."
70 67  
71 68 #: plugins/community_track/lib/community_track_plugin/track.rb:19
  69 +#, fuzzy
72 70 msgid "Track"
73   -msgstr ""
  71 +msgstr "Seguir"
74 72  
75 73 #: plugins/community_track/lib/community_track_plugin/track.rb:23
76 74 msgid "Defines a track."
... ... @@ -176,7 +174,7 @@ msgstr &quot;Oculto&quot;
176 174  
177 175 #: plugins/community_track/views/blocks/_track_card.html.erb:25
178 176 msgid "hits"
179   -msgstr ""
  177 +msgstr "aciertos"
180 178  
181 179 #: plugins/community_track/views/blocks/_track_list_more.html.erb:5
182 180 #, fuzzy
... ...
plugins/community_track/po/pt/community_track.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/container_block/po/pt/container_block.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/context_content/po/pt/context_content.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/custom_forms/po/de/custom_forms.po
... ... @@ -6,18 +6,18 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
11   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  11 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13   -"Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
14   -"de/>\n"
  13 +"Language-Team: German <https://hosted.weblate.org/projects/noosfero/plugin-"
  14 +"custom-forms/de/>\n"
15 15 "Language: de\n"
16 16 "MIME-Version: 1.0\n"
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
23 23 msgid "Invalid string format of access."
... ... @@ -188,7 +188,7 @@ msgstr &quot;Neues Formular&quot;
188 188 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
189 189 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
190 190 msgid "Name"
191   -msgstr ""
  191 +msgstr "Name"
192 192  
193 193 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
194 194 msgid "Value"
... ... @@ -198,6 +198,10 @@ msgstr &quot;Wert&quot;
198 198 msgid "Add a new option"
199 199 msgstr "Neue Option hinzufügen"
200 200  
  201 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  202 +msgid "Ok"
  203 +msgstr ""
  204 +
201 205 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
202 206 #, fuzzy
203 207 msgid "Remove alternative"
... ... @@ -355,7 +359,7 @@ msgstr &quot;Beiträge&quot;
355 359  
356 360 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
357 361 msgid "Actions"
358   -msgstr ""
  362 +msgstr "Aktionen"
359 363  
360 364 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
361 365 msgid "Pending"
... ...
plugins/custom_forms/po/eo/custom_forms.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
10 10 "PO-Revision-Date: 2014-11-05 13:05+0200\n"
11 11 "Last-Translator: Aurélio A. Heckert <aurelio@colivre.coop.br>\n"
12 12 "Language-Team: Esperanto <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -184,6 +184,10 @@ msgstr &quot;&quot;
184 184 msgid "Add a new option"
185 185 msgstr ""
186 186  
  187 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  188 +msgid "Ok"
  189 +msgstr ""
  190 +
187 191 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
188 192 msgid "Remove alternative"
189 193 msgstr ""
... ...
plugins/custom_forms/po/es/custom_forms.po
... ... @@ -5,18 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"custom-forms/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
22 22 #, fuzzy
... ... @@ -201,7 +201,7 @@ msgstr &quot;Forma Legal&quot;
201 201 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
202 202 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
203 203 msgid "Name"
204   -msgstr ""
  204 +msgstr "Nombre"
205 205  
206 206 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
207 207 msgid "Value"
... ... @@ -212,6 +212,10 @@ msgstr &quot;&quot;
212 212 msgid "Add a new option"
213 213 msgstr "Añadir nuevo producto"
214 214  
  215 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  216 +msgid "Ok"
  217 +msgstr ""
  218 +
215 219 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
216 220 #, fuzzy
217 221 msgid "Remove alternative"
... ... @@ -377,7 +381,7 @@ msgstr &quot;Permisos&quot;
377 381  
378 382 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
379 383 msgid "Actions"
380   -msgstr ""
  384 +msgstr "Acciones"
381 385  
382 386 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
383 387 msgid "Pending"
... ...
plugins/custom_forms/po/fr/custom_forms.po
... ... @@ -4,19 +4,19 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:22+0200\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
13   -"fr/>\n"
  12 +"Language-Team: French <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"custom-forms/fr/>\n"
14 14 "Language: fr\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n > 1;\n"
19   -"X-Generator: Weblate 2.2-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
22 22 msgid "Invalid string format of access."
... ... @@ -199,7 +199,7 @@ msgstr &quot;Nouveau dossier&quot;
199 199 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
200 200 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
201 201 msgid "Name"
202   -msgstr ""
  202 +msgstr "Nom"
203 203  
204 204 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
205 205 msgid "Value"
... ... @@ -211,6 +211,10 @@ msgstr &quot;&quot;
211 211 msgid "Add a new option"
212 212 msgstr "Une entreprise"
213 213  
  214 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  215 +msgid "Ok"
  216 +msgstr ""
  217 +
214 218 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
215 219 #, fuzzy
216 220 msgid "Remove alternative"
... ... @@ -383,7 +387,7 @@ msgstr &quot;Permissions&quot;
383 387  
384 388 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
385 389 msgid "Actions"
386   -msgstr ""
  390 +msgstr "Actions"
387 391  
388 392 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
389 393 #, fuzzy
... ...
plugins/custom_forms/po/hy/custom_forms.po
... ... @@ -5,17 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2009-10-26 16:20-0300\n"
11   -"Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n"
12   -"Language-Team: LANGUAGE <LL@li.org>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
  11 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  12 +"Language-Team: Armenian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"custom-forms/hy/>\n"
13 14 "Language: hy\n"
14 15 "MIME-Version: 1.0\n"
15 16 "Content-Type: text/plain; charset=UTF-8\n"
16 17 "Content-Transfer-Encoding: 8bit\n"
17   -"Plural-Forms: nplurals=2; plural=(n > 1);\n"
18   -"X-Generator: Pootle 1.1.0\n"
  18 +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
19 20  
20 21 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
21 22 msgid "Invalid string format of access."
... ... @@ -197,7 +198,7 @@ msgstr &quot;Նոր թղթապանակ&quot;
197 198 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
198 199 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
199 200 msgid "Name"
200   -msgstr ""
  201 +msgstr "Անվանում"
201 202  
202 203 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
203 204 msgid "Value"
... ... @@ -208,6 +209,10 @@ msgstr &quot;&quot;
208 209 msgid "Add a new option"
209 210 msgstr "Մեկ ձեռնարկություն"
210 211  
  212 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  213 +msgid "Ok"
  214 +msgstr ""
  215 +
211 216 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
212 217 #, fuzzy
213 218 msgid "Remove alternative"
... ... @@ -375,7 +380,7 @@ msgstr &quot;Թույլտվություններ&quot;
375 380  
376 381 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
377 382 msgid "Actions"
378   -msgstr ""
  383 +msgstr "Գործողություններ"
379 384  
380 385 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
381 386 #, fuzzy
... ...
plugins/custom_forms/po/pt/custom_forms.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-custom-forms/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
28 28 msgid "Invalid string format of access."
... ... @@ -185,7 +185,7 @@ msgstr &quot;Novo formulário&quot;
185 185 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
186 186 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
187 187 msgid "Name"
188   -msgstr ""
  188 +msgstr "Nome"
189 189  
190 190 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
191 191 msgid "Value"
... ... @@ -195,6 +195,10 @@ msgstr &quot;Valor&quot;
195 195 msgid "Add a new option"
196 196 msgstr "Adicionar uma nova opção"
197 197  
  198 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  199 +msgid "Ok"
  200 +msgstr ""
  201 +
198 202 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
199 203 msgid "Remove alternative"
200 204 msgstr "Remover alternativa"
... ... @@ -340,7 +344,7 @@ msgstr &quot;Submissões&quot;
340 344  
341 345 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
342 346 msgid "Actions"
343   -msgstr ""
  347 +msgstr "Ações"
344 348  
345 349 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
346 350 msgid "Pending"
... ...
plugins/custom_forms/po/ru/custom_forms.po
... ... @@ -5,19 +5,19 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/ru/>\n"
  12 +"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"custom-forms/ru/>\n"
14 14 "Language: ru\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18   -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19   -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  18 +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
  19 +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67
23 23 msgid "Invalid string format of access."
... ... @@ -200,7 +200,7 @@ msgstr &quot;Новая папка&quot;
200 200 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5
201 201 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6
202 202 msgid "Name"
203   -msgstr ""
  203 +msgstr "Имя"
204 204  
205 205 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6
206 206 msgid "Value"
... ... @@ -211,6 +211,10 @@ msgstr &quot;&quot;
211 211 msgid "Add a new option"
212 212 msgstr "Одна компания"
213 213  
  214 +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:29
  215 +msgid "Ok"
  216 +msgstr ""
  217 +
214 218 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10
215 219 #, fuzzy
216 220 msgid "Remove alternative"
... ... @@ -379,7 +383,7 @@ msgstr &quot;Разрешения&quot;
379 383  
380 384 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10
381 385 msgid "Actions"
382   -msgstr ""
  386 +msgstr "Действия"
383 387  
384 388 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20
385 389 msgid "Pending"
... ...
plugins/display_content/po/de/display_content.po
... ... @@ -6,18 +6,18 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
11   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  11 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13   -"Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
14   -"de/>\n"
  13 +"Language-Team: German <https://hosted.weblate.org/projects/noosfero/plugin-"
  14 +"display-content/de/>\n"
15 15 "Language: de\n"
16 16 "MIME-Version: 1.0\n"
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/display_content/lib/display_content_plugin.rb:10
23 23 msgid ""
... ... @@ -49,17 +49,16 @@ msgid &quot;Abstract&quot;
49 49 msgstr "Zusammenfassung"
50 50  
51 51 #: plugins/display_content/lib/display_content_block.rb:151
52   -#, fuzzy
53 52 msgid "Read more"
54   -msgstr "Mehr zeigen"
  53 +msgstr "Mehr lesen"
55 54  
56 55 #: plugins/display_content/lib/display_content_block.rb:194
57 56 msgid "%{month}/%{day}/%{year}"
58   -msgstr ""
  57 +msgstr "%{day}.%{month}.%{year}"
59 58  
60 59 #: plugins/display_content/lib/display_content_block.rb:194
61 60 msgid "%{month}/%{day}"
62   -msgstr ""
  61 +msgstr "%{day}.%{month}."
63 62  
64 63 #: plugins/display_content/lib/display_content_block.rb:197
65 64 msgid "%{month_name} %{day}, %{year}"
... ...
plugins/display_content/po/es/display_content.po
... ... @@ -5,18 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:35+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"display-content/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/display_content/lib/display_content_plugin.rb:10
22 22 msgid ""
... ... @@ -54,15 +54,15 @@ msgstr &quot;Ver más&quot;
54 54  
55 55 #: plugins/display_content/lib/display_content_block.rb:194
56 56 msgid "%{month}/%{day}/%{year}"
57   -msgstr ""
  57 +msgstr "%{day} de %{month} %{year}"
58 58  
59 59 #: plugins/display_content/lib/display_content_block.rb:194
60 60 msgid "%{month}/%{day}"
61   -msgstr ""
  61 +msgstr "%{day}/%{month}"
62 62  
63 63 #: plugins/display_content/lib/display_content_block.rb:197
64 64 msgid "%{month_name} %{day}, %{year}"
65   -msgstr ""
  65 +msgstr "%{day} de %{month_name} de %{year}"
66 66  
67 67 #: plugins/display_content/lib/display_content_block.rb:197
68 68 msgid "%{month_name} %{day}"
... ...
plugins/display_content/po/fr/display_content.po
... ... @@ -4,9 +4,9 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:22+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/display_content/po/hy/display_content.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-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"
... ...
plugins/display_content/po/pt/display_content.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:38+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-display-content/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/display_content/lib/display_content_plugin.rb:10
28 28 msgid ""
... ... @@ -53,25 +53,24 @@ msgid &quot;Abstract&quot;
53 53 msgstr "Resumo"
54 54  
55 55 #: plugins/display_content/lib/display_content_block.rb:151
56   -#, fuzzy
57 56 msgid "Read more"
58   -msgstr "mais"
  57 +msgstr "Leia mais"
59 58  
60 59 #: plugins/display_content/lib/display_content_block.rb:194
61 60 msgid "%{month}/%{day}/%{year}"
62   -msgstr ""
  61 +msgstr "%{day}/%{month}/%{year}"
63 62  
64 63 #: plugins/display_content/lib/display_content_block.rb:194
65 64 msgid "%{month}/%{day}"
66   -msgstr ""
  65 +msgstr "%{day}/%{month}"
67 66  
68 67 #: plugins/display_content/lib/display_content_block.rb:197
69 68 msgid "%{month_name} %{day}, %{year}"
70   -msgstr ""
  69 +msgstr "%{day} de %{month_name} de %{year}"
71 70  
72 71 #: plugins/display_content/lib/display_content_block.rb:197
73 72 msgid "%{month_name} %{day}"
74   -msgstr ""
  73 +msgstr "%{day} de %{month_name}"
75 74  
76 75 #: plugins/display_content/views/box_organizer/_display_content_block.html.erb:5
77 76 msgid "Choose which attributes should be displayed and drag to reorder them:"
... ...
plugins/event/po/pt/event.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-01-30 11:52-0000\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2015-01-30 00:18-0000\n"
11 11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 12 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -24,31 +24,33 @@ msgstr &quot;Eventos&quot;
24 24 msgid "Show the profile events or all environment events."
25 25 msgstr "Mostrar todos os eventos."
26 26  
27   -#: plugins/event/lib/event_plugin/event_block.rb:68
28   -msgid "Started one month ago."
29   -msgid_plural "Started %d months ago."
  27 +#: plugins/event/lib/event_plugin/event_block.rb:65
  28 +#, fuzzy
  29 +msgid "One month ago"
  30 +msgid_plural "%d months ago"
30 31 msgstr[0] "Iniciou a um mês atrás."
31 32 msgstr[1] "Iniciou a %d meses atrás."
32 33  
33   -#: plugins/event/lib/event_plugin/event_block.rb:70
34   -msgid "Started one day ago."
35   -msgid_plural "Started %d days ago."
36   -msgstr[0] "Iniciou a Um dia atrás."
37   -msgstr[1] "Iniciou a %d dias atrás."
38   -
39   -#: plugins/event/lib/event_plugin/event_block.rb:72
40   -msgid "I happens today."
41   -msgstr "Acontece hoje."
42   -
43   -#: plugins/event/lib/event_plugin/event_block.rb:74
44   -msgid "One day left to start."
45   -msgid_plural "%d days left to start."
46   -msgstr[0] "Um dia para iniciar."
47   -msgstr[1] "%d dias para iniciar."
48   -
49   -#: plugins/event/lib/event_plugin/event_block.rb:76
50   -msgid "One month left to start."
51   -msgid_plural "%d months left to start."
  34 +#: plugins/event/lib/event_plugin/event_block.rb:67
  35 +msgid "Yesterday"
  36 +msgid_plural "%d days ago"
  37 +msgstr[0] ""
  38 +msgstr[1] ""
  39 +
  40 +#: plugins/event/lib/event_plugin/event_block.rb:69
  41 +msgid "Today"
  42 +msgstr ""
  43 +
  44 +#: plugins/event/lib/event_plugin/event_block.rb:71
  45 +msgid "Tomorrow"
  46 +msgid_plural "%d days left to start"
  47 +msgstr[0] ""
  48 +msgstr[1] ""
  49 +
  50 +#: plugins/event/lib/event_plugin/event_block.rb:73
  51 +#, fuzzy
  52 +msgid "One month left to start"
  53 +msgid_plural "%d months left to start"
52 54 msgstr[0] "Um mês para iniciar"
53 55 msgstr[1] "% meses para iniciar"
54 56  
... ... @@ -63,43 +65,57 @@ msgstr &quot;&quot;
63 65 "Adiciona um novo bloco para apresentar as informações de eventos do ambiente "
64 66 "ou de perfis"
65 67  
  68 +#: plugins/event/views/event_plugin/event_block_item.html.erb:6
  69 +msgid "Duration: 1 day"
  70 +msgid_plural "Duration: %s days"
  71 +msgstr[0] ""
  72 +msgstr[1] ""
  73 +
66 74 #: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:1
67 75 msgid "Limit of items"
68 76 msgstr "Limite de itens"
69 77  
70   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:3
  78 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:4
71 79 msgid "Show all environment events"
72 80 msgstr "Apresentar todos os eventos do ambiente"
73 81  
74   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:8
  82 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:9
75 83 msgid "(Don't check to show only your events)"
76 84 msgstr "(Não marque para apresentar somente seus eventos)"
77 85  
78   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:10
  86 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:11
  87 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:14
79 88 msgid "(Don't check to show only %s events)"
80 89 msgstr "(Não marque para apresentar somente os eventos de %s)"
81 90  
82   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:13
83   -msgid "(Don't check to show only the environment events)"
84   -msgstr "(Não marque para apresentar somente os eventos do ambiente)"
  91 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:20
  92 +msgid "Only show future events"
  93 +msgstr "Mostrar apenas eventos futuros"
85 94  
86   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:18
  95 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:22
87 96 msgid "Limit of days to display"
88 97 msgstr "Limite de dias de distância para mostrar eventos"
89 98  
90   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:20
91   -msgid "Only show events on this limit of days."
  99 +#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:24
  100 +#, fuzzy
  101 +msgid "Only show events in this interval of days."
92 102 msgstr "Mostar somente eventos que acontecem dentro do limite de dias"
93 103  
94   -#: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:23
95   -msgid "Only show future events"
96   -msgstr "Mostrar apenas eventos futuros"
  104 +#~ msgid "Started one day ago."
  105 +#~ msgid_plural "Started %d days ago."
  106 +#~ msgstr[0] "Iniciou a Um dia atrás."
  107 +#~ msgstr[1] "Iniciou a %d dias atrás."
97 108  
98   -#: plugins/event/views/event_plugin/event_block_item.html.erb:6
99   -msgid "Duration: 1 day"
100   -msgid_plural "Duration: %s days"
101   -msgstr[0] ""
102   -msgstr[1] ""
  109 +#~ msgid "I happens today."
  110 +#~ msgstr "Acontece hoje."
  111 +
  112 +#~ msgid "One day left to start."
  113 +#~ msgid_plural "%d days left to start."
  114 +#~ msgstr[0] "Um dia para iniciar."
  115 +#~ msgstr[1] "%d dias para iniciar."
  116 +
  117 +#~ msgid "(Don't check to show only the environment events)"
  118 +#~ msgstr "(Não marque para apresentar somente os eventos do ambiente)"
103 119  
104 120 #~ msgid "1 day"
105 121 #~ msgid_plural "%s days"
... ...
plugins/foo/po/de/foo.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/foo/po/es/foo.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/foo/po/pt/foo.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/google_analytics/po/de/google_analytics.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/google_analytics/po/es/google_analytics.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/google_analytics/po/pt/google_analytics.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/google_cse/po/de/google_cse.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/google_cse/po/es/google_cse.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/google_cse/po/pt/google_cse.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/html5_video/po/pt/html5_video.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/lattes_curriculum/po/pt/lattes_curriculum.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  16 +"PO-Revision-Date: 2015-02-17 10:50+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-lattes-curriculum/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.2-dev\n"
26 26  
27 27 #: plugins/lattes_curriculum/lib/html_parser.rb:19
28 28 msgid "Lattes not found. Please, make sure the informed URL is correct."
... ... @@ -47,7 +47,7 @@ msgstr &quot;Lattes&quot;
47 47 #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:73
48 48 #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:106
49 49 msgid " Invalid lattes url"
50   -msgstr "URL do Lattes inválida"
  50 +msgstr " URL do Lattes inválida"
51 51  
52 52 #: plugins/lattes_curriculum/lib/academic_info.rb:10
53 53 msgid " is invalid."
... ...
plugins/ldap/po/de/ldap.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/ldap/po/pt/ldap.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/mark_comment_as_read/po/pt/mark_comment_as_read.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/people_block/po/de/people_block.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -75,3 +75,11 @@ msgstr &quot;&quot;
75 75 #: plugins/people_block/views/blocks/friends.html.erb:1
76 76 msgid "friends|View all"
77 77 msgstr "friends|Zeige alle"
  78 +
  79 +#: plugins/people_block/views/blocks/friends.html.erb:5
  80 +msgid "Some suggestions for you"
  81 +msgstr ""
  82 +
  83 +#: plugins/people_block/views/blocks/friends.html.erb:10
  84 +msgid "See all suggestions"
  85 +msgstr ""
... ...
plugins/people_block/po/es/people_block.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -74,3 +74,11 @@ msgstr &quot;&quot;
74 74 #: plugins/people_block/views/blocks/friends.html.erb:1
75 75 msgid "friends|View all"
76 76 msgstr "Ver todos"
  77 +
  78 +#: plugins/people_block/views/blocks/friends.html.erb:5
  79 +msgid "Some suggestions for you"
  80 +msgstr ""
  81 +
  82 +#: plugins/people_block/views/blocks/friends.html.erb:10
  83 +msgid "See all suggestions"
  84 +msgstr ""
... ...
plugins/people_block/po/fr/people_block.po
... ... @@ -4,9 +4,9 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:22+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -77,3 +77,11 @@ msgstr &quot;&quot;
77 77 #, fuzzy
78 78 msgid "friends|View all"
79 79 msgstr "Voir tout"
  80 +
  81 +#: plugins/people_block/views/blocks/friends.html.erb:5
  82 +msgid "Some suggestions for you"
  83 +msgstr ""
  84 +
  85 +#: plugins/people_block/views/blocks/friends.html.erb:10
  86 +msgid "See all suggestions"
  87 +msgstr ""
... ...
plugins/people_block/po/hy/people_block.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-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"
... ... @@ -76,3 +76,11 @@ msgstr &quot;&quot;
76 76 #, fuzzy
77 77 msgid "friends|View all"
78 78 msgstr "Տեսնել բոլորին"
  79 +
  80 +#: plugins/people_block/views/blocks/friends.html.erb:5
  81 +msgid "Some suggestions for you"
  82 +msgstr ""
  83 +
  84 +#: plugins/people_block/views/blocks/friends.html.erb:10
  85 +msgid "See all suggestions"
  86 +msgstr ""
... ...
plugins/people_block/po/pt/people_block.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -74,3 +74,11 @@ msgstr &quot;Filtrar por papel:&quot;
74 74 #: plugins/people_block/views/blocks/friends.html.erb:1
75 75 msgid "friends|View all"
76 76 msgstr "Ver todos"
  77 +
  78 +#: plugins/people_block/views/blocks/friends.html.erb:5
  79 +msgid "Some suggestions for you"
  80 +msgstr ""
  81 +
  82 +#: plugins/people_block/views/blocks/friends.html.erb:10
  83 +msgid "See all suggestions"
  84 +msgstr ""
... ...
plugins/people_block/po/ru/people_block.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -75,3 +75,11 @@ msgstr &quot;&quot;
75 75 #: plugins/people_block/views/blocks/friends.html.erb:1
76 76 msgid "friends|View all"
77 77 msgstr "друзья|Просмотреть все"
  78 +
  79 +#: plugins/people_block/views/blocks/friends.html.erb:5
  80 +msgid "Some suggestions for you"
  81 +msgstr ""
  82 +
  83 +#: plugins/people_block/views/blocks/friends.html.erb:10
  84 +msgid "See all suggestions"
  85 +msgstr ""
... ...
plugins/pg_search/po/pt/pg_search.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/piwik/po/pt/piwik.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/recent_content/po/pt/recent_content.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-recent-content/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/recent_content/lib/recent_content_plugin.rb:10
28 28 msgid ""
... ... @@ -78,7 +78,7 @@ msgstr &quot;Mostrar imagem de capa do blog&quot;
78 78 #: plugins/recent_content/views/blocks/recent_content_block.html.erb:26
79 79 #: plugins/recent_content/views/blocks/recent_content_block.html.erb:35
80 80 msgid "Read more"
81   -msgstr ""
  81 +msgstr "Leia mais"
82 82  
83 83 #: plugins/recent_content/views/blocks/recent_content_block.html.erb:39
84 84 msgid "View All"
... ...
plugins/relevant_content/po/pt/relevant_content.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/remote_user/po/pt/remote_user.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/require_auth_to_comment/po/de/require_auth_to_comment.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/require_auth_to_comment/po/es/require_auth_to_comment.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/require_auth_to_comment/po/pt/require_auth_to_comment.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/send_email/po/de/send_email.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/send_email/po/es/send_email.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/send_email/po/pt/send_email.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/shopping_cart/po/de/shopping_cart.po
... ... @@ -6,18 +6,18 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
11   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  11 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13   -"Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
14   -"de/>\n"
  13 +"Language-Team: German <https://hosted.weblate.org/projects/noosfero/plugin-"
  14 +"shopping-cart/de/>\n"
15 15 "Language: de\n"
16 16 "MIME-Version: 1.0\n"
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
23 23 msgid "A shopping basket feature for enterprises"
... ... @@ -137,7 +137,7 @@ msgstr &quot;Optionen konnte nicht erfolgreich aktualisiert werden.&quot;
137 137 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
138 138 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
139 139 msgid "Name"
140   -msgstr ""
  140 +msgstr "Name"
141 141  
142 142 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
143 143 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/shopping_cart/po/es/shopping_cart.po
... ... @@ -5,18 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:35+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"shopping-cart/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
22 22 msgid "A shopping basket feature for enterprises"
... ... @@ -136,7 +136,7 @@ msgstr &quot;La opción no fue actualizada satisfactoriamente.&quot;
136 136 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
137 137 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
138 138 msgid "Name"
139   -msgstr ""
  139 +msgstr "Nombre"
140 140  
141 141 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
142 142 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/shopping_cart/po/fr/shopping_cart.po
... ... @@ -4,19 +4,19 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:22+0200\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
13   -"fr/>\n"
  12 +"Language-Team: French <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"shopping-cart/fr/>\n"
14 14 "Language: fr\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n > 1;\n"
19   -"X-Generator: Weblate 2.2-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
22 22 #, fuzzy
... ... @@ -153,7 +153,7 @@ msgstr &quot;Fonctionnalités mises à jour avec succès.&quot;
153 153 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
154 154 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
155 155 msgid "Name"
156   -msgstr ""
  156 +msgstr "Nom"
157 157  
158 158 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
159 159 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/shopping_cart/po/hy/shopping_cart.po
... ... @@ -5,17 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2009-10-26 16:20-0300\n"
11   -"Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n"
12   -"Language-Team: LANGUAGE <LL@li.org>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:37+0200\n"
  11 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  12 +"Language-Team: Armenian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"shopping-cart/hy/>\n"
13 14 "Language: hy\n"
14 15 "MIME-Version: 1.0\n"
15 16 "Content-Type: text/plain; charset=UTF-8\n"
16 17 "Content-Transfer-Encoding: 8bit\n"
17   -"Plural-Forms: nplurals=2; plural=(n > 1);\n"
18   -"X-Generator: Pootle 1.1.0\n"
  18 +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
19 20  
20 21 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
21 22 #, fuzzy
... ... @@ -149,7 +150,7 @@ msgstr &quot;Առանձնահատկությունները հաջողությամբ թ
149 150 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
150 151 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
151 152 msgid "Name"
152   -msgstr ""
  153 +msgstr "Անվանում"
153 154  
154 155 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
155 156 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/shopping_cart/po/pt/shopping_cart.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-shopping-cart/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
28 28 msgid "A shopping basket feature for enterprises"
... ... @@ -138,7 +138,7 @@ msgstr &quot;Opção não foi atualizada com sucesso.&quot;
138 138 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
139 139 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
140 140 msgid "Name"
141   -msgstr ""
  141 +msgstr "Nome"
142 142  
143 143 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
144 144 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/shopping_cart/po/ru/shopping_cart.po
... ... @@ -5,19 +5,19 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
10   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/ru/>\n"
  12 +"Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"shopping-cart/ru/>\n"
14 14 "Language: ru\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18   -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19   -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  18 +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
  19 +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9
23 23 #, fuzzy
... ... @@ -154,7 +154,7 @@ msgstr &quot;Возможности успешно обновлены&quot;
154 154 #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35
155 155 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5
156 156 msgid "Name"
157   -msgstr ""
  157 +msgstr "Имя"
158 158  
159 159 #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10
160 160 #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13
... ...
plugins/solr/po/de/solr.po
... ... @@ -6,18 +6,18 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
11   -"PO-Revision-Date: 2014-12-12 14:23+0200\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  11 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13   -"Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
14   -"de/>\n"
  13 +"Language-Team: German <https://hosted.weblate.org/projects/noosfero/plugin-"
  14 +"solr/de/>\n"
15 15 "Language: de\n"
16 16 "MIME-Version: 1.0\n"
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20   -"X-Generator: Weblate 2.2-dev\n"
  20 +"X-Generator: Weblate 2.3-dev\n"
21 21  
22 22 #: plugins/solr/lib/solr_plugin.rb:14
23 23 msgid "Uses Solr as search engine."
... ... @@ -83,7 +83,7 @@ msgstr &quot;Relevanz&quot;
83 83 #: plugins/solr/lib/solr_plugin/search_helper.rb:30
84 84 #: plugins/solr/lib/solr_plugin/search_helper.rb:33
85 85 msgid "Name"
86   -msgstr ""
  86 +msgstr "Name"
87 87  
88 88 #: plugins/solr/lib/solr_plugin/search_helper.rb:15
89 89 msgid "Closest to me"
... ...
plugins/solr/po/es/solr.po
... ... @@ -5,18 +5,18 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  10 +"PO-Revision-Date: 2015-02-23 11:35+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"solr/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21 21 #: plugins/solr/lib/solr_plugin.rb:14
22 22 msgid "Uses Solr as search engine."
... ... @@ -85,7 +85,7 @@ msgstr &quot;Relevante&quot;
85 85 #: plugins/solr/lib/solr_plugin/search_helper.rb:30
86 86 #: plugins/solr/lib/solr_plugin/search_helper.rb:33
87 87 msgid "Name"
88   -msgstr ""
  88 +msgstr "Nombre"
89 89  
90 90 #: plugins/solr/lib/solr_plugin/search_helper.rb:15
91 91 msgid "Closest to me"
... ...
plugins/solr/po/pt/solr.po
... ... @@ -11,18 +11,18 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
16   -"PO-Revision-Date: 2014-12-18 18:40-0200\n"
17   -"Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18   -"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
19   -"noosfero/pt/>\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:10-0300\n"
  16 +"PO-Revision-Date: 2015-02-23 11:36+0200\n"
  17 +"Last-Translator: Michal Čihař <michal@cihar.com>\n"
  18 +"Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero"
  19 +"/plugin-solr/pt/>\n"
20 20 "Language: pt\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25   -"X-Generator: Weblate 2.0\n"
  25 +"X-Generator: Weblate 2.3-dev\n"
26 26  
27 27 #: plugins/solr/lib/solr_plugin.rb:14
28 28 msgid "Uses Solr as search engine."
... ... @@ -88,7 +88,7 @@ msgstr &quot;Relevância&quot;
88 88 #: plugins/solr/lib/solr_plugin/search_helper.rb:30
89 89 #: plugins/solr/lib/solr_plugin/search_helper.rb:33
90 90 msgid "Name"
91   -msgstr ""
  91 +msgstr "Nome"
92 92  
93 93 #: plugins/solr/lib/solr_plugin/search_helper.rb:15
94 94 msgid "Closest to me"
... ...
plugins/spaminator/po/de/spaminator.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/spaminator/po/es/spaminator.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/spaminator/po/pt/spaminator.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/statistics/po/de/statistics.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -19,11 +19,11 @@ msgstr &quot;&quot;
19 19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
20 20 "X-Generator: Weblate 2.2-dev\n"
21 21  
22   -#: plugins/statistics/lib/statistics_block.rb:23
  22 +#: plugins/statistics/lib/statistics_block.rb:24
23 23 msgid "Statistics for %s"
24 24 msgstr "Statistik für %s"
25 25  
26   -#: plugins/statistics/lib/statistics_block.rb:45
  26 +#: plugins/statistics/lib/statistics_block.rb:46
27 27 #, fuzzy
28 28 msgid "This block presents some statistics about your context."
29 29 msgstr "Dieser Block stellt einige Statistiken über Ihre Umgebung dar."
... ... @@ -50,25 +50,30 @@ msgstr &quot;%s Unternehmen gefunden&quot;
50 50  
51 51 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
52 52 #, fuzzy
  53 +msgid "Show product counter"
  54 +msgstr "Neue Inhalte"
  55 +
  56 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  57 +#, fuzzy
53 58 msgid "Show category counter"
54 59 msgstr "Neue Kategorie"
55 60  
56   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  61 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
57 62 #, fuzzy
58 63 msgid "Show tag counter"
59 64 msgstr "Neue Inhalte"
60 65  
61   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
  66 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
62 67 #, fuzzy
63 68 msgid "Show comment counter"
64 69 msgstr "Anzahl der Kommentare"
65 70  
66   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
  71 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
67 72 #, fuzzy
68 73 msgid "Show hit counter"
69 74 msgstr "Neue Inhalte"
70 75  
71   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  76 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
72 77 msgid "Show counter for communities with template %s"
73 78 msgstr ""
74 79  
... ... @@ -83,14 +88,18 @@ msgid &quot;enterprises&quot;
83 88 msgstr "Unternehmen"
84 89  
85 90 #: plugins/statistics/views/statistics_block.html.erb:13
  91 +msgid "products"
  92 +msgstr ""
  93 +
  94 +#: plugins/statistics/views/statistics_block.html.erb:16
86 95 msgid "communities"
87 96 msgstr "Communities"
88 97  
89   -#: plugins/statistics/views/statistics_block.html.erb:16
  98 +#: plugins/statistics/views/statistics_block.html.erb:19
90 99 #, fuzzy
91 100 msgid "categories"
92 101 msgstr "Kategorien"
93 102  
94   -#: plugins/statistics/views/statistics_block.html.erb:25
  103 +#: plugins/statistics/views/statistics_block.html.erb:28
95 104 msgid "hits"
96 105 msgstr ""
... ...
plugins/statistics/po/es/statistics.po
... ... @@ -5,25 +5,24 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
10   -"PO-Revision-Date: 2014-11-03 15:52+0200\n"
11   -"Last-Translator: Michal Čihař <michal@cihar.com>\n"
12   -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
13   -"noosfero/es/>\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
  10 +"PO-Revision-Date: 2015-02-24 19:06+0200\n"
  11 +"Last-Translator: Gonzalo Exequiel Pedone <hipersayan.x@gmail.com>\n"
  12 +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
  13 +"statistics/es/>\n"
14 14 "Language: es\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=UTF-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19   -"X-Generator: Weblate 2.0-dev\n"
  19 +"X-Generator: Weblate 2.3-dev\n"
20 20  
21   -#: plugins/statistics/lib/statistics_block.rb:23
  21 +#: plugins/statistics/lib/statistics_block.rb:24
22 22 msgid "Statistics for %s"
23 23 msgstr "Estadísticas para %s"
24 24  
25   -#: plugins/statistics/lib/statistics_block.rb:45
26   -#, fuzzy
  25 +#: plugins/statistics/lib/statistics_block.rb:46
27 26 msgid "This block presents some statistics about your context."
28 27 msgstr "Este bloque presenta algunas estadísticas sobre su entorno."
29 28  
... ... @@ -31,66 +30,67 @@ msgstr &quot;Este bloque presenta algunas estadísticas sobre su entorno.&quot;
31 30 msgid ""
32 31 "A plugin that adds a block where you can see statistics of it's context."
33 32 msgstr ""
  33 +"Un plugin que añade un bloque donde puedes ver las estadísticas de su "
  34 +"contexto."
34 35  
35 36 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:1
36   -#, fuzzy
37 37 msgid "Show user counter"
38   -msgstr "Ubicación:"
  38 +msgstr "Mostrar contador de usuarios"
39 39  
40 40 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:4
41   -#, fuzzy
42 41 msgid "Show community counter"
43   -msgstr "en la comunidad %s"
  42 +msgstr "Mostrar contador de la comunidad"
44 43  
45 44 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:8
46   -#, fuzzy
47 45 msgid "Show enterprise counter"
48   -msgstr "%s empresas encontradas"
  46 +msgstr "Mostrar contador empresarial"
49 47  
50 48 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
51 49 #, fuzzy
52   -msgid "Show category counter"
53   -msgstr "Nueva categoría"
  50 +msgid "Show product counter"
  51 +msgstr "Nuevo contenido"
54 52  
55 53 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
56   -#, fuzzy
57   -msgid "Show tag counter"
58   -msgstr "Nuevo contenido"
  54 +msgid "Show category counter"
  55 +msgstr "Mostrar contador de categoría"
59 56  
60 57 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
61   -#, fuzzy
62   -msgid "Show comment counter"
63   -msgstr "Contador de comentarios"
  58 +msgid "Show tag counter"
  59 +msgstr "Mostrar contador de etiquetas"
64 60  
65 61 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
66   -#, fuzzy
  62 +msgid "Show comment counter"
  63 +msgstr "Mostrar contador de comentarios"
  64 +
  65 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
67 66 msgid "Show hit counter"
68   -msgstr "Nuevo contenido"
  67 +msgstr "Mostrar contador de aciertos"
69 68  
70   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  69 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
71 70 msgid "Show counter for communities with template %s"
72   -msgstr ""
  71 +msgstr "Mostrar el contador para las comunidades con la plantilla %s"
73 72  
74 73 #: plugins/statistics/views/statistics_block.html.erb:7
75   -#, fuzzy
76 74 msgid "users"
77   -msgstr "usuario"
  75 +msgstr "usuarios"
78 76  
79 77 #: plugins/statistics/views/statistics_block.html.erb:10
80   -#, fuzzy
81 78 msgid "enterprises"
82   -msgstr "Empresa"
  79 +msgstr "empresas"
83 80  
84 81 #: plugins/statistics/views/statistics_block.html.erb:13
85   -#, fuzzy
86   -msgid "communities"
87   -msgstr "Comunidades"
  82 +msgid "products"
  83 +msgstr ""
88 84  
89 85 #: plugins/statistics/views/statistics_block.html.erb:16
90 86 #, fuzzy
  87 +msgid "communities"
  88 +msgstr "comunidades"
  89 +
  90 +#: plugins/statistics/views/statistics_block.html.erb:19
91 91 msgid "categories"
92   -msgstr "Categorías"
  92 +msgstr "categorías"
93 93  
94   -#: plugins/statistics/views/statistics_block.html.erb:25
  94 +#: plugins/statistics/views/statistics_block.html.erb:28
95 95 msgid "hits"
96   -msgstr ""
  96 +msgstr "aciertos"
... ...
plugins/statistics/po/fr/statistics.po
... ... @@ -4,9 +4,9 @@
4 4 # , 2009.
5 5 msgid ""
6 6 msgstr ""
7   -"Project-Id-Version: 1.0\n"
  7 +"Project-Id-Version: 1.0-690-gcb6e853\n"
8 8 "Report-Msgid-Bugs-To: \n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:22+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -18,11 +18,11 @@ msgstr &quot;&quot;
18 18 "Plural-Forms: nplurals=2; plural=n > 1;\n"
19 19 "X-Generator: Weblate 2.2-dev\n"
20 20  
21   -#: plugins/statistics/lib/statistics_block.rb:23
  21 +#: plugins/statistics/lib/statistics_block.rb:24
22 22 msgid "Statistics for %s"
23 23 msgstr "Statistiques pour %s"
24 24  
25   -#: plugins/statistics/lib/statistics_block.rb:45
  25 +#: plugins/statistics/lib/statistics_block.rb:46
26 26 #, fuzzy
27 27 msgid "This block presents some statistics about your context."
28 28 msgstr "Ce bloc présente quelques statistiques sur votre environnement."
... ... @@ -49,25 +49,30 @@ msgstr &quot;Les entreprises de &lt;b&gt;%s&lt;/b&gt;&quot;
49 49  
50 50 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
51 51 #, fuzzy
  52 +msgid "Show product counter"
  53 +msgstr "Tout le contenu"
  54 +
  55 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  56 +#, fuzzy
52 57 msgid "Show category counter"
53 58 msgstr "Nouvelle catégorie"
54 59  
55   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  60 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
56 61 #, fuzzy
57 62 msgid "Show tag counter"
58 63 msgstr "Tout le contenu"
59 64  
60   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
  65 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
61 66 #, fuzzy
62 67 msgid "Show comment counter"
63 68 msgstr "Nombre de commentaires"
64 69  
65   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
  70 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
66 71 #, fuzzy
67 72 msgid "Show hit counter"
68 73 msgstr "Tout le contenu"
69 74  
70   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  75 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
71 76 msgid "Show counter for communities with template %s"
72 77 msgstr ""
73 78  
... ... @@ -82,14 +87,18 @@ msgid &quot;enterprises&quot;
82 87 msgstr "entreprises"
83 88  
84 89 #: plugins/statistics/views/statistics_block.html.erb:13
  90 +msgid "products"
  91 +msgstr ""
  92 +
  93 +#: plugins/statistics/views/statistics_block.html.erb:16
85 94 msgid "communities"
86 95 msgstr "groupes"
87 96  
88   -#: plugins/statistics/views/statistics_block.html.erb:16
  97 +#: plugins/statistics/views/statistics_block.html.erb:19
89 98 #, fuzzy
90 99 msgid "categories"
91 100 msgstr "Catégories"
92 101  
93   -#: plugins/statistics/views/statistics_block.html.erb:25
  102 +#: plugins/statistics/views/statistics_block.html.erb:28
94 103 msgid "hits"
95 104 msgstr ""
... ...
plugins/statistics/po/hy/statistics.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-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"
... ... @@ -17,11 +17,11 @@ msgstr &quot;&quot;
17 17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18 18 "X-Generator: Pootle 1.1.0\n"
19 19  
20   -#: plugins/statistics/lib/statistics_block.rb:23
  20 +#: plugins/statistics/lib/statistics_block.rb:24
21 21 msgid "Statistics for %s"
22 22 msgstr "Վիճակագրություն"
23 23  
24   -#: plugins/statistics/lib/statistics_block.rb:45
  24 +#: plugins/statistics/lib/statistics_block.rb:46
25 25 #, fuzzy
26 26 msgid "This block presents some statistics about your context."
27 27 msgstr "Ձեր նախընտրած ձեռնարկությունները ցուցադրող բաժին"
... ... @@ -48,25 +48,30 @@ msgstr &quot;%s-ի բոլոր ձեռնարկությունները&quot;
48 48  
49 49 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
50 50 #, fuzzy
  51 +msgid "Show product counter"
  52 +msgstr "Ամբողջ բովանդակությունը"
  53 +
  54 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  55 +#, fuzzy
51 56 msgid "Show category counter"
52 57 msgstr "Նոր կատեգորիա"
53 58  
54   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  59 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
55 60 #, fuzzy
56 61 msgid "Show tag counter"
57 62 msgstr "Ամբողջ բովանդակությունը"
58 63  
59   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
  64 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
60 65 #, fuzzy
61 66 msgid "Show comment counter"
62 67 msgstr "Մեկնաբանությունների հաշվարկում"
63 68  
64   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
  69 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
65 70 #, fuzzy
66 71 msgid "Show hit counter"
67 72 msgstr "Ամբողջ բովանդակությունը"
68 73  
69   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  74 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
70 75 msgid "Show counter for communities with template %s"
71 76 msgstr ""
72 77  
... ... @@ -81,15 +86,19 @@ msgid &quot;enterprises&quot;
81 86 msgstr "Կազմակերպություն Ձեռնարկություն"
82 87  
83 88 #: plugins/statistics/views/statistics_block.html.erb:13
  89 +msgid "products"
  90 +msgstr ""
  91 +
  92 +#: plugins/statistics/views/statistics_block.html.erb:16
84 93 #, fuzzy
85 94 msgid "communities"
86 95 msgstr "Համայնքներ"
87 96  
88   -#: plugins/statistics/views/statistics_block.html.erb:16
  97 +#: plugins/statistics/views/statistics_block.html.erb:19
89 98 #, fuzzy
90 99 msgid "categories"
91 100 msgstr "Կատեգորիաներ"
92 101  
93   -#: plugins/statistics/views/statistics_block.html.erb:25
  102 +#: plugins/statistics/views/statistics_block.html.erb:28
94 103 msgid "hits"
95 104 msgstr ""
... ...
plugins/statistics/po/pt/statistics.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -24,11 +24,11 @@ msgstr &quot;&quot;
24 24 "Plural-Forms: nplurals=2; plural=n != 1;\n"
25 25 "X-Generator: Weblate 2.0\n"
26 26  
27   -#: plugins/statistics/lib/statistics_block.rb:23
  27 +#: plugins/statistics/lib/statistics_block.rb:24
28 28 msgid "Statistics for %s"
29 29 msgstr "Estatísticas para %s"
30 30  
31   -#: plugins/statistics/lib/statistics_block.rb:45
  31 +#: plugins/statistics/lib/statistics_block.rb:46
32 32 msgid "This block presents some statistics about your context."
33 33 msgstr "Este bloco apresenta algumas estatísticas sobre seu contexto."
34 34  
... ... @@ -52,22 +52,27 @@ msgid &quot;Show enterprise counter&quot;
52 52 msgstr "Mostrar contador de empreendimento"
53 53  
54 54 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
  55 +#, fuzzy
  56 +msgid "Show product counter"
  57 +msgstr "Mostrar contador de acesso"
  58 +
  59 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
55 60 msgid "Show category counter"
56 61 msgstr "Mostrar contador de categoria"
57 62  
58   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  63 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
59 64 msgid "Show tag counter"
60 65 msgstr "Mostrar contador de tag"
61 66  
62   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
  67 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
63 68 msgid "Show comment counter"
64 69 msgstr "Mostrar contador de comentário"
65 70  
66   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
  71 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
67 72 msgid "Show hit counter"
68 73 msgstr "Mostrar contador de acesso"
69 74  
70   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  75 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
71 76 msgid "Show counter for communities with template %s"
72 77 msgstr "Mostrar contador para comunidades com template %s"
73 78  
... ... @@ -80,13 +85,17 @@ msgid &quot;enterprises&quot;
80 85 msgstr "empreendimentos"
81 86  
82 87 #: plugins/statistics/views/statistics_block.html.erb:13
  88 +msgid "products"
  89 +msgstr ""
  90 +
  91 +#: plugins/statistics/views/statistics_block.html.erb:16
83 92 msgid "communities"
84 93 msgstr "comunidades"
85 94  
86   -#: plugins/statistics/views/statistics_block.html.erb:16
  95 +#: plugins/statistics/views/statistics_block.html.erb:19
87 96 msgid "categories"
88 97 msgstr "categorias"
89 98  
90   -#: plugins/statistics/views/statistics_block.html.erb:25
  99 +#: plugins/statistics/views/statistics_block.html.erb:28
91 100 msgid "hits"
92 101 msgstr "acessos"
... ...
plugins/statistics/po/ru/statistics.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -19,11 +19,11 @@ msgstr &quot;&quot;
19 19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20 20 "X-Generator: Weblate 2.2-dev\n"
21 21  
22   -#: plugins/statistics/lib/statistics_block.rb:23
  22 +#: plugins/statistics/lib/statistics_block.rb:24
23 23 msgid "Statistics for %s"
24 24 msgstr "Статистика для %s"
25 25  
26   -#: plugins/statistics/lib/statistics_block.rb:45
  26 +#: plugins/statistics/lib/statistics_block.rb:46
27 27 #, fuzzy
28 28 msgid "This block presents some statistics about your context."
29 29 msgstr "Данный блок представляет некоторую статистику вашей среды"
... ... @@ -50,25 +50,30 @@ msgstr &quot;%s: компании&quot;
50 50  
51 51 #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12
52 52 #, fuzzy
  53 +msgid "Show product counter"
  54 +msgstr "Весь контент"
  55 +
  56 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  57 +#, fuzzy
53 58 msgid "Show category counter"
54 59 msgstr "Новая категория"
55 60  
56   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16
  61 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
57 62 #, fuzzy
58 63 msgid "Show tag counter"
59 64 msgstr "Весь контент"
60 65  
61   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20
  66 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
62 67 #, fuzzy
63 68 msgid "Show comment counter"
64 69 msgstr "Комментарий для автора"
65 70  
66   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24
  71 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:28
67 72 #, fuzzy
68 73 msgid "Show hit counter"
69 74 msgstr "Весь контент"
70 75  
71   -#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:30
  76 +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:34
72 77 msgid "Show counter for communities with template %s"
73 78 msgstr ""
74 79  
... ... @@ -83,14 +88,18 @@ msgid &quot;enterprises&quot;
83 88 msgstr "Компании"
84 89  
85 90 #: plugins/statistics/views/statistics_block.html.erb:13
  91 +msgid "products"
  92 +msgstr ""
  93 +
  94 +#: plugins/statistics/views/statistics_block.html.erb:16
86 95 msgid "communities"
87 96 msgstr "Сообщества"
88 97  
89   -#: plugins/statistics/views/statistics_block.html.erb:16
  98 +#: plugins/statistics/views/statistics_block.html.erb:19
90 99 #, fuzzy
91 100 msgid "categories"
92 101 msgstr "Категории"
93 102  
94   -#: plugins/statistics/views/statistics_block.html.erb:25
  103 +#: plugins/statistics/views/statistics_block.html.erb:28
95 104 msgid "hits"
96 105 msgstr ""
... ...
plugins/stoa/po/de/stoa.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -82,19 +82,27 @@ msgstr &quot;USP-Nummer/Telefonnummer&quot;
82 82 msgid " validation failed"
83 83 msgstr " Validierung fehlgeschlagen"
84 84  
85   -#: plugins/stoa/lib/stoa_plugin.rb:121
  85 +#: plugins/stoa/lib/stoa_plugin.rb:121 plugins/stoa/lib/stoa_plugin.rb:125
  86 +#: plugins/stoa/lib/ext/person.rb:6
86 87 #, fuzzy
87 88 msgid "USP Number"
88 89 msgstr "USP-Nummer"
89 90  
90   -#: plugins/stoa/lib/ext/person.rb:16
  91 +#: plugins/stoa/lib/ext/profile_suggestion.rb:5
  92 +msgid "Classroom in common"
  93 +msgstr ""
  94 +
  95 +#: plugins/stoa/lib/ext/person.rb:18
91 96 msgid "is being used by another user or is not valid"
92 97 msgstr "wird bereits von einem anderen Nutzer eingesetzt oder ist ungültig"
93 98  
  99 +#: plugins/stoa/lib/stoa_plugin/auth.rb:26
94 100 #: plugins/stoa/controllers/stoa_plugin_controller.rb:21
95 101 msgid "Incorrect user/password pair."
96 102 msgstr "Falsches Paar aus Nutzername und Passwort."
97 103  
  104 +#: plugins/stoa/lib/stoa_plugin/auth.rb:33
98 105 #: plugins/stoa/controllers/stoa_plugin_controller.rb:25
99   -msgid "Conection requires SSL certificate and post method."
  106 +#, fuzzy
  107 +msgid "Conection requires post method."
100 108 msgstr "Die Verbindung benötigt ein SSL-Zertifikat und eine POST-Methode."
... ...
plugins/stoa/po/es/stoa.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -82,20 +82,28 @@ msgstr &quot;Numero de USP&quot;
82 82 msgid " validation failed"
83 83 msgstr " la validación falló"
84 84  
85   -#: plugins/stoa/lib/stoa_plugin.rb:121
  85 +#: plugins/stoa/lib/stoa_plugin.rb:121 plugins/stoa/lib/stoa_plugin.rb:125
  86 +#: plugins/stoa/lib/ext/person.rb:6
86 87 #, fuzzy
87 88 msgid "USP Number"
88 89 msgstr "Numero de USP"
89 90  
90   -#: plugins/stoa/lib/ext/person.rb:16
  91 +#: plugins/stoa/lib/ext/profile_suggestion.rb:5
  92 +msgid "Classroom in common"
  93 +msgstr ""
  94 +
  95 +#: plugins/stoa/lib/ext/person.rb:18
91 96 #, fuzzy
92 97 msgid "is being used by another user or is not valid"
93 98 msgstr "%{fn} ya está siendo usado por otra categoría."
94 99  
  100 +#: plugins/stoa/lib/stoa_plugin/auth.rb:26
95 101 #: plugins/stoa/controllers/stoa_plugin_controller.rb:21
96 102 msgid "Incorrect user/password pair."
97 103 msgstr "Nombre de usuario o contraseña incorrecta."
98 104  
  105 +#: plugins/stoa/lib/stoa_plugin/auth.rb:33
99 106 #: plugins/stoa/controllers/stoa_plugin_controller.rb:25
100   -msgid "Conection requires SSL certificate and post method."
  107 +#, fuzzy
  108 +msgid "Conection requires post method."
101 109 msgstr "La conexión requiere certificación SSL y el método post."
... ...
plugins/stoa/po/pt/stoa.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -84,18 +84,26 @@ msgstr &quot;Número USP / Nome de usuário&quot;
84 84 msgid " validation failed"
85 85 msgstr " validação falhou"
86 86  
87   -#: plugins/stoa/lib/stoa_plugin.rb:121
  87 +#: plugins/stoa/lib/stoa_plugin.rb:121 plugins/stoa/lib/stoa_plugin.rb:125
  88 +#: plugins/stoa/lib/ext/person.rb:6
88 89 msgid "USP Number"
89 90 msgstr "Número USP"
90 91  
91   -#: plugins/stoa/lib/ext/person.rb:16
  92 +#: plugins/stoa/lib/ext/profile_suggestion.rb:5
  93 +msgid "Classroom in common"
  94 +msgstr ""
  95 +
  96 +#: plugins/stoa/lib/ext/person.rb:18
92 97 msgid "is being used by another user or is not valid"
93 98 msgstr "está sendo usado por outro usuário ou não é válido"
94 99  
  100 +#: plugins/stoa/lib/stoa_plugin/auth.rb:26
95 101 #: plugins/stoa/controllers/stoa_plugin_controller.rb:21
96 102 msgid "Incorrect user/password pair."
97 103 msgstr "O par usuário/senha está incorreto."
98 104  
  105 +#: plugins/stoa/lib/stoa_plugin/auth.rb:33
99 106 #: plugins/stoa/controllers/stoa_plugin_controller.rb:25
100   -msgid "Conection requires SSL certificate and post method."
  107 +#, fuzzy
  108 +msgid "Conection requires post method."
101 109 msgstr "A conexão exige um certificado SSL e a utilização do método 'post'."
... ...
plugins/sub_organizations/po/de/sub_organizations.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -44,7 +44,7 @@ msgstr &quot;&quot;
44 44 "%{requestor} möchte das Unternehmen %{linked_subject} als Unterorganisation "
45 45 "von %{linked_subject} hinzufügen."
46 46  
47   -#: plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb:24
  47 +#: plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb:26
48 48 msgid "multi-level paternity is not allowed."
49 49 msgstr "Die Zuordnung über mehrere Stufen ist nicht erlaubt."
50 50  
... ...
plugins/sub_organizations/po/pt/sub_organizations.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ... @@ -49,7 +49,7 @@ msgstr &quot;&quot;
49 49 "%{requestor} quer associar esta organização como sub-organização de "
50 50 "%{linked_subject}."
51 51  
52   -#: plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb:24
  52 +#: plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb:26
53 53 msgid "multi-level paternity is not allowed."
54 54 msgstr "paternidade multi-nível não é permitido."
55 55  
... ...
plugins/template/po/de/template.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ...
plugins/template/po/es/template.po
... ... @@ -5,8 +5,8 @@
5 5 #
6 6 msgid ""
7 7 msgstr ""
8   -"Project-Id-Version: 1.0\n"
9   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  8 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  9 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
10 10 "PO-Revision-Date: 2014-11-03 15:52+0200\n"
11 11 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
12 12 "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/template/po/pt/template.po
... ... @@ -11,8 +11,8 @@
11 11 #
12 12 msgid ""
13 13 msgstr ""
14   -"Project-Id-Version: 1.0\n"
15   -"POT-Creation-Date: 2015-02-02 21:43-0300\n"
  14 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  15 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
16 16 "PO-Revision-Date: 2014-12-18 18:40-0200\n"
17 17 "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n"
18 18 "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/"
... ...
plugins/tolerance_time/po/de/tolerance_time.po
... ... @@ -6,8 +6,8 @@
6 6 #
7 7 msgid ""
8 8 msgstr ""
9   -"Project-Id-Version: 1.0\n"
10   -"POT-Creation-Date: 2015-02-02 21:44-0300\n"
  9 +"Project-Id-Version: 1.0-690-gcb6e853\n"
  10 +"POT-Creation-Date: 2015-03-05 12:09-0300\n"
11 11 "PO-Revision-Date: 2014-12-12 14:23+0200\n"
12 12 "Last-Translator: Michal Čihař <michal@cihar.com>\n"
13 13 "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/"
... ... @@ -29,15 +29,15 @@ msgstr &quot;&quot;
29 29 msgid "Tolerance Adjustements"
30 30 msgstr "Toleranzeinstellung"
31 31  
32   -#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:35
33   -#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:50
  32 +#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:34
  33 +#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:48
34 34 msgid ""
35 35 "This content can't be edited anymore because it expired the tolerance time"
36 36 msgstr ""
37 37 "Der Beitrag kann nicht weiter editiert werden, da die Toleranzzeit "
38 38 "abgelaufen ist"
39 39  
40   -#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:62
  40 +#: plugins/tolerance_time/lib/tolerance_time_plugin.rb:60
41 41 msgid "The tolerance time for editing this content is over."
42 42 msgstr "Die Toleranzzeit für das Editieren dieses Beitrags ist vorbei."
43 43  
... ...