Commit 2e34927815ab5d7f88db3e3c1016f7e180283864
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branches 'master' and 'stable' into stable
Showing
148 changed files
with
23985 additions
and
14125 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 148 files displayed.
AUTHORS.md
| @@ -120,6 +120,9 @@ Diego Araujo + Rodrigo Souto + Rafael Manzo <rr.manzo@gmail.com> | @@ -120,6 +120,9 @@ Diego Araujo + Rodrigo Souto + Rafael Manzo <rr.manzo@gmail.com> | ||
| 120 | Diego + Jefferson <diegoamc90@gmail.com> | 120 | Diego + Jefferson <diegoamc90@gmail.com> |
| 121 | Diego Martinez <diegoamc90@gmail.com> | 121 | Diego Martinez <diegoamc90@gmail.com> |
| 122 | Diego + Renan <renanteruoc@gmail.com> | 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 | Eduardo Tourinho Edington <eduardo.edington@serpro.gov.br> | 126 | Eduardo Tourinho Edington <eduardo.edington@serpro.gov.br> |
| 124 | Evandro Jr <evandrojr@gmail.com> | 127 | Evandro Jr <evandrojr@gmail.com> |
| 125 | Evandro Junior <evandrojr@gmail.com> | 128 | Evandro Junior <evandrojr@gmail.com> |
| @@ -186,14 +189,17 @@ Leandro Nunes dos Santos <81665687568@serpro-1541727.(none)> | @@ -186,14 +189,17 @@ Leandro Nunes dos Santos <81665687568@serpro-1541727.(none)> | ||
| 186 | Leandro Nunes dos Santos <leandronunes@gmail.com> | 189 | Leandro Nunes dos Santos <leandronunes@gmail.com> |
| 187 | Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> | 190 | Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> |
| 188 | LinguÁgil 2010 <linguagil.bahia@gmail.com> | 191 | LinguÁgil 2010 <linguagil.bahia@gmail.com> |
| 192 | +Lucas Kanashiro <kanashiro.duarte@gmail.com> | ||
| 189 | Lucas Melo <lucas@colivre.coop.br> | 193 | Lucas Melo <lucas@colivre.coop.br> |
| 190 | Lucas Melo <lucaspradomelo@gmail.com> | 194 | Lucas Melo <lucaspradomelo@gmail.com> |
| 191 | Luciano <lucianopcbr@gmail.com> | 195 | Luciano <lucianopcbr@gmail.com> |
| 192 | Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> | 196 | Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> |
| 193 | Luis David Aguilar Carlos <ludwig9003@gmail.com> | 197 | Luis David Aguilar Carlos <ludwig9003@gmail.com> |
| 194 | Luiz Fernando de Freitas Matos <luiz@luizff.matos@gmail.com> | 198 | Luiz Fernando de Freitas Matos <luiz@luizff.matos@gmail.com> |
| 199 | +Marcos <marcos.rpj2@gmail.com> | ||
| 195 | Marcos Ramos <ms.ramos@outlook.com> | 200 | Marcos Ramos <ms.ramos@outlook.com> |
| 196 | Martín Olivera <molivera@solar.org.ar> | 201 | Martín Olivera <molivera@solar.org.ar> |
| 202 | +Maurilio Atila <cabelotaina@gmail.com> | ||
| 197 | Michal Čihař <michal@cihar.com> | 203 | Michal Čihař <michal@cihar.com> |
| 198 | Moises Machado <moises@colivre.coop.br> | 204 | Moises Machado <moises@colivre.coop.br> |
| 199 | Naíla Alves <naila@colivre.coop.br> | 205 | Naíla Alves <naila@colivre.coop.br> |
| @@ -234,6 +240,8 @@ Ronny Kursawe <kursawe.ronny@googlemail.com> | @@ -234,6 +240,8 @@ Ronny Kursawe <kursawe.ronny@googlemail.com> | ||
| 234 | root <root@debian.sdr.serpro> | 240 | root <root@debian.sdr.serpro> |
| 235 | Samuel R. C. Vale <srcvale@holoscopio.com> | 241 | Samuel R. C. Vale <srcvale@holoscopio.com> |
| 236 | Tallys Martins <tallysmartins@gmail.com> | 242 | Tallys Martins <tallysmartins@gmail.com> |
| 243 | +Tallys Martins <tallysmartins@yahoo.com.br> | ||
| 244 | +tallys <tallys@tallys> | ||
| 237 | tallys <tallys@tallys.(none)> | 245 | tallys <tallys@tallys.(none)> |
| 238 | Thiago Zoroastro <thiago.zoroastro@bol.com.br> | 246 | Thiago Zoroastro <thiago.zoroastro@bol.com.br> |
| 239 | Valessio Brito <contato@valessiobrito.com.br> | 247 | Valessio Brito <contato@valessiobrito.com.br> |
app/controllers/public/search_controller.rb
| @@ -61,7 +61,7 @@ class SearchController < PublicController | @@ -61,7 +61,7 @@ class SearchController < PublicController | ||
| 61 | end | 61 | end |
| 62 | 62 | ||
| 63 | def articles | 63 | def articles |
| 64 | - @scope = @environment.articles.public | 64 | + @scope = @environment.articles.public.paginate(paginate_options) |
| 65 | full_text_search | 65 | full_text_search |
| 66 | end | 66 | end |
| 67 | 67 | ||
| @@ -75,7 +75,7 @@ class SearchController < PublicController | @@ -75,7 +75,7 @@ class SearchController < PublicController | ||
| 75 | end | 75 | end |
| 76 | 76 | ||
| 77 | def products | 77 | def products |
| 78 | - @scope = @environment.products | 78 | + @scope = @environment.products.paginate(paginate_options) |
| 79 | full_text_search | 79 | full_text_search |
| 80 | end | 80 | end |
| 81 | 81 | ||
| @@ -238,7 +238,7 @@ class SearchController < PublicController | @@ -238,7 +238,7 @@ class SearchController < PublicController | ||
| 238 | def visible_profiles(klass, *extra_relations) | 238 | def visible_profiles(klass, *extra_relations) |
| 239 | relations = [:image, :domains, :environment, :preferred_domain] | 239 | relations = [:image, :domains, :environment, :preferred_domain] |
| 240 | relations += extra_relations | 240 | relations += extra_relations |
| 241 | - @environment.send(klass.name.underscore.pluralize).visible.includes(relations) | 241 | + @environment.send(klass.name.underscore.pluralize).visible.includes(relations).paginate(paginate_options) |
| 242 | end | 242 | end |
| 243 | 243 | ||
| 244 | def per_page | 244 | def per_page |
config/bashrc
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 | noosfero (1.0) wheezy; urgency=low | 7 | noosfero (1.0) wheezy; urgency=low |
| 2 | 8 | ||
| 3 | * Noosfero 1.0 \o/ | 9 | * Noosfero 1.0 \o/ |
debian/noosfero.install
| @@ -9,6 +9,7 @@ config/environments usr/share/noosfero/config | @@ -9,6 +9,7 @@ config/environments usr/share/noosfero/config | ||
| 9 | config/initializers usr/share/noosfero/config | 9 | config/initializers usr/share/noosfero/config |
| 10 | config/locales usr/share/noosfero/config | 10 | config/locales usr/share/noosfero/config |
| 11 | config/routes.rb usr/share/noosfero/config | 11 | config/routes.rb usr/share/noosfero/config |
| 12 | +config/schedule.rb usr/share/noosfero/config | ||
| 12 | db usr/share/noosfero | 13 | db usr/share/noosfero |
| 13 | debian/database.yml.template usr/share/noosfero/config | 14 | debian/database.yml.template usr/share/noosfero/config |
| 14 | debian/dbinstall usr/lib/noosfero | 15 | debian/dbinstall usr/lib/noosfero |
debian/noosfero.links
| 1 | -usr/share/rails-ruby1.8 usr/share/noosfero/vendor/rails | ||
| 2 | var/tmp/noosfero usr/share/noosfero/tmp | 1 | var/tmp/noosfero usr/share/noosfero/tmp |
| 3 | var/log/noosfero usr/share/noosfero/log | 2 | var/log/noosfero usr/share/noosfero/log |
| 4 | etc/noosfero/database.yml usr/share/noosfero/config/database.yml | 3 | etc/noosfero/database.yml usr/share/noosfero/config/database.yml |
etc/init.d/noosfero
| @@ -36,7 +36,9 @@ NOOSFERO_USER=noosfero | @@ -36,7 +36,9 @@ NOOSFERO_USER=noosfero | ||
| 36 | [ -r /etc/default/$NAME ] && . /etc/default/$NAME | 36 | [ -r /etc/default/$NAME ] && . /etc/default/$NAME |
| 37 | 37 | ||
| 38 | # Load the VERBOSE setting and other rcS variables | 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 | if [ -z "$NOOSFERO_DIR" ] || [ -z "$NOOSFERO_USER" ]; then | 43 | if [ -z "$NOOSFERO_DIR" ] || [ -z "$NOOSFERO_USER" ]; then |
| 42 | echo "NOOSFERO_DIR or NOOSFERO_USER not defined, noosfero not being started." | 44 | echo "NOOSFERO_DIR or NOOSFERO_USER not defined, noosfero not being started." |
| @@ -123,7 +125,7 @@ do_restart() { | @@ -123,7 +125,7 @@ do_restart() { | ||
| 123 | } | 125 | } |
| 124 | 126 | ||
| 125 | running(){ | 127 | running(){ |
| 126 | - pgrep -u noosfero -f 'thin server' > /dev/null | 128 | + main_script running |
| 127 | } | 129 | } |
| 128 | 130 | ||
| 129 | case "$1" in | 131 | case "$1" in |
lib/acts_as_filesystem.rb
| @@ -85,6 +85,13 @@ module ActsAsFileSystem | @@ -85,6 +85,13 @@ module ActsAsFileSystem | ||
| 85 | end | 85 | end |
| 86 | end | 86 | end |
| 87 | 87 | ||
| 88 | + def descendents_options | ||
| 89 | + ["#{self.ancestry_column} LIKE ?", "%#{self.formatted_ancestry_id}%"] | ||
| 90 | + end | ||
| 91 | + def descendents | ||
| 92 | + self.class.scoped :conditions => descendents_options | ||
| 93 | + end | ||
| 94 | + | ||
| 88 | # calculates the level of the record in the records hierarchy. Top-level | 95 | # calculates the level of the record in the records hierarchy. Top-level |
| 89 | # records have level 0; the children of the top-level records have | 96 | # records have level 0; the children of the top-level records have |
| 90 | # level 1; the children of records with level 1 have level 2, and so on. | 97 | # level 1; the children of records with level 1 have level 2, and so on. |
lib/noosfero/plugin/routes.rb
| @@ -18,7 +18,7 @@ Dir.glob(Rails.root.join(plugins_root, '*', 'controllers')) do |controllers_dir| | @@ -18,7 +18,7 @@ Dir.glob(Rails.root.join(plugins_root, '*', 'controllers')) do |controllers_dir| | ||
| 18 | controllers_by_folder.each do |folder, controllers| | 18 | controllers_by_folder.each do |folder, controllers| |
| 19 | controllers.each do |controller| | 19 | controllers.each do |controller| |
| 20 | controller_name = controller.gsub("#{plugin_name}_plugin_",'') | 20 | controller_name = controller.gsub("#{plugin_name}_plugin_",'') |
| 21 | - if %w[profile myprofile].include?(folder) | 21 | + if %w[profile myprofile].include?(folder.to_s) |
| 22 | match "#{prefixes_by_folder[folder]}/#{plugin_name}/#{controller_name}(/:action(/:id))", :controller => controller, :profile => /#{Noosfero.identifier_format}/ | 22 | match "#{prefixes_by_folder[folder]}/#{plugin_name}/#{controller_name}(/:action(/:id))", :controller => controller, :profile => /#{Noosfero.identifier_format}/ |
| 23 | else | 23 | else |
| 24 | match "#{prefixes_by_folder[folder]}/#{plugin_name}/#{controller_name}(/:action(/:id))", :controller => controller | 24 | match "#{prefixes_by_folder[folder]}/#{plugin_name}/#{controller_name}(/:action(/:id))", :controller => controller |
lib/noosfero/version.rb
plugins/anti_spam/po/de/anti_spam.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/anti_spam/po/pt/anti_spam.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/breadcrumbs/po/pt/breadcrumbs.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/bsc/po/de/bsc.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/bsc/po/es/bsc.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/bsc/po/fr/bsc.po
| @@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" | 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/bsc/po/hy/bsc.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
| 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
plugins/bsc/po/pt/bsc.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/bsc/po/ru/bsc.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" |
plugins/comment_classification/po/de/comment_classification.po
| @@ -6,18 +6,18 @@ | @@ -6,18 +6,18 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: de\n" | 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 | 22 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 23 | #, fuzzy | 23 | #, fuzzy |
| @@ -127,7 +127,7 @@ msgstr "Verwaltungsinformationen" | @@ -127,7 +127,7 @@ msgstr "Verwaltungsinformationen" | ||
| 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 129 | msgid "Name" | 129 | msgid "Name" |
| 130 | -msgstr "" | 130 | +msgstr "Name" |
| 131 | 131 | ||
| 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| @@ -173,7 +173,7 @@ msgstr "Aktiviert" | @@ -173,7 +173,7 @@ msgstr "Aktiviert" | ||
| 173 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 173 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 174 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 174 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 175 | msgid "Actions" | 175 | msgid "Actions" |
| 176 | -msgstr "" | 176 | +msgstr "Aktionen" |
| 177 | 177 | ||
| 178 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 178 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 179 | #, fuzzy | 179 | #, fuzzy |
| @@ -212,7 +212,7 @@ msgstr "Sind Sie sicher, dass Sie diesen Eintrag entfernen möchten?" | @@ -212,7 +212,7 @@ msgstr "Sind Sie sicher, dass Sie diesen Eintrag entfernen möchten?" | ||
| 212 | 212 | ||
| 213 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 213 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 214 | msgid "[Select ...]" | 214 | msgid "[Select ...]" |
| 215 | -msgstr "" | 215 | +msgstr "[Auswahl...]" |
| 216 | 216 | ||
| 217 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 | 217 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 |
| 218 | #, fuzzy | 218 | #, fuzzy |
plugins/comment_classification/po/es/comment_classification.po
| @@ -5,85 +5,72 @@ | @@ -5,85 +5,72 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/comment_classification/lib/comment_classification_plugin.rb:11 | 21 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 22 | -#, fuzzy | ||
| 23 | msgid "A plugin that allow classification of comments." | 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 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:16 | 25 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:16 |
| 27 | -#, fuzzy | ||
| 28 | msgid "Label created" | 26 | msgid "Label created" |
| 29 | -msgstr "Licencia" | 27 | +msgstr "Etiqueta creada" |
| 30 | 28 | ||
| 31 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:19 | 29 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:19 |
| 32 | -#, fuzzy | ||
| 33 | msgid "Label could not be created" | 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 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:31 | 33 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:31 |
| 37 | -#, fuzzy | ||
| 38 | msgid "Label updated" | 34 | msgid "Label updated" |
| 39 | -msgstr "Última actualización" | 35 | +msgstr "Etiqueta actualizada" |
| 40 | 36 | ||
| 41 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:34 | 37 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:34 |
| 42 | -#, fuzzy | ||
| 43 | msgid "Failed to edit label" | 38 | msgid "Failed to edit label" |
| 44 | -msgstr "No se pudo editar el rol" | 39 | +msgstr "Fallo al editar la etiqueta" |
| 45 | 40 | ||
| 46 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:45 | 41 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:45 |
| 47 | -#, fuzzy | ||
| 48 | msgid "Label removed" | 42 | msgid "Label removed" |
| 49 | -msgstr "Artículo eliminado." | 43 | +msgstr "Etiqueta eliminada" |
| 50 | 44 | ||
| 51 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:47 | 45 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:47 |
| 52 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:50 | 46 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:50 |
| 53 | -#, fuzzy | ||
| 54 | msgid "Label could not be removed" | 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 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:15 | 50 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:15 |
| 58 | -#, fuzzy | ||
| 59 | msgid "Status created" | 51 | msgid "Status created" |
| 60 | -msgstr "Contrato creado." | 52 | +msgstr "Estado creado" |
| 61 | 53 | ||
| 62 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:18 | 54 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:18 |
| 63 | -#, fuzzy | ||
| 64 | msgid "Status could not be created" | 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 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:29 | 58 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:29 |
| 68 | -#, fuzzy | ||
| 69 | msgid "Status updated" | 59 | msgid "Status updated" |
| 70 | -msgstr "Fecha de inicio" | 60 | +msgstr "Estado actualizado" |
| 71 | 61 | ||
| 72 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:32 | 62 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:32 |
| 73 | -#, fuzzy | ||
| 74 | msgid "Failed to edit status" | 63 | msgid "Failed to edit status" |
| 75 | -msgstr "No se pudo editar el rol" | 64 | +msgstr "Fallo al editar el estado" |
| 76 | 65 | ||
| 77 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:43 | 66 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:43 |
| 78 | -#, fuzzy | ||
| 79 | msgid "Status removed" | 67 | msgid "Status removed" |
| 80 | -msgstr "Contrato eliminado." | 68 | +msgstr "Estado eliminado" |
| 81 | 69 | ||
| 82 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:45 | 70 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:45 |
| 83 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:48 | 71 | #: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:48 |
| 84 | -#, fuzzy | ||
| 85 | msgid "Status could not be removed" | 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 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:6 | 75 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:6 |
| 89 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:9 | 76 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:9 |
| @@ -92,79 +79,72 @@ msgid "Status" | @@ -92,79 +79,72 @@ msgid "Status" | ||
| 92 | msgstr "Estado" | 79 | msgstr "Estado" |
| 93 | 80 | ||
| 94 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:7 | 81 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:7 |
| 95 | -#, fuzzy | ||
| 96 | msgid "Reason:" | 82 | msgid "Reason:" |
| 97 | -msgstr "Razón" | 83 | +msgstr "Razón:" |
| 98 | 84 | ||
| 99 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:1 | 85 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:1 |
| 100 | -#, fuzzy | ||
| 101 | msgid "Status for comment" | 86 | msgid "Status for comment" |
| 102 | -msgstr "sin comentarios" | 87 | +msgstr "Estado del comentario" |
| 103 | 88 | ||
| 104 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:16 | 89 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:16 |
| 105 | msgid "" | 90 | msgid "" |
| 106 | "<i>%{user}</i> added the status <i>%{status_name}</i> at <i>%{created_at}</" | 91 | "<i>%{user}</i> added the status <i>%{status_name}</i> at <i>%{created_at}</" |
| 107 | "i>." | 92 | "i>." |
| 108 | msgstr "" | 93 | msgstr "" |
| 94 | +"<i>%{user}</i> ha agregado el estado <i>%{status_name}</i> en " | ||
| 95 | +"<i>%{created_at}</i>." | ||
| 109 | 96 | ||
| 110 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:18 | 97 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:18 |
| 111 | msgid "<i>Reason:</i> %s" | 98 | msgid "<i>Reason:</i> %s" |
| 112 | -msgstr "" | 99 | +msgstr "<i>Razón:</i> %s" |
| 113 | 100 | ||
| 114 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:24 | 101 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:24 |
| 115 | #: plugins/comment_classification/views/comment_classification_plugin_status/create.html.erb:1 | 102 | #: plugins/comment_classification/views/comment_classification_plugin_status/create.html.erb:1 |
| 116 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:29 | 103 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:29 |
| 117 | -#, fuzzy | ||
| 118 | msgid "Add a new status" | 104 | msgid "Add a new status" |
| 119 | -msgstr "Añadir nuevo producto" | 105 | +msgstr "Agregar nuevo estado" |
| 120 | 106 | ||
| 121 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/index.html.erb:1 | 107 | #: plugins/comment_classification/views/comment_classification_plugin_myprofile/index.html.erb:1 |
| 122 | -#, fuzzy | ||
| 123 | msgid "Manage comment classification" | 108 | msgid "Manage comment classification" |
| 124 | -msgstr "Información de gestión" | 109 | +msgstr "Gestionar la clasificación de comentarios" |
| 125 | 110 | ||
| 126 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 111 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 127 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 112 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 128 | msgid "Name" | 113 | msgid "Name" |
| 129 | -msgstr "" | 114 | +msgstr "Nombre" |
| 130 | 115 | ||
| 131 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 116 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 117 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| 133 | msgid "Color" | 118 | msgid "Color" |
| 134 | -msgstr "" | 119 | +msgstr "Color" |
| 135 | 120 | ||
| 136 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:8 | 121 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:8 |
| 137 | -#, fuzzy | ||
| 138 | msgid "Enable this label?" | 122 | msgid "Enable this label?" |
| 139 | -msgstr "Habilitar correo electrónico" | 123 | +msgstr "¿Habilitar esta etiqueta?" |
| 140 | 124 | ||
| 141 | #: plugins/comment_classification/views/comment_classification_plugin_labels/edit.html.erb:1 | 125 | #: plugins/comment_classification/views/comment_classification_plugin_labels/edit.html.erb:1 |
| 142 | -#, fuzzy | ||
| 143 | msgid "Editing label %s" | 126 | msgid "Editing label %s" |
| 144 | -msgstr "Editando %s" | 127 | +msgstr "Editar etiqueta %s" |
| 145 | 128 | ||
| 146 | #: plugins/comment_classification/views/comment_classification_plugin_labels/create.html.erb:1 | 129 | #: plugins/comment_classification/views/comment_classification_plugin_labels/create.html.erb:1 |
| 147 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:29 | 130 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:29 |
| 148 | -#, fuzzy | ||
| 149 | msgid "Add a new label" | 131 | msgid "Add a new label" |
| 150 | -msgstr "Agregar un archivo CSS" | 132 | +msgstr "Agregar una nueva etiqueta" |
| 151 | 133 | ||
| 152 | # pendiente | 134 | # pendiente |
| 153 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:1 | 135 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:1 |
| 154 | -#, fuzzy | ||
| 155 | msgid "Manage comments labels" | 136 | msgid "Manage comments labels" |
| 156 | -msgstr "Manejar los campos de la comunidad" | 137 | +msgstr "Gestionar la etiqueta de los comentarios" |
| 157 | 138 | ||
| 158 | # Le ponemos "no registrado" o "sin registrar"? O no especificado? | 139 | # Le ponemos "no registrado" o "sin registrar"? O no especificado? |
| 159 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:5 | 140 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:5 |
| 160 | -#, fuzzy | ||
| 161 | msgid "(no label registered yet)" | 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 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:9 | 144 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:9 |
| 165 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 145 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 166 | msgid "Label" | 146 | msgid "Label" |
| 167 | -msgstr "" | 147 | +msgstr "Etiqueta" |
| 168 | 148 | ||
| 169 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:11 | 149 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:11 |
| 170 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:10 | 150 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:10 |
| @@ -174,60 +154,50 @@ msgstr "Habilitado" | @@ -174,60 +154,50 @@ msgstr "Habilitado" | ||
| 174 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 154 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 175 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 155 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 176 | msgid "Actions" | 156 | msgid "Actions" |
| 177 | -msgstr "" | 157 | +msgstr "Acciones" |
| 178 | 158 | ||
| 179 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 159 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 180 | -#, fuzzy | ||
| 181 | msgid "Are you sure you want to remove this label?" | 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 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:7 | 163 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:7 |
| 185 | -#, fuzzy | ||
| 186 | msgid "Enable this status?" | 164 | msgid "Enable this status?" |
| 187 | -msgstr "Habilitar \"contáctanos\"" | 165 | +msgstr "¿Habilitar este estado?" |
| 188 | 166 | ||
| 189 | #: plugins/comment_classification/views/comment_classification_plugin_status/edit.html.erb:1 | 167 | #: plugins/comment_classification/views/comment_classification_plugin_status/edit.html.erb:1 |
| 190 | -#, fuzzy | ||
| 191 | msgid "Editing status %s" | 168 | msgid "Editing status %s" |
| 192 | -msgstr "Editando %s" | 169 | +msgstr "Editando el estado %s" |
| 193 | 170 | ||
| 194 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:1 | 171 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:1 |
| 195 | -#, fuzzy | ||
| 196 | msgid "Manage comments status" | 172 | msgid "Manage comments status" |
| 197 | -msgstr "Administrar contactos" | 173 | +msgstr "Gestionar el estado de los comentarios" |
| 198 | 174 | ||
| 199 | # Le ponemos "no registrado" o "sin registrar"? O no especificado? | 175 | # Le ponemos "no registrado" o "sin registrar"? O no especificado? |
| 200 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:5 | 176 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:5 |
| 201 | -#, fuzzy | ||
| 202 | msgid "(no status registered yet)" | 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 | # habilitado o permitido? estaba o está? | 180 | # habilitado o permitido? estaba o está? |
| 206 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:11 | 181 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:11 |
| 207 | -#, fuzzy | ||
| 208 | msgid "Reason enabled?" | 182 | msgid "Reason enabled?" |
| 209 | -msgstr "No habilitado" | 183 | +msgstr "¿Razón habilitada?" |
| 210 | 184 | ||
| 211 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:21 | 185 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:21 |
| 212 | -#, fuzzy | ||
| 213 | msgid "Are you sure you want to remove this status?" | 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 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 189 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 217 | msgid "[Select ...]" | 190 | msgid "[Select ...]" |
| 218 | -msgstr "" | 191 | +msgstr "[Seleccione ...]" |
| 219 | 192 | ||
| 220 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 | 193 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 |
| 221 | -#, fuzzy | ||
| 222 | msgid "Comments classification options" | 194 | msgid "Comments classification options" |
| 223 | -msgstr "Opciones de moderación" | 195 | +msgstr "Opciones de clasificación de comentarios" |
| 224 | 196 | ||
| 225 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:4 | 197 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:4 |
| 226 | -#, fuzzy | ||
| 227 | msgid "Manage Labels" | 198 | msgid "Manage Labels" |
| 228 | -msgstr "Administrar campos" | 199 | +msgstr "Gestionar Etiquetas" |
| 229 | 200 | ||
| 230 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:5 | 201 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:5 |
| 231 | -#, fuzzy | ||
| 232 | msgid "Manage Status" | 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,19 +4,19 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: fr\n" | 14 | "Language: fr\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n > 1;\n" | 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 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 | 21 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 22 | #, fuzzy | 22 | #, fuzzy |
| @@ -127,7 +127,7 @@ msgstr "Information sur les dirigeants" | @@ -127,7 +127,7 @@ msgstr "Information sur les dirigeants" | ||
| 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 129 | msgid "Name" | 129 | msgid "Name" |
| 130 | -msgstr "" | 130 | +msgstr "Nom" |
| 131 | 131 | ||
| 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| @@ -174,7 +174,7 @@ msgstr "Activé" | @@ -174,7 +174,7 @@ msgstr "Activé" | ||
| 174 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 174 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 175 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 175 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 176 | msgid "Actions" | 176 | msgid "Actions" |
| 177 | -msgstr "" | 177 | +msgstr "Actions" |
| 178 | 178 | ||
| 179 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 179 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 180 | #, fuzzy | 180 | #, fuzzy |
| @@ -213,7 +213,7 @@ msgstr "Êtes-vous sûr(e) de vouloir ôter cet élément ?" | @@ -213,7 +213,7 @@ msgstr "Êtes-vous sûr(e) de vouloir ôter cet élément ?" | ||
| 213 | 213 | ||
| 214 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 214 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 215 | msgid "[Select ...]" | 215 | msgid "[Select ...]" |
| 216 | -msgstr "" | 216 | +msgstr "[Choisir...]" |
| 217 | 217 | ||
| 218 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 | 218 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 |
| 219 | #, fuzzy | 219 | #, fuzzy |
plugins/comment_classification/po/hy/comment_classification.po
| @@ -5,17 +5,18 @@ | @@ -5,17 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: hy\n" | 14 | "Language: hy\n" |
| 14 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 15 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 16 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 | 21 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 21 | #, fuzzy | 22 | #, fuzzy |
| @@ -125,7 +126,7 @@ msgstr "Տեղեկություններ ղեկավարության մասին" | @@ -125,7 +126,7 @@ msgstr "Տեղեկություններ ղեկավարության մասին" | ||
| 125 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 126 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 126 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 127 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 127 | msgid "Name" | 128 | msgid "Name" |
| 128 | -msgstr "" | 129 | +msgstr "Անվանում" |
| 129 | 130 | ||
| 130 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 131 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 131 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| @@ -171,7 +172,7 @@ msgstr "Ակտիվացված է" | @@ -171,7 +172,7 @@ msgstr "Ակտիվացված է" | ||
| 171 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 172 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 172 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 173 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 173 | msgid "Actions" | 174 | msgid "Actions" |
| 174 | -msgstr "" | 175 | +msgstr "Գործողություններ" |
| 175 | 176 | ||
| 176 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 177 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 177 | #, fuzzy | 178 | #, fuzzy |
plugins/comment_classification/po/pt/comment_classification.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 | 27 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 28 | msgid "A plugin that allow classification of comments." | 28 | msgid "A plugin that allow classification of comments." |
| @@ -117,7 +117,7 @@ msgstr "Gerenciar classificação de comentário" | @@ -117,7 +117,7 @@ msgstr "Gerenciar classificação de comentário" | ||
| 117 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 117 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 118 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 118 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 119 | msgid "Name" | 119 | msgid "Name" |
| 120 | -msgstr "" | 120 | +msgstr "Nome" |
| 121 | 121 | ||
| 122 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 122 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 123 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 123 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| @@ -158,7 +158,7 @@ msgstr "Habilitado" | @@ -158,7 +158,7 @@ msgstr "Habilitado" | ||
| 158 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 158 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 159 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 159 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 160 | msgid "Actions" | 160 | msgid "Actions" |
| 161 | -msgstr "" | 161 | +msgstr "Ações" |
| 162 | 162 | ||
| 163 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 163 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 164 | msgid "Are you sure you want to remove this label?" | 164 | msgid "Are you sure you want to remove this label?" |
| @@ -190,7 +190,7 @@ msgstr "Tem certeza de que quer excluir este status?" | @@ -190,7 +190,7 @@ msgstr "Tem certeza de que quer excluir este status?" | ||
| 190 | 190 | ||
| 191 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 191 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 192 | msgid "[Select ...]" | 192 | msgid "[Select ...]" |
| 193 | -msgstr "" | 193 | +msgstr "[Selecione ...]" |
| 194 | 194 | ||
| 195 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 | 195 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 |
| 196 | msgid "Comments classification options" | 196 | msgid "Comments classification options" |
plugins/comment_classification/po/ru/comment_classification.po
| @@ -5,19 +5,19 @@ | @@ -5,19 +5,19 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: ru\n" | 14 | "Language: ru\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 | 22 | #: plugins/comment_classification/lib/comment_classification_plugin.rb:11 |
| 23 | #, fuzzy | 23 | #, fuzzy |
| @@ -127,7 +127,7 @@ msgstr "Информация о менеджменте" | @@ -127,7 +127,7 @@ msgstr "Информация о менеджменте" | ||
| 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 | 127 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6 |
| 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 | 128 | #: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6 |
| 129 | msgid "Name" | 129 | msgid "Name" |
| 130 | -msgstr "" | 130 | +msgstr "Имя" |
| 131 | 131 | ||
| 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 | 132 | #: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7 |
| 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 | 133 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10 |
| @@ -173,7 +173,7 @@ msgstr "Разрешено" | @@ -173,7 +173,7 @@ msgstr "Разрешено" | ||
| 173 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 | 173 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12 |
| 174 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 | 174 | #: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12 |
| 175 | msgid "Actions" | 175 | msgid "Actions" |
| 176 | -msgstr "" | 176 | +msgstr "Действия" |
| 177 | 177 | ||
| 178 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 | 178 | #: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21 |
| 179 | #, fuzzy | 179 | #, fuzzy |
| @@ -212,7 +212,7 @@ msgstr "Вы уверены что хотите удалить этот элем | @@ -212,7 +212,7 @@ msgstr "Вы уверены что хотите удалить этот элем | ||
| 212 | 212 | ||
| 213 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 | 213 | #: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3 |
| 214 | msgid "[Select ...]" | 214 | msgid "[Select ...]" |
| 215 | -msgstr "" | 215 | +msgstr "[Выберите...]" |
| 216 | 216 | ||
| 217 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 | 217 | #: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1 |
| 218 | #, fuzzy | 218 | #, fuzzy |
plugins/comment_group/po/pt/comment_group.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/community_block/po/pt/community_block.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/community_track/po/de/community_track.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/community_track/po/es/community_track.po
| @@ -5,23 +5,22 @@ | @@ -5,23 +5,22 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/community_track/lib/community_track_plugin.rb:8 | 21 | #: plugins/community_track/lib/community_track_plugin.rb:8 |
| 22 | -#, fuzzy | ||
| 23 | msgid "New kind of content for communities." | 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 | #: plugins/community_track/lib/community_track_plugin/step.rb:13 | 25 | #: plugins/community_track/lib/community_track_plugin/step.rb:13 |
| 27 | #, fuzzy | 26 | #, fuzzy |
| @@ -34,15 +33,15 @@ msgstr "" | @@ -34,15 +33,15 @@ msgstr "" | ||
| 34 | 33 | ||
| 35 | #: plugins/community_track/lib/community_track_plugin/step.rb:52 | 34 | #: plugins/community_track/lib/community_track_plugin/step.rb:52 |
| 36 | msgid "Step" | 35 | msgid "Step" |
| 37 | -msgstr "" | 36 | +msgstr "Paso" |
| 38 | 37 | ||
| 39 | #: plugins/community_track/lib/community_track_plugin/step.rb:56 | 38 | #: plugins/community_track/lib/community_track_plugin/step.rb:56 |
| 40 | msgid "Defines a step." | 39 | msgid "Defines a step." |
| 41 | -msgstr "" | 40 | +msgstr "Definir un paso." |
| 42 | 41 | ||
| 43 | #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:4 | 42 | #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:4 |
| 44 | msgid "Track Card List" | 43 | msgid "Track Card List" |
| 45 | -msgstr "" | 44 | +msgstr "Seguimiento de Lista de Tarjetas" |
| 46 | 45 | ||
| 47 | #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:8 | 46 | #: plugins/community_track/lib/community_track_plugin/track_card_list_block.rb:8 |
| 48 | #, fuzzy | 47 | #, fuzzy |
| @@ -54,23 +53,22 @@ msgid "Closed" | @@ -54,23 +53,22 @@ msgid "Closed" | ||
| 54 | msgstr "Cerrado" | 53 | msgstr "Cerrado" |
| 55 | 54 | ||
| 56 | #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4 | 55 | #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4 |
| 57 | -#, fuzzy | ||
| 58 | msgid "Join!" | 56 | msgid "Join!" |
| 59 | -msgstr "Unirse" | 57 | +msgstr "Unete!" |
| 60 | 58 | ||
| 61 | #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4 | 59 | #: plugins/community_track/lib/community_track_plugin/step_helper.rb:4 |
| 62 | #: plugins/community_track/test/unit/community_track_plugin/step_helper_test.rb:33 | 60 | #: plugins/community_track/test/unit/community_track_plugin/step_helper_test.rb:33 |
| 63 | msgid "Soon" | 61 | msgid "Soon" |
| 64 | -msgstr "" | 62 | +msgstr "Pronto" |
| 65 | 63 | ||
| 66 | #: plugins/community_track/lib/community_track_plugin/track.rb:11 | 64 | #: plugins/community_track/lib/community_track_plugin/track.rb:11 |
| 67 | -#, fuzzy | ||
| 68 | msgid "should not be blank." | 65 | msgid "should not be blank." |
| 69 | -msgstr "%s no pudo ser actualizado" | 66 | +msgstr "no debe estar vacío." |
| 70 | 67 | ||
| 71 | #: plugins/community_track/lib/community_track_plugin/track.rb:19 | 68 | #: plugins/community_track/lib/community_track_plugin/track.rb:19 |
| 69 | +#, fuzzy | ||
| 72 | msgid "Track" | 70 | msgid "Track" |
| 73 | -msgstr "" | 71 | +msgstr "Seguir" |
| 74 | 72 | ||
| 75 | #: plugins/community_track/lib/community_track_plugin/track.rb:23 | 73 | #: plugins/community_track/lib/community_track_plugin/track.rb:23 |
| 76 | msgid "Defines a track." | 74 | msgid "Defines a track." |
| @@ -176,7 +174,7 @@ msgstr "Oculto" | @@ -176,7 +174,7 @@ msgstr "Oculto" | ||
| 176 | 174 | ||
| 177 | #: plugins/community_track/views/blocks/_track_card.html.erb:25 | 175 | #: plugins/community_track/views/blocks/_track_card.html.erb:25 |
| 178 | msgid "hits" | 176 | msgid "hits" |
| 179 | -msgstr "" | 177 | +msgstr "aciertos" |
| 180 | 178 | ||
| 181 | #: plugins/community_track/views/blocks/_track_list_more.html.erb:5 | 179 | #: plugins/community_track/views/blocks/_track_list_more.html.erb:5 |
| 182 | #, fuzzy | 180 | #, fuzzy |
plugins/community_track/po/pt/community_track.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/container_block/po/pt/container_block.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/context_content/po/pt/context_content.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/custom_forms/po/de/custom_forms.po
| @@ -6,18 +6,18 @@ | @@ -6,18 +6,18 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: de\n" | 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 | 22 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 23 | msgid "Invalid string format of access." | 23 | msgid "Invalid string format of access." |
| @@ -188,7 +188,7 @@ msgstr "Neues Formular" | @@ -188,7 +188,7 @@ msgstr "Neues Formular" | ||
| 188 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 188 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 189 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 189 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 190 | msgid "Name" | 190 | msgid "Name" |
| 191 | -msgstr "" | 191 | +msgstr "Name" |
| 192 | 192 | ||
| 193 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 193 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 194 | msgid "Value" | 194 | msgid "Value" |
| @@ -198,6 +198,10 @@ msgstr "Wert" | @@ -198,6 +198,10 @@ msgstr "Wert" | ||
| 198 | msgid "Add a new option" | 198 | msgid "Add a new option" |
| 199 | msgstr "Neue Option hinzufügen" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 205 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 202 | #, fuzzy | 206 | #, fuzzy |
| 203 | msgid "Remove alternative" | 207 | msgid "Remove alternative" |
| @@ -355,7 +359,7 @@ msgstr "Beiträge" | @@ -355,7 +359,7 @@ msgstr "Beiträge" | ||
| 355 | 359 | ||
| 356 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 360 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 357 | msgid "Actions" | 361 | msgid "Actions" |
| 358 | -msgstr "" | 362 | +msgstr "Aktionen" |
| 359 | 363 | ||
| 360 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 364 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 361 | msgid "Pending" | 365 | msgid "Pending" |
plugins/custom_forms/po/eo/custom_forms.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-05 13:05+0200\n" | 10 | "PO-Revision-Date: 2014-11-05 13:05+0200\n" |
| 11 | "Last-Translator: Aurélio A. Heckert <aurelio@colivre.coop.br>\n" | 11 | "Last-Translator: Aurélio A. Heckert <aurelio@colivre.coop.br>\n" |
| 12 | "Language-Team: Esperanto <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Esperanto <https://hosted.weblate.org/projects/noosfero/" |
| @@ -184,6 +184,10 @@ msgstr "" | @@ -184,6 +184,10 @@ msgstr "" | ||
| 184 | msgid "Add a new option" | 184 | msgid "Add a new option" |
| 185 | msgstr "" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 191 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 188 | msgid "Remove alternative" | 192 | msgid "Remove alternative" |
| 189 | msgstr "" | 193 | msgstr "" |
plugins/custom_forms/po/es/custom_forms.po
| @@ -5,18 +5,18 @@ | @@ -5,18 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/custom_forms/lib/custom_forms_plugin/form.rb:67 | 21 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 22 | #, fuzzy | 22 | #, fuzzy |
| @@ -201,7 +201,7 @@ msgstr "Forma Legal" | @@ -201,7 +201,7 @@ msgstr "Forma Legal" | ||
| 201 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 201 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 202 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 202 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 203 | msgid "Name" | 203 | msgid "Name" |
| 204 | -msgstr "" | 204 | +msgstr "Nombre" |
| 205 | 205 | ||
| 206 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 206 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 207 | msgid "Value" | 207 | msgid "Value" |
| @@ -212,6 +212,10 @@ msgstr "" | @@ -212,6 +212,10 @@ msgstr "" | ||
| 212 | msgid "Add a new option" | 212 | msgid "Add a new option" |
| 213 | msgstr "Añadir nuevo producto" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 219 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 216 | #, fuzzy | 220 | #, fuzzy |
| 217 | msgid "Remove alternative" | 221 | msgid "Remove alternative" |
| @@ -377,7 +381,7 @@ msgstr "Permisos" | @@ -377,7 +381,7 @@ msgstr "Permisos" | ||
| 377 | 381 | ||
| 378 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 382 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 379 | msgid "Actions" | 383 | msgid "Actions" |
| 380 | -msgstr "" | 384 | +msgstr "Acciones" |
| 381 | 385 | ||
| 382 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 386 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 383 | msgid "Pending" | 387 | msgid "Pending" |
plugins/custom_forms/po/fr/custom_forms.po
| @@ -4,19 +4,19 @@ | @@ -4,19 +4,19 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: fr\n" | 14 | "Language: fr\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n > 1;\n" | 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 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 | 21 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 22 | msgid "Invalid string format of access." | 22 | msgid "Invalid string format of access." |
| @@ -199,7 +199,7 @@ msgstr "Nouveau dossier" | @@ -199,7 +199,7 @@ msgstr "Nouveau dossier" | ||
| 199 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 199 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 200 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 200 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 201 | msgid "Name" | 201 | msgid "Name" |
| 202 | -msgstr "" | 202 | +msgstr "Nom" |
| 203 | 203 | ||
| 204 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 204 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 205 | msgid "Value" | 205 | msgid "Value" |
| @@ -211,6 +211,10 @@ msgstr "" | @@ -211,6 +211,10 @@ msgstr "" | ||
| 211 | msgid "Add a new option" | 211 | msgid "Add a new option" |
| 212 | msgstr "Une entreprise" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 218 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 215 | #, fuzzy | 219 | #, fuzzy |
| 216 | msgid "Remove alternative" | 220 | msgid "Remove alternative" |
| @@ -383,7 +387,7 @@ msgstr "Permissions" | @@ -383,7 +387,7 @@ msgstr "Permissions" | ||
| 383 | 387 | ||
| 384 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 388 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 385 | msgid "Actions" | 389 | msgid "Actions" |
| 386 | -msgstr "" | 390 | +msgstr "Actions" |
| 387 | 391 | ||
| 388 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 392 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 389 | #, fuzzy | 393 | #, fuzzy |
plugins/custom_forms/po/hy/custom_forms.po
| @@ -5,17 +5,18 @@ | @@ -5,17 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: hy\n" | 14 | "Language: hy\n" |
| 14 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 15 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 16 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 | 21 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 21 | msgid "Invalid string format of access." | 22 | msgid "Invalid string format of access." |
| @@ -197,7 +198,7 @@ msgstr "Նոր թղթապանակ" | @@ -197,7 +198,7 @@ msgstr "Նոր թղթապանակ" | ||
| 197 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 198 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 198 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 199 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 199 | msgid "Name" | 200 | msgid "Name" |
| 200 | -msgstr "" | 201 | +msgstr "Անվանում" |
| 201 | 202 | ||
| 202 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 203 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 203 | msgid "Value" | 204 | msgid "Value" |
| @@ -208,6 +209,10 @@ msgstr "" | @@ -208,6 +209,10 @@ msgstr "" | ||
| 208 | msgid "Add a new option" | 209 | msgid "Add a new option" |
| 209 | msgstr "Մեկ ձեռնարկություն" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 216 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 212 | #, fuzzy | 217 | #, fuzzy |
| 213 | msgid "Remove alternative" | 218 | msgid "Remove alternative" |
| @@ -375,7 +380,7 @@ msgstr "Թույլտվություններ" | @@ -375,7 +380,7 @@ msgstr "Թույլտվություններ" | ||
| 375 | 380 | ||
| 376 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 381 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 377 | msgid "Actions" | 382 | msgid "Actions" |
| 378 | -msgstr "" | 383 | +msgstr "Գործողություններ" |
| 379 | 384 | ||
| 380 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 385 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 381 | #, fuzzy | 386 | #, fuzzy |
plugins/custom_forms/po/pt/custom_forms.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 | 27 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 28 | msgid "Invalid string format of access." | 28 | msgid "Invalid string format of access." |
| @@ -185,7 +185,7 @@ msgstr "Novo formulário" | @@ -185,7 +185,7 @@ msgstr "Novo formulário" | ||
| 185 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 185 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 186 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 186 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 187 | msgid "Name" | 187 | msgid "Name" |
| 188 | -msgstr "" | 188 | +msgstr "Nome" |
| 189 | 189 | ||
| 190 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 190 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 191 | msgid "Value" | 191 | msgid "Value" |
| @@ -195,6 +195,10 @@ msgstr "Valor" | @@ -195,6 +195,10 @@ msgstr "Valor" | ||
| 195 | msgid "Add a new option" | 195 | msgid "Add a new option" |
| 196 | msgstr "Adicionar uma nova opção" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 202 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 199 | msgid "Remove alternative" | 203 | msgid "Remove alternative" |
| 200 | msgstr "Remover alternativa" | 204 | msgstr "Remover alternativa" |
| @@ -340,7 +344,7 @@ msgstr "Submissões" | @@ -340,7 +344,7 @@ msgstr "Submissões" | ||
| 340 | 344 | ||
| 341 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 345 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 342 | msgid "Actions" | 346 | msgid "Actions" |
| 343 | -msgstr "" | 347 | +msgstr "Ações" |
| 344 | 348 | ||
| 345 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 349 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 346 | msgid "Pending" | 350 | msgid "Pending" |
plugins/custom_forms/po/ru/custom_forms.po
| @@ -5,19 +5,19 @@ | @@ -5,19 +5,19 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: ru\n" | 14 | "Language: ru\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 | 22 | #: plugins/custom_forms/lib/custom_forms_plugin/form.rb:67 |
| 23 | msgid "Invalid string format of access." | 23 | msgid "Invalid string format of access." |
| @@ -200,7 +200,7 @@ msgstr "Новая папка" | @@ -200,7 +200,7 @@ msgstr "Новая папка" | ||
| 200 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 | 200 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:5 |
| 201 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 | 201 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:6 |
| 202 | msgid "Name" | 202 | msgid "Name" |
| 203 | -msgstr "" | 203 | +msgstr "Имя" |
| 204 | 204 | ||
| 205 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 | 205 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb:6 |
| 206 | msgid "Value" | 206 | msgid "Value" |
| @@ -211,6 +211,10 @@ msgstr "" | @@ -211,6 +211,10 @@ msgstr "" | ||
| 211 | msgid "Add a new option" | 211 | msgid "Add a new option" |
| 212 | msgstr "Одна компания" | 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 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 | 218 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_alternative.html.erb:10 |
| 215 | #, fuzzy | 219 | #, fuzzy |
| 216 | msgid "Remove alternative" | 220 | msgid "Remove alternative" |
| @@ -379,7 +383,7 @@ msgstr "Разрешения" | @@ -379,7 +383,7 @@ msgstr "Разрешения" | ||
| 379 | 383 | ||
| 380 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 | 384 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:10 |
| 381 | msgid "Actions" | 385 | msgid "Actions" |
| 382 | -msgstr "" | 386 | +msgstr "Действия" |
| 383 | 387 | ||
| 384 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 | 388 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:20 |
| 385 | msgid "Pending" | 389 | msgid "Pending" |
plugins/display_content/po/de/display_content.po
| @@ -6,18 +6,18 @@ | @@ -6,18 +6,18 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: de\n" | 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/display_content/lib/display_content_plugin.rb:10 | 22 | #: plugins/display_content/lib/display_content_plugin.rb:10 |
| 23 | msgid "" | 23 | msgid "" |
| @@ -49,17 +49,16 @@ msgid "Abstract" | @@ -49,17 +49,16 @@ msgid "Abstract" | ||
| 49 | msgstr "Zusammenfassung" | 49 | msgstr "Zusammenfassung" |
| 50 | 50 | ||
| 51 | #: plugins/display_content/lib/display_content_block.rb:151 | 51 | #: plugins/display_content/lib/display_content_block.rb:151 |
| 52 | -#, fuzzy | ||
| 53 | msgid "Read more" | 52 | msgid "Read more" |
| 54 | -msgstr "Mehr zeigen" | 53 | +msgstr "Mehr lesen" |
| 55 | 54 | ||
| 56 | #: plugins/display_content/lib/display_content_block.rb:194 | 55 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 57 | msgid "%{month}/%{day}/%{year}" | 56 | msgid "%{month}/%{day}/%{year}" |
| 58 | -msgstr "" | 57 | +msgstr "%{day}.%{month}.%{year}" |
| 59 | 58 | ||
| 60 | #: plugins/display_content/lib/display_content_block.rb:194 | 59 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 61 | msgid "%{month}/%{day}" | 60 | msgid "%{month}/%{day}" |
| 62 | -msgstr "" | 61 | +msgstr "%{day}.%{month}." |
| 63 | 62 | ||
| 64 | #: plugins/display_content/lib/display_content_block.rb:197 | 63 | #: plugins/display_content/lib/display_content_block.rb:197 |
| 65 | msgid "%{month_name} %{day}, %{year}" | 64 | msgid "%{month_name} %{day}, %{year}" |
plugins/display_content/po/es/display_content.po
| @@ -5,18 +5,18 @@ | @@ -5,18 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/display_content/lib/display_content_plugin.rb:10 | 21 | #: plugins/display_content/lib/display_content_plugin.rb:10 |
| 22 | msgid "" | 22 | msgid "" |
| @@ -54,15 +54,15 @@ msgstr "Ver más" | @@ -54,15 +54,15 @@ msgstr "Ver más" | ||
| 54 | 54 | ||
| 55 | #: plugins/display_content/lib/display_content_block.rb:194 | 55 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 56 | msgid "%{month}/%{day}/%{year}" | 56 | msgid "%{month}/%{day}/%{year}" |
| 57 | -msgstr "" | 57 | +msgstr "%{day} de %{month} %{year}" |
| 58 | 58 | ||
| 59 | #: plugins/display_content/lib/display_content_block.rb:194 | 59 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 60 | msgid "%{month}/%{day}" | 60 | msgid "%{month}/%{day}" |
| 61 | -msgstr "" | 61 | +msgstr "%{day}/%{month}" |
| 62 | 62 | ||
| 63 | #: plugins/display_content/lib/display_content_block.rb:197 | 63 | #: plugins/display_content/lib/display_content_block.rb:197 |
| 64 | msgid "%{month_name} %{day}, %{year}" | 64 | msgid "%{month_name} %{day}, %{year}" |
| 65 | -msgstr "" | 65 | +msgstr "%{day} de %{month_name} de %{year}" |
| 66 | 66 | ||
| 67 | #: plugins/display_content/lib/display_content_block.rb:197 | 67 | #: plugins/display_content/lib/display_content_block.rb:197 |
| 68 | msgid "%{month_name} %{day}" | 68 | msgid "%{month_name} %{day}" |
plugins/display_content/po/fr/display_content.po
| @@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" | 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/display_content/po/hy/display_content.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
| 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
plugins/display_content/po/pt/display_content.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/display_content/lib/display_content_plugin.rb:10 | 27 | #: plugins/display_content/lib/display_content_plugin.rb:10 |
| 28 | msgid "" | 28 | msgid "" |
| @@ -53,25 +53,24 @@ msgid "Abstract" | @@ -53,25 +53,24 @@ msgid "Abstract" | ||
| 53 | msgstr "Resumo" | 53 | msgstr "Resumo" |
| 54 | 54 | ||
| 55 | #: plugins/display_content/lib/display_content_block.rb:151 | 55 | #: plugins/display_content/lib/display_content_block.rb:151 |
| 56 | -#, fuzzy | ||
| 57 | msgid "Read more" | 56 | msgid "Read more" |
| 58 | -msgstr "mais" | 57 | +msgstr "Leia mais" |
| 59 | 58 | ||
| 60 | #: plugins/display_content/lib/display_content_block.rb:194 | 59 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 61 | msgid "%{month}/%{day}/%{year}" | 60 | msgid "%{month}/%{day}/%{year}" |
| 62 | -msgstr "" | 61 | +msgstr "%{day}/%{month}/%{year}" |
| 63 | 62 | ||
| 64 | #: plugins/display_content/lib/display_content_block.rb:194 | 63 | #: plugins/display_content/lib/display_content_block.rb:194 |
| 65 | msgid "%{month}/%{day}" | 64 | msgid "%{month}/%{day}" |
| 66 | -msgstr "" | 65 | +msgstr "%{day}/%{month}" |
| 67 | 66 | ||
| 68 | #: plugins/display_content/lib/display_content_block.rb:197 | 67 | #: plugins/display_content/lib/display_content_block.rb:197 |
| 69 | msgid "%{month_name} %{day}, %{year}" | 68 | msgid "%{month_name} %{day}, %{year}" |
| 70 | -msgstr "" | 69 | +msgstr "%{day} de %{month_name} de %{year}" |
| 71 | 70 | ||
| 72 | #: plugins/display_content/lib/display_content_block.rb:197 | 71 | #: plugins/display_content/lib/display_content_block.rb:197 |
| 73 | msgid "%{month_name} %{day}" | 72 | msgid "%{month_name} %{day}" |
| 74 | -msgstr "" | 73 | +msgstr "%{day} de %{month_name}" |
| 75 | 74 | ||
| 76 | #: plugins/display_content/views/box_organizer/_display_content_block.html.erb:5 | 75 | #: plugins/display_content/views/box_organizer/_display_content_block.html.erb:5 |
| 77 | msgid "Choose which attributes should be displayed and drag to reorder them:" | 76 | msgid "Choose which attributes should be displayed and drag to reorder them:" |
plugins/event/po/pt/event.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2015-01-30 00:18-0000\n" | 10 | "PO-Revision-Date: 2015-01-30 00:18-0000\n" |
| 11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| @@ -24,31 +24,33 @@ msgstr "Eventos" | @@ -24,31 +24,33 @@ msgstr "Eventos" | ||
| 24 | msgid "Show the profile events or all environment events." | 24 | msgid "Show the profile events or all environment events." |
| 25 | msgstr "Mostrar todos os eventos." | 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 | msgstr[0] "Iniciou a um mês atrás." | 31 | msgstr[0] "Iniciou a um mês atrás." |
| 31 | msgstr[1] "Iniciou a %d meses atrás." | 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 | msgstr[0] "Um mês para iniciar" | 54 | msgstr[0] "Um mês para iniciar" |
| 53 | msgstr[1] "% meses para iniciar" | 55 | msgstr[1] "% meses para iniciar" |
| 54 | 56 | ||
| @@ -63,43 +65,57 @@ msgstr "" | @@ -63,43 +65,57 @@ msgstr "" | ||
| 63 | "Adiciona um novo bloco para apresentar as informações de eventos do ambiente " | 65 | "Adiciona um novo bloco para apresentar as informações de eventos do ambiente " |
| 64 | "ou de perfis" | 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 | #: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:1 | 74 | #: plugins/event/views/profile_design/event_plugin/_event_block.html.erb:1 |
| 67 | msgid "Limit of items" | 75 | msgid "Limit of items" |
| 68 | msgstr "Limite de itens" | 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 | msgid "Show all environment events" | 79 | msgid "Show all environment events" |
| 72 | msgstr "Apresentar todos os eventos do ambiente" | 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 | msgid "(Don't check to show only your events)" | 83 | msgid "(Don't check to show only your events)" |
| 76 | msgstr "(Não marque para apresentar somente seus eventos)" | 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 | msgid "(Don't check to show only %s events)" | 88 | msgid "(Don't check to show only %s events)" |
| 80 | msgstr "(Não marque para apresentar somente os eventos de %s)" | 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 | msgid "Limit of days to display" | 96 | msgid "Limit of days to display" |
| 88 | msgstr "Limite de dias de distância para mostrar eventos" | 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 | msgstr "Mostar somente eventos que acontecem dentro do limite de dias" | 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 | #~ msgid "1 day" | 120 | #~ msgid "1 day" |
| 105 | #~ msgid_plural "%s days" | 121 | #~ msgid_plural "%s days" |
plugins/foo/po/de/foo.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/foo/po/es/foo.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/foo/po/pt/foo.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/google_analytics/po/de/google_analytics.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/google_analytics/po/es/google_analytics.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/google_analytics/po/pt/google_analytics.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/google_cse/po/de/google_cse.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/google_cse/po/es/google_cse.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/google_cse/po/pt/google_cse.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/html5_video/po/pt/html5_video.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/lattes_curriculum/po/pt/lattes_curriculum.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/lattes_curriculum/lib/html_parser.rb:19 | 27 | #: plugins/lattes_curriculum/lib/html_parser.rb:19 |
| 28 | msgid "Lattes not found. Please, make sure the informed URL is correct." | 28 | msgid "Lattes not found. Please, make sure the informed URL is correct." |
| @@ -47,7 +47,7 @@ msgstr "Lattes" | @@ -47,7 +47,7 @@ msgstr "Lattes" | ||
| 47 | #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:73 | 47 | #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:73 |
| 48 | #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:106 | 48 | #: plugins/lattes_curriculum/lib/lattes_curriculum_plugin.rb:106 |
| 49 | msgid " Invalid lattes url" | 49 | msgid " Invalid lattes url" |
| 50 | -msgstr "URL do Lattes inválida" | 50 | +msgstr " URL do Lattes inválida" |
| 51 | 51 | ||
| 52 | #: plugins/lattes_curriculum/lib/academic_info.rb:10 | 52 | #: plugins/lattes_curriculum/lib/academic_info.rb:10 |
| 53 | msgid " is invalid." | 53 | msgid " is invalid." |
plugins/ldap/po/de/ldap.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/ldap/po/pt/ldap.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 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,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/people_block/po/de/people_block.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
| @@ -75,3 +75,11 @@ msgstr "" | @@ -75,3 +75,11 @@ msgstr "" | ||
| 75 | #: plugins/people_block/views/blocks/friends.html.erb:1 | 75 | #: plugins/people_block/views/blocks/friends.html.erb:1 |
| 76 | msgid "friends|View all" | 76 | msgid "friends|View all" |
| 77 | msgstr "friends|Zeige alle" | 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,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
| @@ -74,3 +74,11 @@ msgstr "" | @@ -74,3 +74,11 @@ msgstr "" | ||
| 74 | #: plugins/people_block/views/blocks/friends.html.erb:1 | 74 | #: plugins/people_block/views/blocks/friends.html.erb:1 |
| 75 | msgid "friends|View all" | 75 | msgid "friends|View all" |
| 76 | msgstr "Ver todos" | 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,9 +4,9 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" | 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" |
| @@ -77,3 +77,11 @@ msgstr "" | @@ -77,3 +77,11 @@ msgstr "" | ||
| 77 | #, fuzzy | 77 | #, fuzzy |
| 78 | msgid "friends|View all" | 78 | msgid "friends|View all" |
| 79 | msgstr "Voir tout" | 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,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
| 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| @@ -76,3 +76,11 @@ msgstr "" | @@ -76,3 +76,11 @@ msgstr "" | ||
| 76 | #, fuzzy | 76 | #, fuzzy |
| 77 | msgid "friends|View all" | 77 | msgid "friends|View all" |
| 78 | msgstr "Տեսնել բոլորին" | 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,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
| @@ -74,3 +74,11 @@ msgstr "Filtrar por papel:" | @@ -74,3 +74,11 @@ msgstr "Filtrar por papel:" | ||
| 74 | #: plugins/people_block/views/blocks/friends.html.erb:1 | 74 | #: plugins/people_block/views/blocks/friends.html.erb:1 |
| 75 | msgid "friends|View all" | 75 | msgid "friends|View all" |
| 76 | msgstr "Ver todos" | 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,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" |
| @@ -75,3 +75,11 @@ msgstr "" | @@ -75,3 +75,11 @@ msgstr "" | ||
| 75 | #: plugins/people_block/views/blocks/friends.html.erb:1 | 75 | #: plugins/people_block/views/blocks/friends.html.erb:1 |
| 76 | msgid "friends|View all" | 76 | msgid "friends|View all" |
| 77 | msgstr "друзья|Просмотреть все" | 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/people_block/test/functional/people_block_plugin_profile_controller_test.rb
| 1 | -require File.dirname(__FILE__) + '/../test_helper' | ||
| 2 | -require File.dirname(__FILE__) + '/../../controllers/people_block_plugin_profile_controller' | 1 | +require_relative '../test_helper' |
| 2 | +require_relative '../../controllers/people_block_plugin_profile_controller' | ||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | # Re-raise errors caught by the controller. | 5 | # Re-raise errors caught by the controller. |
plugins/people_block/test/unit/friends_block_test.rb
plugins/pg_search/po/pt/pg_search.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/piwik/po/pt/piwik.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/recent_content/po/pt/recent_content.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/recent_content/lib/recent_content_plugin.rb:10 | 27 | #: plugins/recent_content/lib/recent_content_plugin.rb:10 |
| 28 | msgid "" | 28 | msgid "" |
| @@ -78,7 +78,7 @@ msgstr "Mostrar imagem de capa do blog" | @@ -78,7 +78,7 @@ msgstr "Mostrar imagem de capa do blog" | ||
| 78 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:26 | 78 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:26 |
| 79 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:35 | 79 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:35 |
| 80 | msgid "Read more" | 80 | msgid "Read more" |
| 81 | -msgstr "" | 81 | +msgstr "Leia mais" |
| 82 | 82 | ||
| 83 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:39 | 83 | #: plugins/recent_content/views/blocks/recent_content_block.html.erb:39 |
| 84 | msgid "View All" | 84 | msgid "View All" |
plugins/relevant_content/po/pt/relevant_content.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/remote_user/po/pt/remote_user.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 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,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 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,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 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,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/send_email/po/de/send_email.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/send_email/po/es/send_email.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/send_email/po/pt/send_email.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/shopping_cart/po/de/shopping_cart.po
| @@ -6,18 +6,18 @@ | @@ -6,18 +6,18 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: de\n" | 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 | 22 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 23 | msgid "A shopping basket feature for enterprises" | 23 | msgid "A shopping basket feature for enterprises" |
| @@ -137,7 +137,7 @@ msgstr "Optionen konnte nicht erfolgreich aktualisiert werden." | @@ -137,7 +137,7 @@ msgstr "Optionen konnte nicht erfolgreich aktualisiert werden." | ||
| 137 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 137 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 138 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 138 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 139 | msgid "Name" | 139 | msgid "Name" |
| 140 | -msgstr "" | 140 | +msgstr "Name" |
| 141 | 141 | ||
| 142 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 142 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 143 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 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,18 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/shopping_cart/lib/shopping_cart_plugin.rb:9 | 21 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 22 | msgid "A shopping basket feature for enterprises" | 22 | msgid "A shopping basket feature for enterprises" |
| @@ -136,7 +136,7 @@ msgstr "La opción no fue actualizada satisfactoriamente." | @@ -136,7 +136,7 @@ msgstr "La opción no fue actualizada satisfactoriamente." | ||
| 136 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 136 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 137 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 137 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 138 | msgid "Name" | 138 | msgid "Name" |
| 139 | -msgstr "" | 139 | +msgstr "Nombre" |
| 140 | 140 | ||
| 141 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 141 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 142 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 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,19 +4,19 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: fr\n" | 14 | "Language: fr\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n > 1;\n" | 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 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 | 21 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 22 | #, fuzzy | 22 | #, fuzzy |
| @@ -153,7 +153,7 @@ msgstr "Fonctionnalités mises à jour avec succès." | @@ -153,7 +153,7 @@ msgstr "Fonctionnalités mises à jour avec succès." | ||
| 153 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 153 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 154 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 154 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 155 | msgid "Name" | 155 | msgid "Name" |
| 156 | -msgstr "" | 156 | +msgstr "Nom" |
| 157 | 157 | ||
| 158 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 158 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 159 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 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,17 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: hy\n" | 14 | "Language: hy\n" |
| 14 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 15 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 16 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 | 21 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 21 | #, fuzzy | 22 | #, fuzzy |
| @@ -149,7 +150,7 @@ msgstr "Առանձնահատկությունները հաջողությամբ թ | @@ -149,7 +150,7 @@ msgstr "Առանձնահատկությունները հաջողությամբ թ | ||
| 149 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 150 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 150 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 151 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 151 | msgid "Name" | 152 | msgid "Name" |
| 152 | -msgstr "" | 153 | +msgstr "Անվանում" |
| 153 | 154 | ||
| 154 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 155 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 155 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 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,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 | 27 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 28 | msgid "A shopping basket feature for enterprises" | 28 | msgid "A shopping basket feature for enterprises" |
| @@ -138,7 +138,7 @@ msgstr "Opção não foi atualizada com sucesso." | @@ -138,7 +138,7 @@ msgstr "Opção não foi atualizada com sucesso." | ||
| 138 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 138 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 139 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 139 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 140 | msgid "Name" | 140 | msgid "Name" |
| 141 | -msgstr "" | 141 | +msgstr "Nome" |
| 142 | 142 | ||
| 143 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 143 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 144 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 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,19 +5,19 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: ru\n" | 14 | "Language: ru\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 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 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 | 22 | #: plugins/shopping_cart/lib/shopping_cart_plugin.rb:9 |
| 23 | #, fuzzy | 23 | #, fuzzy |
| @@ -154,7 +154,7 @@ msgstr "Возможности успешно обновлены" | @@ -154,7 +154,7 @@ msgstr "Возможности успешно обновлены" | ||
| 154 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 | 154 | #: plugins/shopping_cart/views/shopping_cart_plugin_myprofile/_orders_list.html.erb:35 |
| 155 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 | 155 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:5 |
| 156 | msgid "Name" | 156 | msgid "Name" |
| 157 | -msgstr "" | 157 | +msgstr "Имя" |
| 158 | 158 | ||
| 159 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 | 159 | #: plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb:10 |
| 160 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 | 160 | #: plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb:13 |
plugins/solr/po/de/solr.po
| @@ -6,18 +6,18 @@ | @@ -6,18 +6,18 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: de\n" | 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/solr/lib/solr_plugin.rb:14 | 22 | #: plugins/solr/lib/solr_plugin.rb:14 |
| 23 | msgid "Uses Solr as search engine." | 23 | msgid "Uses Solr as search engine." |
| @@ -83,7 +83,7 @@ msgstr "Relevanz" | @@ -83,7 +83,7 @@ msgstr "Relevanz" | ||
| 83 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 | 83 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 |
| 84 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 | 84 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 |
| 85 | msgid "Name" | 85 | msgid "Name" |
| 86 | -msgstr "" | 86 | +msgstr "Name" |
| 87 | 87 | ||
| 88 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 | 88 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 |
| 89 | msgid "Closest to me" | 89 | msgid "Closest to me" |
plugins/solr/po/es/solr.po
| @@ -5,18 +5,18 @@ | @@ -5,18 +5,18 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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/solr/lib/solr_plugin.rb:14 | 21 | #: plugins/solr/lib/solr_plugin.rb:14 |
| 22 | msgid "Uses Solr as search engine." | 22 | msgid "Uses Solr as search engine." |
| @@ -85,7 +85,7 @@ msgstr "Relevante" | @@ -85,7 +85,7 @@ msgstr "Relevante" | ||
| 85 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 | 85 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 |
| 86 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 | 86 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 |
| 87 | msgid "Name" | 87 | msgid "Name" |
| 88 | -msgstr "" | 88 | +msgstr "Nombre" |
| 89 | 89 | ||
| 90 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 | 90 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 |
| 91 | msgid "Closest to me" | 91 | msgid "Closest to me" |
plugins/solr/po/pt/solr.po
| @@ -11,18 +11,18 @@ | @@ -11,18 +11,18 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "Language: pt\n" | 20 | "Language: pt\n" |
| 21 | "MIME-Version: 1.0\n" | 21 | "MIME-Version: 1.0\n" |
| 22 | "Content-Type: text/plain; charset=UTF-8\n" | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
| 23 | "Content-Transfer-Encoding: 8bit\n" | 23 | "Content-Transfer-Encoding: 8bit\n" |
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | #: plugins/solr/lib/solr_plugin.rb:14 | 27 | #: plugins/solr/lib/solr_plugin.rb:14 |
| 28 | msgid "Uses Solr as search engine." | 28 | msgid "Uses Solr as search engine." |
| @@ -88,7 +88,7 @@ msgstr "Relevância" | @@ -88,7 +88,7 @@ msgstr "Relevância" | ||
| 88 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 | 88 | #: plugins/solr/lib/solr_plugin/search_helper.rb:30 |
| 89 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 | 89 | #: plugins/solr/lib/solr_plugin/search_helper.rb:33 |
| 90 | msgid "Name" | 90 | msgid "Name" |
| 91 | -msgstr "" | 91 | +msgstr "Nome" |
| 92 | 92 | ||
| 93 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 | 93 | #: plugins/solr/lib/solr_plugin/search_helper.rb:15 |
| 94 | msgid "Closest to me" | 94 | msgid "Closest to me" |
plugins/spaminator/po/de/spaminator.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
plugins/spaminator/po/es/spaminator.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" | 10 | "PO-Revision-Date: 2014-11-03 15:52+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" |
plugins/spaminator/po/pt/spaminator.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
plugins/statistics/po/de/statistics.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
| @@ -19,11 +19,11 @@ msgstr "" | @@ -19,11 +19,11 @@ msgstr "" | ||
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 20 | "X-Generator: Weblate 2.2-dev\n" | 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 | msgid "Statistics for %s" | 23 | msgid "Statistics for %s" |
| 24 | msgstr "Statistik für %s" | 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 | #, fuzzy | 27 | #, fuzzy |
| 28 | msgid "This block presents some statistics about your context." | 28 | msgid "This block presents some statistics about your context." |
| 29 | msgstr "Dieser Block stellt einige Statistiken über Ihre Umgebung dar." | 29 | msgstr "Dieser Block stellt einige Statistiken über Ihre Umgebung dar." |
| @@ -50,25 +50,30 @@ msgstr "%s Unternehmen gefunden" | @@ -50,25 +50,30 @@ msgstr "%s Unternehmen gefunden" | ||
| 50 | 50 | ||
| 51 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 51 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 |
| 52 | #, fuzzy | 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 | msgid "Show category counter" | 58 | msgid "Show category counter" |
| 54 | msgstr "Neue Kategorie" | 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 | #, fuzzy | 62 | #, fuzzy |
| 58 | msgid "Show tag counter" | 63 | msgid "Show tag counter" |
| 59 | msgstr "Neue Inhalte" | 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 | #, fuzzy | 67 | #, fuzzy |
| 63 | msgid "Show comment counter" | 68 | msgid "Show comment counter" |
| 64 | msgstr "Anzahl der Kommentare" | 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 | #, fuzzy | 72 | #, fuzzy |
| 68 | msgid "Show hit counter" | 73 | msgid "Show hit counter" |
| 69 | msgstr "Neue Inhalte" | 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 | msgid "Show counter for communities with template %s" | 77 | msgid "Show counter for communities with template %s" |
| 73 | msgstr "" | 78 | msgstr "" |
| 74 | 79 | ||
| @@ -83,14 +88,18 @@ msgid "enterprises" | @@ -83,14 +88,18 @@ msgid "enterprises" | ||
| 83 | msgstr "Unternehmen" | 88 | msgstr "Unternehmen" |
| 84 | 89 | ||
| 85 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | msgid "communities" | 95 | msgid "communities" |
| 87 | msgstr "Communities" | 96 | msgstr "Communities" |
| 88 | 97 | ||
| 89 | -#: plugins/statistics/views/statistics_block.html.erb:16 | 98 | +#: plugins/statistics/views/statistics_block.html.erb:19 |
| 90 | #, fuzzy | 99 | #, fuzzy |
| 91 | msgid "categories" | 100 | msgid "categories" |
| 92 | msgstr "Kategorien" | 101 | msgstr "Kategorien" |
| 93 | 102 | ||
| 94 | -#: plugins/statistics/views/statistics_block.html.erb:25 | 103 | +#: plugins/statistics/views/statistics_block.html.erb:28 |
| 95 | msgid "hits" | 104 | msgid "hits" |
| 96 | msgstr "" | 105 | msgstr "" |
plugins/statistics/po/es/statistics.po
| @@ -5,25 +5,24 @@ | @@ -5,25 +5,24 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "Language: es\n" | 14 | "Language: es\n" |
| 15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 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 | msgid "Statistics for %s" | 22 | msgid "Statistics for %s" |
| 23 | msgstr "Estadísticas para %s" | 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 | msgid "This block presents some statistics about your context." | 26 | msgid "This block presents some statistics about your context." |
| 28 | msgstr "Este bloque presenta algunas estadísticas sobre su entorno." | 27 | msgstr "Este bloque presenta algunas estadísticas sobre su entorno." |
| 29 | 28 | ||
| @@ -31,66 +30,67 @@ msgstr "Este bloque presenta algunas estadísticas sobre su entorno." | @@ -31,66 +30,67 @@ msgstr "Este bloque presenta algunas estadísticas sobre su entorno." | ||
| 31 | msgid "" | 30 | msgid "" |
| 32 | "A plugin that adds a block where you can see statistics of it's context." | 31 | "A plugin that adds a block where you can see statistics of it's context." |
| 33 | msgstr "" | 32 | msgstr "" |
| 33 | +"Un plugin que añade un bloque donde puedes ver las estadísticas de su " | ||
| 34 | +"contexto." | ||
| 34 | 35 | ||
| 35 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:1 | 36 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:1 |
| 36 | -#, fuzzy | ||
| 37 | msgid "Show user counter" | 37 | msgid "Show user counter" |
| 38 | -msgstr "Ubicación:" | 38 | +msgstr "Mostrar contador de usuarios" |
| 39 | 39 | ||
| 40 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:4 | 40 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:4 |
| 41 | -#, fuzzy | ||
| 42 | msgid "Show community counter" | 41 | msgid "Show community counter" |
| 43 | -msgstr "en la comunidad %s" | 42 | +msgstr "Mostrar contador de la comunidad" |
| 44 | 43 | ||
| 45 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:8 | 44 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:8 |
| 46 | -#, fuzzy | ||
| 47 | msgid "Show enterprise counter" | 45 | msgid "Show enterprise counter" |
| 48 | -msgstr "%s empresas encontradas" | 46 | +msgstr "Mostrar contador empresarial" |
| 49 | 47 | ||
| 50 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 48 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 |
| 51 | #, fuzzy | 49 | #, fuzzy |
| 52 | -msgid "Show category counter" | ||
| 53 | -msgstr "Nueva categoría" | 50 | +msgid "Show product counter" |
| 51 | +msgstr "Nuevo contenido" | ||
| 54 | 52 | ||
| 55 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16 | 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 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:20 | 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 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:24 | 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 | msgid "Show hit counter" | 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 | msgid "Show counter for communities with template %s" | 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 | #: plugins/statistics/views/statistics_block.html.erb:7 | 73 | #: plugins/statistics/views/statistics_block.html.erb:7 |
| 75 | -#, fuzzy | ||
| 76 | msgid "users" | 74 | msgid "users" |
| 77 | -msgstr "usuario" | 75 | +msgstr "usuarios" |
| 78 | 76 | ||
| 79 | #: plugins/statistics/views/statistics_block.html.erb:10 | 77 | #: plugins/statistics/views/statistics_block.html.erb:10 |
| 80 | -#, fuzzy | ||
| 81 | msgid "enterprises" | 78 | msgid "enterprises" |
| 82 | -msgstr "Empresa" | 79 | +msgstr "empresas" |
| 83 | 80 | ||
| 84 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | #: plugins/statistics/views/statistics_block.html.erb:16 | 85 | #: plugins/statistics/views/statistics_block.html.erb:16 |
| 90 | #, fuzzy | 86 | #, fuzzy |
| 87 | +msgid "communities" | ||
| 88 | +msgstr "comunidades" | ||
| 89 | + | ||
| 90 | +#: plugins/statistics/views/statistics_block.html.erb:19 | ||
| 91 | msgid "categories" | 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 | msgid "hits" | 95 | msgid "hits" |
| 96 | -msgstr "" | 96 | +msgstr "aciertos" |
plugins/statistics/po/fr/statistics.po
| @@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
| 4 | # , 2009. | 4 | # , 2009. |
| 5 | msgid "" | 5 | msgid "" |
| 6 | msgstr "" | 6 | msgstr "" |
| 7 | -"Project-Id-Version: 1.0\n" | 7 | +"Project-Id-Version: 1.0-690-gcb6e853\n" |
| 8 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:22+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" | 12 | "Language-Team: French <https://hosted.weblate.org/projects/noosfero/noosfero/" |
| @@ -18,11 +18,11 @@ msgstr "" | @@ -18,11 +18,11 @@ msgstr "" | ||
| 18 | "Plural-Forms: nplurals=2; plural=n > 1;\n" | 18 | "Plural-Forms: nplurals=2; plural=n > 1;\n" |
| 19 | "X-Generator: Weblate 2.2-dev\n" | 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 | msgid "Statistics for %s" | 22 | msgid "Statistics for %s" |
| 23 | msgstr "Statistiques pour %s" | 23 | msgstr "Statistiques pour %s" |
| 24 | 24 | ||
| 25 | -#: plugins/statistics/lib/statistics_block.rb:45 | 25 | +#: plugins/statistics/lib/statistics_block.rb:46 |
| 26 | #, fuzzy | 26 | #, fuzzy |
| 27 | msgid "This block presents some statistics about your context." | 27 | msgid "This block presents some statistics about your context." |
| 28 | msgstr "Ce bloc présente quelques statistiques sur votre environnement." | 28 | msgstr "Ce bloc présente quelques statistiques sur votre environnement." |
| @@ -49,25 +49,30 @@ msgstr "Les entreprises de <b>%s</b>" | @@ -49,25 +49,30 @@ msgstr "Les entreprises de <b>%s</b>" | ||
| 49 | 49 | ||
| 50 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 50 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 |
| 51 | #, fuzzy | 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 | msgid "Show category counter" | 57 | msgid "Show category counter" |
| 53 | msgstr "Nouvelle catégorie" | 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 | #, fuzzy | 61 | #, fuzzy |
| 57 | msgid "Show tag counter" | 62 | msgid "Show tag counter" |
| 58 | msgstr "Tout le contenu" | 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 | #, fuzzy | 66 | #, fuzzy |
| 62 | msgid "Show comment counter" | 67 | msgid "Show comment counter" |
| 63 | msgstr "Nombre de commentaires" | 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 | #, fuzzy | 71 | #, fuzzy |
| 67 | msgid "Show hit counter" | 72 | msgid "Show hit counter" |
| 68 | msgstr "Tout le contenu" | 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 | msgid "Show counter for communities with template %s" | 76 | msgid "Show counter for communities with template %s" |
| 72 | msgstr "" | 77 | msgstr "" |
| 73 | 78 | ||
| @@ -82,14 +87,18 @@ msgid "enterprises" | @@ -82,14 +87,18 @@ msgid "enterprises" | ||
| 82 | msgstr "entreprises" | 87 | msgstr "entreprises" |
| 83 | 88 | ||
| 84 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | msgid "communities" | 94 | msgid "communities" |
| 86 | msgstr "groupes" | 95 | msgstr "groupes" |
| 87 | 96 | ||
| 88 | -#: plugins/statistics/views/statistics_block.html.erb:16 | 97 | +#: plugins/statistics/views/statistics_block.html.erb:19 |
| 89 | #, fuzzy | 98 | #, fuzzy |
| 90 | msgid "categories" | 99 | msgid "categories" |
| 91 | msgstr "Catégories" | 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 | msgid "hits" | 103 | msgid "hits" |
| 95 | msgstr "" | 104 | msgstr "" |
plugins/statistics/po/hy/statistics.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
| 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| @@ -17,11 +17,11 @@ msgstr "" | @@ -17,11 +17,11 @@ msgstr "" | ||
| 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
| 18 | "X-Generator: Pootle 1.1.0\n" | 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 | msgid "Statistics for %s" | 21 | msgid "Statistics for %s" |
| 22 | msgstr "Վիճակագրություն" | 22 | msgstr "Վիճակագրություն" |
| 23 | 23 | ||
| 24 | -#: plugins/statistics/lib/statistics_block.rb:45 | 24 | +#: plugins/statistics/lib/statistics_block.rb:46 |
| 25 | #, fuzzy | 25 | #, fuzzy |
| 26 | msgid "This block presents some statistics about your context." | 26 | msgid "This block presents some statistics about your context." |
| 27 | msgstr "Ձեր նախընտրած ձեռնարկությունները ցուցադրող բաժին" | 27 | msgstr "Ձեր նախընտրած ձեռնարկությունները ցուցադրող բաժին" |
| @@ -48,25 +48,30 @@ msgstr "%s-ի բոլոր ձեռնարկությունները" | @@ -48,25 +48,30 @@ msgstr "%s-ի բոլոր ձեռնարկությունները" | ||
| 48 | 48 | ||
| 49 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 49 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 |
| 50 | #, fuzzy | 50 | #, fuzzy |
| 51 | +msgid "Show product counter" | ||
| 52 | +msgstr "Ամբողջ բովանդակությունը" | ||
| 53 | + | ||
| 54 | +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16 | ||
| 55 | +#, fuzzy | ||
| 51 | msgid "Show category counter" | 56 | msgid "Show category counter" |
| 52 | msgstr "Նոր կատեգորիա" | 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 | #, fuzzy | 60 | #, fuzzy |
| 56 | msgid "Show tag counter" | 61 | msgid "Show tag counter" |
| 57 | msgstr "Ամբողջ բովանդակությունը" | 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 | #, fuzzy | 65 | #, fuzzy |
| 61 | msgid "Show comment counter" | 66 | msgid "Show comment counter" |
| 62 | msgstr "Մեկնաբանությունների հաշվարկում" | 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 | #, fuzzy | 70 | #, fuzzy |
| 66 | msgid "Show hit counter" | 71 | msgid "Show hit counter" |
| 67 | msgstr "Ամբողջ բովանդակությունը" | 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 | msgid "Show counter for communities with template %s" | 75 | msgid "Show counter for communities with template %s" |
| 71 | msgstr "" | 76 | msgstr "" |
| 72 | 77 | ||
| @@ -81,15 +86,19 @@ msgid "enterprises" | @@ -81,15 +86,19 @@ msgid "enterprises" | ||
| 81 | msgstr "Կազմակերպություն Ձեռնարկություն" | 86 | msgstr "Կազմակերպություն Ձեռնարկություն" |
| 82 | 87 | ||
| 83 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | #, fuzzy | 93 | #, fuzzy |
| 85 | msgid "communities" | 94 | msgid "communities" |
| 86 | msgstr "Համայնքներ" | 95 | msgstr "Համայնքներ" |
| 87 | 96 | ||
| 88 | -#: plugins/statistics/views/statistics_block.html.erb:16 | 97 | +#: plugins/statistics/views/statistics_block.html.erb:19 |
| 89 | #, fuzzy | 98 | #, fuzzy |
| 90 | msgid "categories" | 99 | msgid "categories" |
| 91 | msgstr "Կատեգորիաներ" | 100 | msgstr "Կատեգորիաներ" |
| 92 | 101 | ||
| 93 | -#: plugins/statistics/views/statistics_block.html.erb:25 | 102 | +#: plugins/statistics/views/statistics_block.html.erb:28 |
| 94 | msgid "hits" | 103 | msgid "hits" |
| 95 | msgstr "" | 104 | msgstr "" |
plugins/statistics/po/pt/statistics.po
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | # | 11 | # |
| 12 | msgid "" | 12 | msgid "" |
| 13 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" | 16 | "PO-Revision-Date: 2014-12-18 18:40-0200\n" |
| 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" | 17 | "Last-Translator: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>\n" |
| 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" | 18 | "Language-Team: Portuguese <https://hosted.weblate.org/projects/noosfero/" |
| @@ -24,11 +24,11 @@ msgstr "" | @@ -24,11 +24,11 @@ msgstr "" | ||
| 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" | 24 | "Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 25 | "X-Generator: Weblate 2.0\n" | 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 | msgid "Statistics for %s" | 28 | msgid "Statistics for %s" |
| 29 | msgstr "Estatísticas para %s" | 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 | msgid "This block presents some statistics about your context." | 32 | msgid "This block presents some statistics about your context." |
| 33 | msgstr "Este bloco apresenta algumas estatísticas sobre seu contexto." | 33 | msgstr "Este bloco apresenta algumas estatísticas sobre seu contexto." |
| 34 | 34 | ||
| @@ -52,22 +52,27 @@ msgid "Show enterprise counter" | @@ -52,22 +52,27 @@ msgid "Show enterprise counter" | ||
| 52 | msgstr "Mostrar contador de empreendimento" | 52 | msgstr "Mostrar contador de empreendimento" |
| 53 | 53 | ||
| 54 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 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 | msgid "Show category counter" | 60 | msgid "Show category counter" |
| 56 | msgstr "Mostrar contador de categoria" | 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 | msgid "Show tag counter" | 64 | msgid "Show tag counter" |
| 60 | msgstr "Mostrar contador de tag" | 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 | msgid "Show comment counter" | 68 | msgid "Show comment counter" |
| 64 | msgstr "Mostrar contador de comentário" | 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 | msgid "Show hit counter" | 72 | msgid "Show hit counter" |
| 68 | msgstr "Mostrar contador de acesso" | 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 | msgid "Show counter for communities with template %s" | 76 | msgid "Show counter for communities with template %s" |
| 72 | msgstr "Mostrar contador para comunidades com template %s" | 77 | msgstr "Mostrar contador para comunidades com template %s" |
| 73 | 78 | ||
| @@ -80,13 +85,17 @@ msgid "enterprises" | @@ -80,13 +85,17 @@ msgid "enterprises" | ||
| 80 | msgstr "empreendimentos" | 85 | msgstr "empreendimentos" |
| 81 | 86 | ||
| 82 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | msgid "communities" | 92 | msgid "communities" |
| 84 | msgstr "comunidades" | 93 | msgstr "comunidades" |
| 85 | 94 | ||
| 86 | -#: plugins/statistics/views/statistics_block.html.erb:16 | 95 | +#: plugins/statistics/views/statistics_block.html.erb:19 |
| 87 | msgid "categories" | 96 | msgid "categories" |
| 88 | msgstr "categorias" | 97 | msgstr "categorias" |
| 89 | 98 | ||
| 90 | -#: plugins/statistics/views/statistics_block.html.erb:25 | 99 | +#: plugins/statistics/views/statistics_block.html.erb:28 |
| 91 | msgid "hits" | 100 | msgid "hits" |
| 92 | msgstr "acessos" | 101 | msgstr "acessos" |
plugins/statistics/po/ru/statistics.po
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | # | 5 | # |
| 6 | msgid "" | 6 | msgid "" |
| 7 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 10 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" | 12 | "Language-Team: Russian <https://hosted.weblate.org/projects/noosfero/" |
| @@ -19,11 +19,11 @@ msgstr "" | @@ -19,11 +19,11 @@ msgstr "" | ||
| 19 | "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | 19 | "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" |
| 20 | "X-Generator: Weblate 2.2-dev\n" | 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 | msgid "Statistics for %s" | 23 | msgid "Statistics for %s" |
| 24 | msgstr "Статистика для %s" | 24 | msgstr "Статистика для %s" |
| 25 | 25 | ||
| 26 | -#: plugins/statistics/lib/statistics_block.rb:45 | 26 | +#: plugins/statistics/lib/statistics_block.rb:46 |
| 27 | #, fuzzy | 27 | #, fuzzy |
| 28 | msgid "This block presents some statistics about your context." | 28 | msgid "This block presents some statistics about your context." |
| 29 | msgstr "Данный блок представляет некоторую статистику вашей среды" | 29 | msgstr "Данный блок представляет некоторую статистику вашей среды" |
| @@ -50,25 +50,30 @@ msgstr "%s: компании" | @@ -50,25 +50,30 @@ msgstr "%s: компании" | ||
| 50 | 50 | ||
| 51 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 | 51 | #: plugins/statistics/views/box_organizer/_statistics_block.html.erb:12 |
| 52 | #, fuzzy | 52 | #, fuzzy |
| 53 | +msgid "Show product counter" | ||
| 54 | +msgstr "Весь контент" | ||
| 55 | + | ||
| 56 | +#: plugins/statistics/views/box_organizer/_statistics_block.html.erb:16 | ||
| 57 | +#, fuzzy | ||
| 53 | msgid "Show category counter" | 58 | msgid "Show category counter" |
| 54 | msgstr "Новая категория" | 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 | #, fuzzy | 62 | #, fuzzy |
| 58 | msgid "Show tag counter" | 63 | msgid "Show tag counter" |
| 59 | msgstr "Весь контент" | 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 | #, fuzzy | 67 | #, fuzzy |
| 63 | msgid "Show comment counter" | 68 | msgid "Show comment counter" |
| 64 | msgstr "Комментарий для автора" | 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 | #, fuzzy | 72 | #, fuzzy |
| 68 | msgid "Show hit counter" | 73 | msgid "Show hit counter" |
| 69 | msgstr "Весь контент" | 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 | msgid "Show counter for communities with template %s" | 77 | msgid "Show counter for communities with template %s" |
| 73 | msgstr "" | 78 | msgstr "" |
| 74 | 79 | ||
| @@ -83,14 +88,18 @@ msgid "enterprises" | @@ -83,14 +88,18 @@ msgid "enterprises" | ||
| 83 | msgstr "Компании" | 88 | msgstr "Компании" |
| 84 | 89 | ||
| 85 | #: plugins/statistics/views/statistics_block.html.erb:13 | 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 | msgid "communities" | 95 | msgid "communities" |
| 87 | msgstr "Сообщества" | 96 | msgstr "Сообщества" |
| 88 | 97 | ||
| 89 | -#: plugins/statistics/views/statistics_block.html.erb:16 | 98 | +#: plugins/statistics/views/statistics_block.html.erb:19 |
| 90 | #, fuzzy | 99 | #, fuzzy |
| 91 | msgid "categories" | 100 | msgid "categories" |
| 92 | msgstr "Категории" | 101 | msgstr "Категории" |
| 93 | 102 | ||
| 94 | -#: plugins/statistics/views/statistics_block.html.erb:25 | 103 | +#: plugins/statistics/views/statistics_block.html.erb:28 |
| 95 | msgid "hits" | 104 | msgid "hits" |
| 96 | msgstr "" | 105 | msgstr "" |
| @@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
| 1 | +gem 'sinatra' |
| @@ -0,0 +1,36 @@ | @@ -0,0 +1,36 @@ | ||
| 1 | +require 'sinatra' | ||
| 2 | +require 'stoa_plugin/person_fields' | ||
| 3 | + | ||
| 4 | +class StoaPlugin::Auth < Sinatra::Base | ||
| 5 | + | ||
| 6 | + include StoaPlugin::PersonFields | ||
| 7 | + | ||
| 8 | + post '/' do | ||
| 9 | + headers['Content-Type'] = 'application/json' | ||
| 10 | + if params[:login].blank? | ||
| 11 | + person = Person.find_by_usp_id(params[:usp_id]) | ||
| 12 | + login = person ? person.user.login : nil | ||
| 13 | + else | ||
| 14 | + login = params[:login] | ||
| 15 | + end | ||
| 16 | + | ||
| 17 | + domain = Domain.find_by_name(request.host) | ||
| 18 | + environment = domain && domain.environment | ||
| 19 | + environment ||= Environment.default | ||
| 20 | + | ||
| 21 | + user = User.authenticate(login, params[:password], environment) | ||
| 22 | + if user | ||
| 23 | + result = StoaPlugin::PersonApi.new(user.person, self).fields(selected_fields(params[:fields], user)) | ||
| 24 | + result.merge!(:ok => true) | ||
| 25 | + else | ||
| 26 | + result = { :error => _('Incorrect user/password pair.'), :ok => false } | ||
| 27 | + end | ||
| 28 | + result.to_json | ||
| 29 | + end | ||
| 30 | + | ||
| 31 | + get '/' do | ||
| 32 | + headers['Content-Type'] = 'application/json' | ||
| 33 | + { :error => _('Conection requires post method.'), :ok => false }.to_json | ||
| 34 | + end | ||
| 35 | + | ||
| 36 | +end |
plugins/stoa/po/de/stoa.po
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | # | 6 | # |
| 7 | msgid "" | 7 | msgid "" |
| 8 | msgstr "" | 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 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" | 11 | "PO-Revision-Date: 2014-12-12 14:23+0200\n" |
| 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" | 12 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
| 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" | 13 | "Language-Team: German <https://hosted.weblate.org/projects/noosfero/noosfero/" |
| @@ -82,19 +82,27 @@ msgstr "USP-Nummer/Telefonnummer" | @@ -82,19 +82,27 @@ msgstr "USP-Nummer/Telefonnummer" | ||
| 82 | msgid " validation failed" | 82 | msgid " validation failed" |
| 83 | msgstr " Validierung fehlgeschlagen" | 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 | #, fuzzy | 87 | #, fuzzy |
| 87 | msgid "USP Number" | 88 | msgid "USP Number" |
| 88 | msgstr "USP-Nummer" | 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 | msgid "is being used by another user or is not valid" | 96 | msgid "is being used by another user or is not valid" |
| 92 | msgstr "wird bereits von einem anderen Nutzer eingesetzt oder ist ungültig" | 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 | #: plugins/stoa/controllers/stoa_plugin_controller.rb:21 | 100 | #: plugins/stoa/controllers/stoa_plugin_controller.rb:21 |
| 95 | msgid "Incorrect user/password pair." | 101 | msgid "Incorrect user/password pair." |
| 96 | msgstr "Falsches Paar aus Nutzername und Passwort." | 102 | msgstr "Falsches Paar aus Nutzername und Passwort." |
| 97 | 103 | ||
| 104 | +#: plugins/stoa/lib/stoa_plugin/auth.rb:33 | ||
| 98 | #: plugins/stoa/controllers/stoa_plugin_controller.rb:25 | 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 | msgstr "Die Verbindung benötigt ein SSL-Zertifikat und eine POST-Methode." | 108 | msgstr "Die Verbindung benötigt ein SSL-Zertifikat und eine POST-Methode." |