From 04a8071501d416553c7ad9812dbe6a0f97f5eae9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Sep 2004 10:22:40 +0000 Subject: add translator hints; real fix will be in mdk10.2: s!N("(.*?) \"(ALL)\" (.*?)"!N("\1 %s \3", N("\2"))! and the like --- perl-install/security/help.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'perl-install/security') 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\", -- cgit v1.2.1