aboutsummaryrefslogtreecommitdiff
path: root/src/acl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-20 16:15:38 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-20 16:15:38 +0300
commit216237423f9d418b3dabe8492fee9e58e46db48a (patch)
treeec4ed6164037f7d3e1b66113d3c718e9b9e05f09 /src/acl.c
parentcb7a69e5410daf65c669b6b2bb12b7fa81830440 (diff)
downloadpies-216237423f9d418b3dabe8492fee9e58e46db48a.tar.gz
pies-216237423f9d418b3dabe8492fee9e58e46db48a.tar.bz2
Fix diagnostics.
* po/POTFILES.in: Add missing files. * src/acl.c, src/meta1lex.l, src/pies.c, src/progman.c, src/socket.c, src/userprivs.c: Fix diagnostic messages.
Diffstat (limited to 'src/acl.c')
-rw-r--r--src/acl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/acl.c b/src/acl.c
index c82447c..968d93c 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -493,10 +493,12 @@ deny_cb (enum grecs_callback_command cmd,
}
struct grecs_keyword acl_keywords[] = {
+ /* TRANSLATORS: only words within angle brackets are translatable */
{ "allow", N_("[all|authenticated|group <grp: list>] [from <addr: list>]"),
N_("Allow access"),
grecs_type_string, NULL, 0,
allow_cb },
+ /* TRANSLATORS: only words within angle brackets are translatable */
{ "deny", N_("[all|authenticated|group <grp: list>] [from <addr: list>]"),
N_("Deny access"),
grecs_type_string, NULL, 0,
@@ -603,7 +605,7 @@ _acl_check_cb (struct acl_entry *ent, struct acl_input *input, int *pres)
{
int result = _acl_check (ent, input);
debug (1, ("%s:%d: %s", ent->locus.file, ent->locus.line,
- /* TRANSLATIONS: `MATCHES' is the verb `match' in 2nd person.
+ /* TRANSLATORS: `MATCHES' is the verb `match' in 2nd person.
E.g., in French: CONCORD AVEC */
result ? _("MATCHES") : _("does not match")));

Return to:

Send suggestions and report system problems to the System administrator.