diff options
author | Funda Wang <fwang@mandriva.org> | 2005-09-04 13:50:47 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-09-04 13:50:47 +0000 |
commit | f97dfbf8a3fa365d22009cd8e3776e17540e71f3 (patch) | |
tree | 9413e4c62faffe6905f36b7ad626d8f4957c00e1 /samba_wizard | |
parent | 3b7a525df2e228309f7ce5006ef4805c1b4734eb (diff) | |
download | drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.gz drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.bz2 drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.xz drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.zip |
Corrected several typos.
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Samba.pm | 6 | ||||
-rwxr-xr-x | samba_wizard/Sambaprint.pm | 2 | ||||
-rwxr-xr-x | samba_wizard/Sambashare.pm | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index 02499ff2..fe19b3b9 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -192,7 +192,7 @@ $o->{pages} = { { label => N('Os level:'), fixed_val => \$o->{var}{wiz_oslevel} }, { label => N('Local master:'), fixed_val => \$o->{var}{wiz_local_master} }, { label => N('Domain master'), fixed_val => \$o->{var}{wiz_domain_master} }, - { label => N('Prefered master'), fixed_val => \$o->{var}{wiz_preferred_master} }, + { label => N('Preferred master'), fixed_val => \$o->{var}{wiz_preferred_master} }, { label => N('Domain logons'), fixed_val => \$o->{var}{wiz_domain_logons} }, { label => N('admin users:'), val => \$o->{var}{wiz_admin_users}, help => N('root @adm') }, ], @@ -258,7 +258,7 @@ $o->{pages} = { { label => N('LDAP password'), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw} }, { label => N('LDAP password check:'), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw_2} }, { label => N('LDAP machine suffix:'), val => \$o->{var}{wiz_ldap_machine_suffix}, help => N('It specifies where machines should be added to the ldap tree. ie: ou=Computers') }, - { label => N('LDAP user suffix:'), val => \$o->{var}{wiz_ldap_user_suffix}, help => N('This parameter specifies where users are added to the tree. If this parameter is not specified, the value from ldap suffix.') }, + { label => N('LDAP user suffix:'), val => \$o->{var}{wiz_ldap_user_suffix}, help => N('This parameter specifies where users are added to the tree. If this parameter is not specified, the value from ldap suffix will be used.') }, { label => N('LDAP group suffix:'), val => \$o->{var}{wiz_ldap_group_suffix}, help => N('This parameters specifies the suffix that is used for groups when these are added to the LDAP directory. ie: ou=Groups') }, ], complete => sub { @@ -329,7 +329,7 @@ $o->{pages} = { next => 'summary', }, summary => { - name => N('Configuring Samba') . "\n\n" . N('The wizard collected the following parameters to configure Samba.') . "\n\n" . N('To accept these values, and configure your server, click the Next button or use the Back button to correct them.') . "\n" . N('If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your share.'), + name => N('Configuring Samba') . "\n\n" . N('The wizard collected the following parameters to configure Samba.') . "\n\n" . N('To accept these values, and configure your server, click the Next button or use the Back button to correct them.') . "\n" . N('If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your shares.'), pre => sub { $o->{var}{wiz_sambatype} = $type{$o->{var}{wiz_type}}; }, diff --git a/samba_wizard/Sambaprint.pm b/samba_wizard/Sambaprint.pm index 3b5e9824..abe214ad 100755 --- a/samba_wizard/Sambaprint.pm +++ b/samba_wizard/Sambaprint.pm @@ -66,7 +66,7 @@ $o->{pages} = { no_back => 1, pre => sub { if (! -f $wiz_samba_etc) { - $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your share.")); + $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your shares.")); exit(1); } $o->{var}{wiz_do_printer_sharing} = "0"; diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index bdfc4b01..9430ef44 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -108,7 +108,7 @@ $o->{pages} = { name => N("What do you want to do?") . "\n\n" . N("Manage, create special share, create public/user share"), pre => sub { if (! -f $wiz_samba_etc) { - $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your share.")); + $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your shares.")); exit(1); } $o->{var}{wiz_share} = 0; @@ -473,7 +473,7 @@ $o->{pages} = { { label => N("Writable:"), val => \$o->{var}{wiz_addshare_writable}, fixed_list => \@yesorno }, # { label => N("Create mask:"), val => \$o->{var}{wiz_addshare_createmask} }, { label => N("Read list:"), val => \$o->{var}{wiz_addshare_readlist}, help => N("Specifies a list \of users that have read-only access to a writable share. ie: aginies") }, - { label => N("Write list:"), val => \$o->{var}{wiz_addshare_writelist}, help => N("Specifie a user that have read-write access to a share. ie: guibo") }, + { label => N("Write list:"), val => \$o->{var}{wiz_addshare_writelist}, help => N("Specifies a user that have read-write access to a share. ie: guibo") }, { label => N("User own directory:"), type => 'bool', val => \$o->{var}{wiz_owner} }, { label => N("Hide dot files:"), val => \$o->{var}{wiz_addshare_dotfiles}, fixed_list => \@yesorno, help => N("The hide dot files option hides any files on the server that begin with a dot (.)") }, { label => N("Hide files:"), val => \$o->{var}{wiz_addshare_hidefiles}, help => N("The hide files option provides one or more directory or filename patterns to Samba. Any file matching this pattern will be treated as a hidden file from the perspective of the client. ie: /.icewm/") }, @@ -651,32 +651,32 @@ $o->{pages} = { next => 0 }, end_modify_share => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully modify your share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully modified your share."), end => 1, next => 0 }, end_add_share => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully add your share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully added your share."), end => 1, next => 0 }, end_add_user_share => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully add your user share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully added your user share."), end => 1, next => 0 }, end_add_public_share => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully add your public share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully added your public share."), end => 1, next => 0 }, end_add_profiles => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully add your Profiles share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully added your Profiles share."), end => 1, next => 0 }, end_delete_share => { - name => N("Congratulations") . "\n\n" . N("The wizard successfully remove your share."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully removed your share."), end => 1, next => 0 }, |