Hello community, here is the log from the commit of package libpeas for openSUSE:Factory checked in at 2020-11-19 11:56:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpeas (Old) and /work/SRC/openSUSE:Factory/.libpeas.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpeas" Thu Nov 19 11:56:53 2020 rev:44 rq:847249 version:1.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes 2020-04-23 18:27:48.431785745 +0200 +++ /work/SRC/openSUSE:Factory/.libpeas.new.5913/libpeas.changes 2020-11-23 10:34:28.765623632 +0100 @@ -1,0 +2,7 @@ +Mon Sep 14 13:11:32 UTC 2020 - [email protected] + +- Update to version 1.28.0: + + Do not build tests when introspection is disabled/missing + + Updated translations. + +------------------------------------------------------------------- Old: ---- libpeas-1.26.0.tar.xz New: ---- libpeas-1.28.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpeas.spec ++++++ --- /var/tmp/diff_new_pack.1nTslT/_old 2020-11-23 10:34:29.741624703 +0100 +++ /var/tmp/diff_new_pack.1nTslT/_new 2020-11-23 10:34:29.745624707 +0100 @@ -20,13 +20,13 @@ %bcond_with python2 %bcond_without python3 Name: libpeas -Version: 1.26.0 +Version: 1.28.0 Release: 0 Summary: GObject-based Plugin Engine License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/Libpeas -Source0: https://download.gnome.org/sources/libpeas/1.26/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libpeas/1.28/%{name}-%{version}.tar.xz BuildRequires: gettext BuildRequires: gtk-doc ++++++ libpeas-1.26.0.tar.xz -> libpeas-1.28.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/NEWS new/libpeas-1.28.0/NEWS --- old/libpeas-1.26.0/NEWS 2020-03-06 22:12:16.239286700 +0100 +++ new/libpeas-1.28.0/NEWS 2020-09-12 20:35:30.626345000 +0200 @@ -1,3 +1,13 @@ +Overview of Changes in libpeas 1.28.0 +===================================== + +* Do not build tests when introspection is disabled/missing +* add missing locale.h include +* Translation updates: + - Chinese (China) + - Portuguese + - Ukrainian + Overview of Changes in libpeas 1.26.0 ===================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/meson.build new/libpeas-1.28.0/meson.build --- old/libpeas-1.26.0/meson.build 2020-03-06 22:12:16.247286600 +0100 +++ new/libpeas-1.28.0/meson.build 2020-09-12 20:35:30.638345000 +0200 @@ -1,6 +1,6 @@ project( 'libpeas', 'c', - version: '1.26.0', + version: '1.28.0', license: 'LGPLv2.1+', meson_version: '>= 0.49.0', default_options: [ @@ -254,7 +254,9 @@ if build_demos == true subdir('peas-demo') endif -subdir('tests') +if generate_gir == true + subdir('tests') +endif summary = [ '', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/peas-demo/peas-demo.c new/libpeas-1.28.0/peas-demo/peas-demo.c --- old/libpeas-1.26.0/peas-demo/peas-demo.c 2020-03-06 22:12:16.247286600 +0100 +++ new/libpeas-1.28.0/peas-demo/peas-demo.c 2020-09-12 20:35:30.639345000 +0200 @@ -26,6 +26,7 @@ #include <girepository.h> #include <glib/gi18n.h> #include <gtk/gtk.h> +#include <locale.h> #include <libpeas/peas.h> #include <libpeas-gtk/peas-gtk.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/po/kk.po new/libpeas-1.28.0/po/kk.po --- old/libpeas-1.26.0/po/kk.po 2020-03-06 22:12:16.252286700 +0100 +++ new/libpeas-1.28.0/po/kk.po 2020-09-12 20:35:30.643344900 +0200 @@ -1,175 +1,167 @@ # Kazakh translation for libpeas. # Copyright (C) 2014 libpeas's COPYRIGHT HOLDER # This file is distributed under the same license as the libpeas package. -# Baurzhan Muftakhidinov <[email protected]>, 2014. +# Baurzhan Muftakhidinov <[email protected]>, 2014-2020. # msgid "" msgstr "" "Project-Id-Version: libpeas master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=libpeas&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-09-04 10:47+0000\n" -"PO-Revision-Date: 2015-09-04 21:19+0500\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n" +"POT-Creation-Date: 2020-04-04 21:47+0000\n" +"PO-Revision-Date: 2020-06-26 08:37+0500\n" "Last-Translator: Baurzhan Muftakhidinov <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.4\n" +"X-Generator: Poedit 2.3.1\n" -#: ../data/glade/libpeas-gtk.xml.in.h:1 -msgid "Plugin Manager" -msgstr "Плагиндер басқарушысы" - -#. Translators: What PeasGtkPluginManagerView to use -#: ../data/glade/libpeas-gtk.xml.in.h:3 -msgid "View" -msgstr "Көрініс" - -#: ../data/glade/libpeas-gtk.xml.in.h:4 -msgid "Plugin Manager View" -msgstr "Плагиндер басқарушысы көрінісі" - -#. Translators: Whether builtin plugins should appear in the view (property name) -#: ../data/glade/libpeas-gtk.xml.in.h:6 -msgid "Show Builtin" -msgstr "Құрамындағыны көрсету" - -#: ../data/glade/libpeas-gtk.xml.in.h:7 -msgid "Peas Gtk" -msgstr "Peas Gtk" - -#: ../libpeas/peas-engine.c:976 +#: libpeas/peas-engine.c:1116 #, c-format -msgid "Dependency '%s' was not found" -msgstr "'%s' тәуелділігі табылмады" +msgid "Dependency “%s” was not found" +msgstr "\"%s\" тәуелділігі табылмады" -#: ../libpeas/peas-engine.c:986 +#: libpeas/peas-engine.c:1126 #, c-format -msgid "Dependency '%s' failed to load" -msgstr "'%s' тәуелділігінің жүктелуі сәтсіз" +msgid "Dependency “%s” failed to load" +msgstr "\"%s\" тәуелділігін жүктеу сәтсіз аяқталды" -#: ../libpeas/peas-engine.c:1000 +#: libpeas/peas-engine.c:1140 #, c-format -msgid "Plugin loader '%s' was not found" -msgstr "'%s' плагиндер жүктеушісі табылмады" +msgid "Plugin loader “%s” was not found" +msgstr "\"%s\" плагиндер жүктеушісі табылмады" -#: ../libpeas/peas-engine.c:1012 +#: libpeas/peas-engine.c:1152 #, c-format msgid "Failed to load" msgstr "Жүктелу сәтсіз" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 msgid "Additional plugins must be disabled" msgstr "Қосымша плагиндер сөндірілуі керек" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 #, c-format -msgid "The following plugins depend on '%s' and will also be disabled:" -msgstr "Келесі плагиндер '%s' плагиніне тәуелді, сондықтан сөндіріледі:" +msgid "The following plugins depend on “%s” and will also be disabled:" +msgstr "Келесі плагиндер \"%s\" плагиніне тәуелді, сондықтан сөндіріледі:" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 msgid "Plugins" msgstr "Плагиндер" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 msgid "An additional plugin must be disabled" msgstr "Қосымша плагин сөндірілуі керек" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 #, c-format msgid "" -"The '%s' plugin depends on the '%s' plugin.\n" -"If you disable '%s', '%s' will also be disabled." +"The “%s” plugin depends on the “%s” plugin.\n" +"If you disable “%s”, “%s” will also be disabled." msgstr "" -"'%s' плагині '%s' плагине тәуелді.\n" -"Егері сіз '%s' сөндірсеңіз, '%s' плагині да сөндіріледі." +"\"%s\" плагині \"%s\" плагине тәуелді.\n" +"Егері сіз \"%s\" сөндірсеңіз, \"%s\" плагині де сөндіріледі." -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 msgid "_Cancel" msgstr "Ба_с тарту" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 msgid "Disable Plugins" msgstr "Плагиндерді сөндіру" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:207 +#: libpeas-gtk/peas-gtk-plugin-manager.c:207 msgid "There was an error displaying the help." msgstr "Көмекті көрсету кезінде қате кетті." -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:253 +#: libpeas-gtk/peas-gtk-plugin-manager.c:253 msgid "_Close" msgstr "_Жабу" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:265 +#: libpeas-gtk/peas-gtk-plugin-manager.c:265 msgid "_Help" msgstr "Кө_мек" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:323 +#: libpeas-gtk/peas-gtk-plugin-manager.c:323 msgid "Pr_eferences" msgstr "Ба_птаулар" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:328 -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:379 +#: libpeas-gtk/peas-gtk-plugin-manager.c:328 +#: libpeas-gtk/peas-gtk-plugin-manager.c:379 msgid "_About" msgstr "О_сы туралы" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:387 +#: libpeas-gtk/peas-gtk-plugin-manager.c:387 msgid "_Preferences" msgstr "_Баптаулар" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:351 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:351 msgid "_Enabled" msgstr "Іске қ_осулы" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:362 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:362 msgid "E_nable All" msgstr "Барлығын іске қ_осу" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:366 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:366 msgid "_Disable All" msgstr "Барлығын сөн_діру" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:526 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:575 msgid "Enabled" msgstr "Іске қосулы" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:547 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:596 msgid "Plugin" msgstr "Плагин" #. Avoid having markup in a translated string -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:634 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:683 #, c-format -msgid "The plugin '%s' could not be loaded" -msgstr "'%s' плагинін жүктеу мүмкін емес" +msgid "The plugin “%s” could not be loaded" +msgstr "\"%s\" плагинін жүктеу мүмкін емес" #. Keep separate because some translations do special things #. * for the ':' and might accidentally not keep the space after it #. -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:640 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:689 #, c-format msgid "An error occurred: %s" msgstr "Қате орын алды: %s" #. Translators: The directory in which the demo program was compiled at -#: ../peas-demo/peas-demo.c:41 +#: peas-demo/peas-demo.c:43 msgid "Run from build directory" msgstr "Жинау бумасынан жөнелту" -#: ../peas-demo/peas-demo.c:92 +#: peas-demo/peas-demo.c:94 msgid "_Quit" msgstr "_Шығу" -#: ../peas-demo/peas-demo.c:108 -msgid "- libpeas demo application" -msgstr "- libpeas демо қолданбасы" +#: peas-demo/peas-demo.c:119 +msgid "— libpeas demo application" +msgstr "— libpeas демо қолданбасы" -#: ../tests/libpeas-gtk/plugin-manager.c:77 +#: tests/libpeas-gtk/plugin-manager.c:75 msgid "About" msgstr "Осы туралы" -#: ../tests/libpeas-gtk/plugin-manager.c:82 +#: tests/libpeas-gtk/plugin-manager.c:80 msgid "Preferences" msgstr "Баптаулар" + +#~ msgid "Plugin Manager" +#~ msgstr "Плагиндер басқарушысы" + +#~ msgid "View" +#~ msgstr "Көрініс" + +#~ msgid "Plugin Manager View" +#~ msgstr "Плагиндер басқарушысы көрінісі" + +#~ msgid "Show Builtin" +#~ msgstr "Құрамындағыны көрсету" + +#~ msgid "Peas Gtk" +#~ msgstr "Peas Gtk" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/po/pt.po new/libpeas-1.28.0/po/pt.po --- old/libpeas-1.26.0/po/pt.po 2020-03-06 22:12:16.253286600 +0100 +++ new/libpeas-1.28.0/po/pt.po 2020-09-12 20:35:30.644344800 +0200 @@ -4,180 +4,182 @@ # António Lima <[email protected]>, 2010, 2011, 2012, 2013. # Pedro Albuquerque <[email protected]>, 2015. # Sérgio Cardeira <[email protected]>, 2016. +# Juliano de Souza Camargo <[email protected]>, 2020. # msgid "" msgstr "" "Project-Id-Version: libpeas master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=libpeas&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-02-21 01:26+0000\n" -"PO-Revision-Date: 2016-02-21 03:13-0100\n" -"Last-Translator: Sérgio Cardeira <[email protected]>\n" -"Language-Team: Português <[email protected]>\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n" +"POT-Creation-Date: 2020-06-26 03:39+0000\n" +"PO-Revision-Date: 2020-09-11 21:12-0300\n" +"Last-Translator: Juliano de Souza Camargo <[email protected]>\n" +"Language-Team: Portuguese <>\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.7\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: Gtranslator 3.36.0\n" "X-Project-Style: gnome\n" -#: ../data/glade/libpeas-gtk.xml.in.h:1 -msgid "Plugin Manager" -msgstr "Gestor de extensões" - -#. Translators: What PeasGtkPluginManagerView to use -#: ../data/glade/libpeas-gtk.xml.in.h:3 -msgid "View" -msgstr "Ver" - -#: ../data/glade/libpeas-gtk.xml.in.h:4 -msgid "Plugin Manager View" -msgstr "Vista Gestor de extensões" - -#. Translators: Whether builtin plugins should appear in the view (property name) -#: ../data/glade/libpeas-gtk.xml.in.h:6 -msgid "Show Builtin" -msgstr "Mostrar embutidos" - -#: ../data/glade/libpeas-gtk.xml.in.h:7 -msgid "Peas Gtk" -msgstr "Peas Gtk" - -#: ../libpeas/peas-engine.c:1115 +#: libpeas/peas-engine.c:1116 #, c-format -msgid "Dependency '%s' was not found" -msgstr "Não foi encontrada a dependência \"%s\"" +#| msgid "Dependency '%s' was not found" +msgid "Dependency “%s” was not found" +msgstr "Não foi encontrada a dependência “%s”" -#: ../libpeas/peas-engine.c:1125 +#: libpeas/peas-engine.c:1126 #, c-format -msgid "Dependency '%s' failed to load" -msgstr "Falha ao carregar a dependência \"%s\"" +#| msgid "Dependency '%s' failed to load" +msgid "Dependency “%s” failed to load" +msgstr "Falha ao carregar a dependência “%s”" -#: ../libpeas/peas-engine.c:1139 +#: libpeas/peas-engine.c:1140 #, c-format -msgid "Plugin loader '%s' was not found" -msgstr "O carregador de extensões \"%s\" não foi encontrado" +#| msgid "Plugin loader '%s' was not found" +msgid "Plugin loader “%s” was not found" +msgstr "O carregador de extensões “%s” não foi encontrado" -#: ../libpeas/peas-engine.c:1151 +#: libpeas/peas-engine.c:1152 #, c-format msgid "Failed to load" msgstr "Falha ao carregar" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 msgid "Additional plugins must be disabled" msgstr "É necessário desativar extensões adicionais" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 #, c-format -msgid "The following plugins depend on '%s' and will also be disabled:" -msgstr "As seguintes extensões dependem de \"%s\" e também serão desativadas:" +#| msgid "The following plugins depend on '%s' and will also be disabled:" +msgid "The following plugins depend on “%s” and will also be disabled:" +msgstr "As seguintes extensões dependem de “%s” e também serão desativadas:" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 msgid "Plugins" msgstr "Extensões" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 msgid "An additional plugin must be disabled" msgstr "É necessário desativar mais uma extensão" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 #, c-format +#| msgid "" +#| "The '%s' plugin depends on the '%s' plugin.\n" +#| "If you disable '%s', '%s' will also be disabled." msgid "" -"The '%s' plugin depends on the '%s' plugin.\n" -"If you disable '%s', '%s' will also be disabled." +"The “%s” plugin depends on the “%s” plugin.\n" +"If you disable “%s”, “%s” will also be disabled." msgstr "" -"A extensão \"%s\" depende da extensão \"%s\".\n" -"Se desativar \"%s\", \"%s\" também será desativada." +"A extensão “%s” depende da extensão “%s”.\n" +"Se desativar “%s”, “%s” também será desativada." -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 msgid "_Cancel" msgstr "_Cancelar" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 msgid "Disable Plugins" msgstr "Desativar extensões" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:207 +#: libpeas-gtk/peas-gtk-plugin-manager.c:207 msgid "There was an error displaying the help." msgstr "Ocorreu um erro ao mostrar a ajuda." -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:253 +#: libpeas-gtk/peas-gtk-plugin-manager.c:253 msgid "_Close" msgstr "_Fechar" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:265 +#: libpeas-gtk/peas-gtk-plugin-manager.c:265 msgid "_Help" msgstr "A_juda" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:323 +#: libpeas-gtk/peas-gtk-plugin-manager.c:323 msgid "Pr_eferences" msgstr "_Preferências" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:328 -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:379 +#: libpeas-gtk/peas-gtk-plugin-manager.c:328 +#: libpeas-gtk/peas-gtk-plugin-manager.c:379 msgid "_About" msgstr "_Sobre" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:387 +#: libpeas-gtk/peas-gtk-plugin-manager.c:387 msgid "_Preferences" msgstr "_Preferências" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:351 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:351 msgid "_Enabled" msgstr "_Ativo" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:362 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:362 msgid "E_nable All" msgstr "Ativar _todos" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:366 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:366 msgid "_Disable All" msgstr "_Desativar todos" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:526 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:575 msgid "Enabled" msgstr "Ativo" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:547 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:596 msgid "Plugin" msgstr "Extensão" #. Avoid having markup in a translated string -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:634 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:683 #, c-format -msgid "The plugin '%s' could not be loaded" -msgstr "Não foi possível carregar a extensão \"%s\"" +#| msgid "The plugin '%s' could not be loaded" +msgid "The plugin “%s” could not be loaded" +msgstr "Não foi possível carregar a extensão “%s”" #. Keep separate because some translations do special things #. * for the ':' and might accidentally not keep the space after it #. -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:640 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:689 #, c-format msgid "An error occurred: %s" msgstr "Ocorreu um erro: %s" #. Translators: The directory in which the demo program was compiled at -#: ../peas-demo/peas-demo.c:41 +#: peas-demo/peas-demo.c:43 msgid "Run from build directory" msgstr "Executar a partir de pasta de compilação" -#: ../peas-demo/peas-demo.c:92 +#: peas-demo/peas-demo.c:94 msgid "_Quit" msgstr "_Sair" -#: ../peas-demo/peas-demo.c:108 -msgid "- libpeas demo application" -msgstr "- aplicação de demonstração de libpeas" +#: peas-demo/peas-demo.c:119 +#| msgid "- libpeas demo application" +msgid "— libpeas demo application" +msgstr "— aplicação de demonstração de libpeas" -#: ../tests/libpeas-gtk/plugin-manager.c:77 +#: tests/libpeas-gtk/plugin-manager.c:75 msgid "About" msgstr "Sobre" -#: ../tests/libpeas-gtk/plugin-manager.c:82 +#: tests/libpeas-gtk/plugin-manager.c:80 msgid "Preferences" msgstr "Preferências" +#~ msgid "Plugin Manager" +#~ msgstr "Gestor de extensões" + +#~ msgid "View" +#~ msgstr "Ver" + +#~ msgid "Plugin Manager View" +#~ msgstr "Vista Gestor de extensões" + +#~ msgid "Show Builtin" +#~ msgstr "Mostrar embutidos" + +#~ msgid "Peas Gtk" +#~ msgstr "Peas Gtk" + #~ msgid "C_onfigure" #~ msgstr "C_onfigurar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/po/uk.po new/libpeas-1.28.0/po/uk.po --- old/libpeas-1.26.0/po/uk.po 2020-03-06 22:12:16.254286500 +0100 +++ new/libpeas-1.28.0/po/uk.po 2020-09-12 20:35:30.645345000 +0200 @@ -1,145 +1,167 @@ -# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Korostil Daniel <[email protected]>, 2011, 2012. +# Yuri Chornoivan <[email protected]>, 2020. msgid "" msgstr "" "Project-Id-Version: 1.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-18 16:36+0200\n" -"PO-Revision-Date: 2012-03-18 16:36+0300\n" -"Last-Translator: Korostil Daniel <[email protected]>\n" -"Language-Team: [email protected]\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n" +"POT-Creation-Date: 2019-09-25 10:34+0000\n" +"PO-Revision-Date: 2020-03-12 19:52+0200\n" +"Last-Translator: Yuri Chornoivan <[email protected]>\n" +"Language-Team: Ukrainian <[email protected]>\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Virtaal 0.7.1\n" - -#: ../data/glade/libpeas-gtk.xml.in.h:1 -msgid "Plugin Manager" -msgstr "Менеджер додатків" - -#: ../data/glade/libpeas-gtk.xml.in.h:2 -msgid "View" -msgstr "Перегляд" - -#: ../data/glade/libpeas-gtk.xml.in.h:3 -msgid "Plugin Manager View" -msgstr "Перегляд менеджера додатків" - -#. Translators: Whether builtin plugins should appear in the view (property name) -#: ../data/glade/libpeas-gtk.xml.in.h:5 -msgid "Show Builtin" -msgstr "Показати вбудовані" - -#: ../data/glade/libpeas-gtk.xml.in.h:6 -msgid "Peas Gtk" -msgstr "Peas Gtk" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<" +"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 20.03.70\n" -#: ../libpeas/peas-engine.c:789 +#: libpeas/peas-engine.c:1116 #, c-format -msgid "Dependency '%s' was not found" +#| msgid "Dependency '%s' was not found" +msgid "Dependency “%s” was not found" msgstr "Залежності «%s» не знайдено" -#: ../libpeas/peas-engine.c:799 +#: libpeas/peas-engine.c:1126 #, c-format -msgid "Dependency '%s' failed to load" +#| msgid "Dependency '%s' failed to load" +msgid "Dependency “%s” failed to load" msgstr "Не вдалось завантажити залежність «%s»" -#: ../libpeas/peas-engine.c:814 +#: libpeas/peas-engine.c:1140 #, c-format -msgid "Plugin loader '%s' was not found" +#| msgid "Plugin loader '%s' was not found" +msgid "Plugin loader “%s” was not found" msgstr "Завантажувач додатка «%s» не знайдено" -#: ../libpeas/peas-engine.c:826 +#: libpeas/peas-engine.c:1152 #, c-format msgid "Failed to load" msgstr "Не вдалось завантажити" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:91 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 msgid "Additional plugins must be disabled" msgstr "Додаткові додатки вимкнути" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:98 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 #, c-format -msgid "The following plugins depend on '%s' and will also be disabled:" +#| msgid "The following plugins depend on '%s' and will also be disabled:" +msgid "The following plugins depend on “%s” and will also be disabled:" msgstr "Додатки залежні від «%s» теж буде вимкнено:" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:140 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 msgid "Plugins" msgstr "Додатки" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:156 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 msgid "An additional plugin must be disabled" msgstr "Додаткові додатки вимкнути" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:163 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 #, c-format +#| msgid "" +#| "The '%s' plugin depends on the '%s' plugin.\n" +#| "If you disable '%s', '%s' will also be disabled." msgid "" -"The '%s' plugin depends on the '%s' plugin.\n" -"If you disable '%s', '%s' will also be disabled." +"The “%s” plugin depends on the “%s” plugin.\n" +"If you disable “%s”, “%s” will also be disabled." msgstr "" "Додаток «%s» залежить від «%s».\n" "Якщо вимкнути «%s», «%s» буде також вимкнено." -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:183 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 +msgid "_Cancel" +msgstr "_Скасувати" + +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 msgid "Disable Plugins" msgstr "Вимкнути додатки" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:182 +#: libpeas-gtk/peas-gtk-plugin-manager.c:207 msgid "There was an error displaying the help." msgstr "Помилка показу довідки." -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:387 +#: libpeas-gtk/peas-gtk-plugin-manager.c:253 +msgid "_Close" +msgstr "_Закрити" + +#: libpeas-gtk/peas-gtk-plugin-manager.c:265 +msgid "_Help" +msgstr "_Довідка" + +#: libpeas-gtk/peas-gtk-plugin-manager.c:323 +#| msgid "_Preferences" +msgid "Pr_eferences" +msgstr "Н_алаштування" + +#: libpeas-gtk/peas-gtk-plugin-manager.c:328 +#: libpeas-gtk/peas-gtk-plugin-manager.c:379 msgid "_About" msgstr "_Про програму" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:395 +#: libpeas-gtk/peas-gtk-plugin-manager.c:387 msgid "_Preferences" msgstr "_Параметри" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:334 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:351 msgid "_Enabled" msgstr "_Увімкнено" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:345 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:362 msgid "E_nable All" msgstr "_Увімкнути всі" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:349 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:366 msgid "_Disable All" msgstr "_Вимкнути всі" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:508 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:575 msgid "Enabled" msgstr "Увімкнено" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:529 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:596 msgid "Plugin" msgstr "Додаток" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:619 +#. Avoid having markup in a translated string +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:683 #, c-format -msgid "" -"<b>The plugin '%s' could not be loaded</b>\n" -"An error occurred: %s" -msgstr "" -"<b>Додаток «%s» неможливо завантажити</b>\n" -"Трапилась помилка: %s" +#| msgid "" +#| "<b>The plugin '%s' could not be loaded</b>\n" +#| "An error occurred: %s" +msgid "The plugin “%s” could not be loaded" +msgstr "Не вдалося завантажити додаток «%s»" + +#. Keep separate because some translations do special things +#. * for the ':' and might accidentally not keep the space after it +#. +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:689 +#, c-format +msgid "An error occurred: %s" +msgstr "Сталася помилка: %s" -#: ../peas-demo/peas-demo.c:40 +#. Translators: The directory in which the demo program was compiled at +#: peas-demo/peas-demo.c:41 msgid "Run from build directory" msgstr "Запустити з каталогу збірки" -#: ../peas-demo/peas-demo.c:100 -msgid "- libpeas demo application" +#: peas-demo/peas-demo.c:92 +msgid "_Quit" +msgstr "Ви_йти" + +#: peas-demo/peas-demo.c:108 +#| msgid "- libpeas demo application" +msgid "— libpeas demo application" msgstr "— демонстраційна програма libpeas" -#~ msgid "C_onfigure" -#~ msgstr "_Налаштувати" - -#~ msgid "_Plugins:" -#~ msgstr "_Додатки:" +#: tests/libpeas-gtk/plugin-manager.c:77 +#| msgid "_About" +msgid "About" +msgstr "Про програму" + +#: tests/libpeas-gtk/plugin-manager.c:82 +#| msgid "_Preferences" +msgid "Preferences" +msgstr "Налаштування" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpeas-1.26.0/po/zh_CN.po new/libpeas-1.28.0/po/zh_CN.po --- old/libpeas-1.26.0/po/zh_CN.po 2020-03-06 22:12:16.254286500 +0100 +++ new/libpeas-1.28.0/po/zh_CN.po 2020-09-12 20:35:30.645345000 +0200 @@ -8,175 +8,167 @@ msgid "" msgstr "" "Project-Id-Version: libpeas master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=libpeas&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-09-21 17:32+0000\n" -"PO-Revision-Date: 2017-01-04 15:05+0800\n" -"Last-Translator: Mandy Wang <[email protected]>\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libpeas/issues\n" +"POT-Creation-Date: 2020-06-26 03:39+0000\n" +"PO-Revision-Date: 2020-06-27 11:21-0400\n" +"Last-Translator: Boyuan Yang <[email protected]>\n" "Language-Team: Chinese (simplified) <[email protected]>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 1.8.7.1\n" +"X-Generator: Poedit 2.3.1\n" -#: ../data/glade/libpeas-gtk.xml.in.h:1 -msgid "Plugin Manager" -msgstr "插件管理器" - -#. Translators: What PeasGtkPluginManagerView to use -#: ../data/glade/libpeas-gtk.xml.in.h:3 -msgid "View" -msgstr "查看" - -#: ../data/glade/libpeas-gtk.xml.in.h:4 -msgid "Plugin Manager View" -msgstr "插件管理器视图" - -#. Translators: Whether builtin plugins should appear in the view (property name) -#: ../data/glade/libpeas-gtk.xml.in.h:6 -msgid "Show Builtin" -msgstr "显示内置插件" - -#: ../data/glade/libpeas-gtk.xml.in.h:7 -msgid "Peas Gtk" -msgstr "Peas Gtk" - -#: ../libpeas/peas-engine.c:1115 +#: libpeas/peas-engine.c:1116 #, c-format -msgid "Dependency '%s' was not found" +msgid "Dependency “%s” was not found" msgstr "找不到依赖“%s”" -#: ../libpeas/peas-engine.c:1125 +#: libpeas/peas-engine.c:1126 #, c-format -msgid "Dependency '%s' failed to load" +msgid "Dependency “%s” failed to load" msgstr "加载依赖“%s”失败" -#: ../libpeas/peas-engine.c:1139 +#: libpeas/peas-engine.c:1140 #, c-format -msgid "Plugin loader '%s' was not found" +msgid "Plugin loader “%s” was not found" msgstr "找不到插件加载器“%s”" -#: ../libpeas/peas-engine.c:1151 +#: libpeas/peas-engine.c:1152 #, c-format msgid "Failed to load" msgstr "加载失败" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:95 msgid "Additional plugins must be disabled" msgstr "必须禁用额外的插件" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:102 #, c-format -msgid "The following plugins depend on '%s' and will also be disabled:" -msgstr "以下依赖于“%s”的插件也将禁用:" +msgid "The following plugins depend on “%s” and will also be disabled:" +msgstr "以下依赖于“%s”的插件也将被禁用:" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:144 msgid "Plugins" msgstr "插件" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:161 msgid "An additional plugin must be disabled" msgstr "必须禁用另一插件" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:168 #, c-format msgid "" -"The '%s' plugin depends on the '%s' plugin.\n" -"If you disable '%s', '%s' will also be disabled." +"The “%s” plugin depends on the “%s” plugin.\n" +"If you disable “%s”, “%s” will also be disabled." msgstr "" "“%s”插件依赖于“%s”插件。\n" -"如果您禁用“%s”,“%s”也将禁用。" +"如果您禁用“%s”,“%s”也将被禁用。" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:182 msgid "_Cancel" msgstr "取消(_C)" -#: ../libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 +#: libpeas-gtk/peas-gtk-disable-plugins-dialog.c:184 msgid "Disable Plugins" msgstr "禁用插件" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:207 +#: libpeas-gtk/peas-gtk-plugin-manager.c:207 msgid "There was an error displaying the help." msgstr "显示帮助时有错误。" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:253 +#: libpeas-gtk/peas-gtk-plugin-manager.c:253 msgid "_Close" msgstr "关闭(_C)" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:265 +#: libpeas-gtk/peas-gtk-plugin-manager.c:265 msgid "_Help" msgstr "帮助(_H)" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:323 +#: libpeas-gtk/peas-gtk-plugin-manager.c:323 msgid "Pr_eferences" msgstr "首选项(_P)" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:328 -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:379 +#: libpeas-gtk/peas-gtk-plugin-manager.c:328 +#: libpeas-gtk/peas-gtk-plugin-manager.c:379 msgid "_About" msgstr "关于(_A)" -#: ../libpeas-gtk/peas-gtk-plugin-manager.c:387 +#: libpeas-gtk/peas-gtk-plugin-manager.c:387 msgid "_Preferences" msgstr "首选项(_P)" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:351 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:351 msgid "_Enabled" msgstr "已启用(_E)" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:362 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:362 msgid "E_nable All" msgstr "全部启用(_N)" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:366 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:366 msgid "_Disable All" msgstr "全部禁用(_D)" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:526 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:575 msgid "Enabled" msgstr "已启用" -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:547 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:596 msgid "Plugin" msgstr "插件" #. Avoid having markup in a translated string -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:634 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:683 #, c-format -msgid "The plugin '%s' could not be loaded" +msgid "The plugin “%s” could not be loaded" msgstr "无法加载插件“%s”" #. Keep separate because some translations do special things #. * for the ':' and might accidentally not keep the space after it #. -#: ../libpeas-gtk/peas-gtk-plugin-manager-view.c:640 +#: libpeas-gtk/peas-gtk-plugin-manager-view.c:689 #, c-format msgid "An error occurred: %s" msgstr "发生了一个错误:%s" #. Translators: The directory in which the demo program was compiled at -#: ../peas-demo/peas-demo.c:41 +#: peas-demo/peas-demo.c:43 msgid "Run from build directory" msgstr "从构建目录运行" -#: ../peas-demo/peas-demo.c:92 +#: peas-demo/peas-demo.c:94 msgid "_Quit" msgstr "退出(_Q)" -#: ../peas-demo/peas-demo.c:108 -msgid "- libpeas demo application" -msgstr "- libpeas 示例程序" +#: peas-demo/peas-demo.c:119 +msgid "— libpeas demo application" +msgstr "— libpeas 示例程序" -#: ../tests/libpeas-gtk/plugin-manager.c:77 +#: tests/libpeas-gtk/plugin-manager.c:75 msgid "About" msgstr "关于" -#: ../tests/libpeas-gtk/plugin-manager.c:82 +#: tests/libpeas-gtk/plugin-manager.c:80 msgid "Preferences" msgstr "首选项" +#~ msgid "Plugin Manager" +#~ msgstr "插件管理器" + +#~ msgid "View" +#~ msgstr "查看" + +#~ msgid "Plugin Manager View" +#~ msgstr "插件管理器视图" + +#~ msgid "Show Builtin" +#~ msgstr "显示内置插件" + +#~ msgid "Peas Gtk" +#~ msgstr "Peas Gtk" + #~ msgid "C_onfigure" #~ msgstr "配置(_O)" _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
