diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-20 10:22:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-20 10:22:40 +0000 |
commit | 04a8071501d416553c7ad9812dbe6a0f97f5eae9 (patch) | |
tree | 58f8fc2f7d150c696ff65a6dcac2fcad9370ce1e | |
parent | b939e7916120c032ad9cfe48f848419ef79fe209 (diff) | |
download | drakx-04a8071501d416553c7ad9812dbe6a0f97f5eae9.tar drakx-04a8071501d416553c7ad9812dbe6a0f97f5eae9.tar.gz drakx-04a8071501d416553c7ad9812dbe6a0f97f5eae9.tar.bz2 drakx-04a8071501d416553c7ad9812dbe6a0f97f5eae9.tar.xz drakx-04a8071501d416553c7ad9812dbe6a0f97f5eae9.zip |
add translator hints; real fix will be in mdk10.2:
s!N("(.*?) \"(ALL)\" (.*?)"!N("\1 %s \3", N("\2"))! and the like
-rw-r--r-- | perl-install/security/help.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index cbf07cfb6..6f24b4bbb 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -16,7 +16,9 @@ our %help = ( 'allow_autologin' => N("Allow/Forbid autologin."), -'allow_issues' => N("If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist. +'allow_issues' => + #-PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is + N("If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist. If set to NONE, no issues are allowed. @@ -46,7 +48,9 @@ See pam_xauth(8) for more details.'"), 'allow_xserver_to_listen' => N("The argument specifies if clients are authorized to connect to the X server from the network on the tcp port 6000 or not."), -'authorize_services' => N("Authorize: +'authorize_services' => + #-PO: here "ALL", "LOCAL" and "NONE" are values in a pull-down menu; translate them the same as they're + N("Authorize: - all services controlled by tcp_wrappers (see hosts.deny(5) man page) if set to \"ALL\", |