aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-08-12 09:01:01 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-08-12 09:01:01 +0300
commite4fa1add62d698ef5ae33ac09b61581e9d044c47 (patch)
tree0a97cf98a8996bf95d78b98112200696a37a0e76
parent7673d53b9863add71117847d010473d2370066c6 (diff)
downloaddico-e4fa1add62d698ef5ae33ac09b61581e9d044c47.tar.gz
dico-e4fa1add62d698ef5ae33ac09b61581e9d044c47.tar.bz2
I18n-related fixes
Reported by Rafael Fontenelle * dicod/acl.c: Fix mistyped translators marker. * po/POTFILES.in: Add files from grecs * THANKS: Updated.
-rw-r--r--THANKS1
-rw-r--r--dicod/acl.c2
-rw-r--r--po/POTFILES.in4
3 files changed, 6 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index a59f672..032f95a 100644
--- a/THANKS
+++ b/THANKS
@@ -7,4 +7,5 @@ of these people. Help us keep it complete and exempt of errors.
Goran Tal <goran.tal@gmail.com>
Karl Berry <karl@freefriends.org>
Marc Dequènes <duck@duckcorp.org>
+Rafael Fontenelle <rffontenelle@gmail.com>
Wojciech Polak <polak@gnu.org>
diff --git a/dicod/acl.c b/dicod/acl.c
index 551b986..83a24b0 100644
--- a/dicod/acl.c
+++ b/dicod/acl.c
@@ -395,7 +395,7 @@ _acl_check_cb(void *item, void *data)
dico_log(L_DEBUG, 0, "%s:%d: %s",
/* FIXME: beg:end */
ent->locus.beg.file, ent->locus.beg.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"));
}
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fe9a2b8..4c606a9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -72,11 +72,15 @@ modules/gcide/webchr.c
modules/wordnet/wordnet.c
+grecs/src/cidr.c
grecs/src/format.c
grecs/src/grecs-gram.y
grecs/src/grecs-lex.l
+grecs/src/lineacc.c
+grecs/src/opthelp.c
grecs/src/path-parser.c
grecs/src/preproc.c
+grecs/src/sockaddr.c
grecs/src/symtab.c
grecs/src/tree.c
grecs/src/wordsplit.c

Return to:

Send suggestions and report system problems to the System administrator.