commit yast2-samba-server for openSUSE:Factory

Hello community, here is the log from the commit of package yast2-samba-server for openSUSE:Factory checked in at 2012-03-30 14:22:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old) and /work/SRC/openSUSE:Factory/.yast2-samba-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-samba-server", Maintainer is "jsuchome@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes 2012-03-26 14:03:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes 2012-03-30 14:22:07.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 29 15:56:35 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts +- 2.22.2 + +------------------------------------------------------------------- Old: ---- yast2-samba-server-2.22.1.tar.bz2 New: ---- yast2-samba-server-2.22.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-samba-server.spec ++++++ --- /var/tmp/diff_new_pack.TzS2br/_old 2012-03-30 14:22:09.000000000 +0200 +++ /var/tmp/diff_new_pack.TzS2br/_new 2012-03-30 14:22:09.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-samba-server -Version: 2.22.1 +Version: 2.22.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-samba-server-2.22.1.tar.bz2 -> yast2-samba-server-2.22.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/VERSION new/yast2-samba-server-2.22.2/VERSION --- old/yast2-samba-server-2.22.1/VERSION 2012-03-26 11:21:26.000000000 +0200 +++ new/yast2-samba-server-2.22.2/VERSION 2012-03-29 15:56:47.000000000 +0200 @@ -1 +1 @@ -2.22.1 +2.22.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/src/dialogs-items.ycp new/yast2-samba-server-2.22.2/src/dialogs-items.ycp --- old/yast2-samba-server-2.22.1/src/dialogs-items.ycp 2012-01-25 10:49:52.000000000 +0100 +++ new/yast2-samba-server-2.22.2/src/dialogs-items.ycp 2012-03-29 15:56:24.000000000 +0200 @@ -235,7 +235,7 @@ if (size(urls) > 1 && !quotes_used) { // TRANSLATORS: popup error - Report::Error (_("Multiple optional values for one back-end must be quoted.")); + Report::Error (_("Multiple optional values for one backend must be quoted.")); return false; } @@ -473,7 +473,7 @@ define boolean PassdbEditOptionValidate (string key, map event_descr) { if (! SomeBackendsAreInUse()) { - Report::Error (_("At least one back-end must be specified.")); + Report::Error (_("At least one backend must be specified.")); return false; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/src/dialogs.ycp new/yast2-samba-server-2.22.2/src/dialogs.ycp --- old/yast2-samba-server-2.22.1/src/dialogs.ycp 2012-01-25 10:49:52.000000000 +0100 +++ new/yast2-samba-server-2.22.2/src/dialogs.ycp 2012-03-29 15:56:24.000000000 +0200 @@ -442,7 +442,7 @@ if (new_share_name == "") { // TRANSLATORS: popup error message - Report::Error (_("Please enter a new share name.")); + Report::Error (_("Enter a new share name.")); continue; } else if (share == new_share_name) { y2milestone ("Old and new share names are the same"); @@ -450,7 +450,9 @@ } else if (SambaConfig::ShareExists (new_share_name)) { // TRANSLATORS: popup error message, %1 is a variable share name Report::Error (sformat ( - _("Share '%1' already exists.\nPlease choose another share name."), + _("Share '%1' already exists. +Choose another share name. +"), new_share_name )); continue; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/src/helps.ycp new/yast2-samba-server-2.22.2/src/helps.ycp --- old/yast2-samba-server-2.22.1/src/helps.ycp 2012-01-25 10:49:52.000000000 +0100 +++ new/yast2-samba-server-2.22.2/src/helps.ycp 2012-03-29 15:56:24.000000000 +0200 @@ -202,15 +202,15 @@ "), /* passdb backend configuration dialog help 1 */ - "passdb_edit" : _("<p><b><big>User Authentication Information Back-Ends</big></b><br> -Here, choose where the Samba server should look for the authentication -information. Samba does not support multiple back-ends at once anymore, + "passdb_edit" : _("<p><b><big>User Authentication Information Backends</big></b><br> +Choose where the Samba server should look for the authentication +information. Samba does not support multiple backends at once anymore, only one is allowed.</p> ") + /* passdb backend configuration dialog help 2 */ _("<p>If you want to change the user authentication source, remove the current one first -by pressing <b>Delete</b> button and add a new one with <b>Add</b> button.</p> +by pressing <b>Delete</b> and add a new one with <b>Add</b>.</p> ") + /* passdb backend configuration dialog help 3 */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/testsuite/YaPI/tests/YaPI-EditService.ycp new/yast2-samba-server-2.22.2/testsuite/YaPI/tests/YaPI-EditService.ycp --- old/yast2-samba-server-2.22.1/testsuite/YaPI/tests/YaPI-EditService.ycp 2012-03-26 11:20:39.000000000 +0200 +++ new/yast2-samba-server-2.22.2/testsuite/YaPI/tests/YaPI-EditService.ycp 2012-03-26 11:35:49.000000000 +0200 @@ -1,7 +1,7 @@ { // test for Samba::EnableServer( boolean ) - enable/disable smb/nmb service -// $Id: YaPI-EditService.ycp 65670 2011-09-13 08:02:37Z lslezak $ +// $Id: YaPI-EditService.ycp 67706 2012-03-26 09:35:48Z jsuchome $ // testedfiles: Samba.ycp Service.ycp SambaServer.ycp Ldap.ycp import "SambaConfig"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/testsuite/YaPI/tests/YaPI-GetServiceStatus.ycp new/yast2-samba-server-2.22.2/testsuite/YaPI/tests/YaPI-GetServiceStatus.ycp --- old/yast2-samba-server-2.22.1/testsuite/YaPI/tests/YaPI-GetServiceStatus.ycp 2012-03-26 11:15:04.000000000 +0200 +++ new/yast2-samba-server-2.22.2/testsuite/YaPI/tests/YaPI-GetServiceStatus.ycp 2012-03-26 11:35:49.000000000 +0200 @@ -1,7 +1,7 @@ { // test for Samba::EnableServer( boolean ) - enable/disable smb/nmb service -// $Id: YaPI-GetServiceStatus.ycp 65670 2011-09-13 08:02:37Z lslezak $ +// $Id: YaPI-GetServiceStatus.ycp 67706 2012-03-26 09:35:48Z jsuchome $ import "SambaConfig"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-2.22.1/users-plugin/users_plugin_samba_groups.ycp new/yast2-samba-server-2.22.2/users-plugin/users_plugin_samba_groups.ycp --- old/yast2-samba-server-2.22.1/users-plugin/users_plugin_samba_groups.ycp 2008-12-18 14:47:01.000000000 +0100 +++ new/yast2-samba-server-2.22.2/users-plugin/users_plugin_samba_groups.ycp 2012-03-29 15:56:16.000000000 +0200 @@ -68,10 +68,12 @@ string help_text = # help text _("<p>This plugin can be used to enable an LDAP group to be available for Samba. -The only setting that you can edit here is the <b>Samba Group Name</b> Attribute, -which is the Name of the Group as it should appear for Samba-Clients. All other -settings are computed automatically. If you leave the <b>Samba Group Name</b> empty, -the same name as configured in the Global Settings of this Group will be used.</p>"); +The only setting that you can edit here is the <b>Samba Group Name</b> attribute, +which is the Name of the Group as it should appear to Samba-Clients. All other +settings are computed automatically. If you leave the <b>Samba Group Name</b> +empty, the same name as configured in the Global Settings of this Group will +be used.</p> +"); term contents = `Empty(); -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de