[yast-commit] [ci_new_pac] JFYI yast2-cio -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-cio -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-cio/yast2-cio.changes 2014-03-24 16:55:18.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-cio/yast2-cio.changes 2014-03-25 17:02:37.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 25 15:47:33 UTC 2014 - jreidinger@suse.com + +- mark properly string to translation +- 3.1.3 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-cio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-cio (Old) and /mounts/work_src_done/SLE12/yast2-cio (BS:build ID:34787 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-cio", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-cio-3.1.2.tar.bz2 New: ---- yast2-cio-3.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-cio.spec ++++++ --- /var/tmp/diff_new_pack.8dvkbp/_old 2014-03-26 18:13:46.000000000 +0100 +++ /var/tmp/diff_new_pack.8dvkbp/_new 2014-03-26 18:13:46.000000000 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 3.1.2 +Version: 3.1.3 Release: 0 BuildArch: noarch ++++++ yast2-cio-3.1.2.tar.bz2 -> yast2-cio-3.1.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-3.1.2/package/yast2-cio.changes new/yast2-cio-3.1.3/package/yast2-cio.changes --- old/yast2-cio-3.1.2/package/yast2-cio.changes 2014-03-24 12:39:11.000000000 +0100 +++ new/yast2-cio-3.1.3/package/yast2-cio.changes 2014-03-25 16:59:45.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Mar 25 15:47:33 UTC 2014 - jreidinger@suse.com + +- mark properly string to translation +- 3.1.3 + +------------------------------------------------------------------- Mon Mar 24 10:36:59 UTC 2014 - jreidinger@suse.com - correctly set textdomain to get translated strings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-3.1.2/package/yast2-cio.spec new/yast2-cio-3.1.3/package/yast2-cio.spec --- old/yast2-cio-3.1.2/package/yast2-cio.spec 2014-03-24 12:39:11.000000000 +0100 +++ new/yast2-cio-3.1.3/package/yast2-cio.spec 2014-03-25 16:59:45.000000000 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 3.1.2 +Version: 3.1.3 Release: 0 BuildArch: noarch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-3.1.2/src/lib/iochannel/unban_dialog.rb new/yast2-cio-3.1.3/src/lib/iochannel/unban_dialog.rb --- old/yast2-cio-3.1.2/src/lib/iochannel/unban_dialog.rb 2014-03-24 12:39:11.000000000 +0100 +++ new/yast2-cio-3.1.3/src/lib/iochannel/unban_dialog.rb 2014-03-25 16:59:45.000000000 +0100 @@ -76,7 +76,8 @@ end def invalid_range_message value - msg = _("Specified range is invalid. Wrong value is inside snippet '#{value}'") + # TRANSLATORS: %s stands for the smallest snippet inside which we detect syntax error + msg = _("Specified range is invalid. Wrong value is inside snippet '%s'") % value widget = Label(msg) Yast::UI.ReplaceWidget(:message, widget) end @@ -102,11 +103,11 @@ def unban_content [ - Label("List of ranges of channels to unban separated by comma.\n"+ + Label(_("List of ranges of channels to unban separated by comma.\n"+ "Range can be channel, part of channel which will be filled to zero or range specified with dash.\n"+ - "Example value: 0.0.0001, AA00, 0.1.0100-200"), + "Example value: 0.0.0001, AA00, 0.1.0100-200")), ReplacePoint(Id(:message), Empty()), - InputField(Id(:channel_range), "Ranges to unban.", "") + InputField(Id(:channel_range), _("Ranges to Unban."), "") ] end end continue with "q"... Checked in at Wed Mar 26 18:13:55 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro