Werner Koch
686f31c3d5
gpg: Avoid extra translation strings.
...
* g10/keyedit.c (menu_expire): Use only one prompt.
--
The old code was anyway not fully i18n because it did not used
ngettext. Further we ran into const char*/char* conflicts on Windows
where we use a different gettext implementation.
FWIW: A better pattern in the case of a static and a malloced string
w/o error return on malloc failure would be:
const char *s;
char *s_buf;
s_buf = xtryasprintf ("%d foo", n);
if (!s_buf)
s = "several foo";
else
s = s_buf;
bar (s);
xfree (s_buf);
2015-11-27 18:32:27 +01:00
..
2015-01-22 12:06:11 +01:00
2015-03-16 20:14:58 +01:00
2015-11-09 16:15:44 +09:00
2015-11-09 16:15:44 +09:00
2015-10-21 18:14:24 +02:00
2015-10-05 17:52:28 +02:00
2015-11-09 16:15:44 +09:00
2011-12-01 11:09:02 +01:00
2014-08-14 11:03:55 +02:00
2011-02-04 12:57:53 +01:00
2015-01-22 12:06:11 +01:00
2015-08-25 15:26:33 +02:00
2014-06-30 09:12:48 +02:00
2015-11-06 13:29:01 +01:00
2015-08-20 14:16:22 +02:00
2014-01-29 20:35:05 +01:00
2014-09-20 16:27:16 +02:00
2015-10-26 16:34:19 +01:00
2014-10-31 14:21:34 +01:00
2015-08-06 17:00:41 +09:00
2015-11-17 12:50:22 +01:00
2015-01-22 12:06:11 +01:00
2007-07-04 19:49:40 +00:00
2015-11-17 14:53:05 +01:00
2014-11-13 12:01:42 +01:00
2015-05-01 13:58:18 +09:00
2015-11-17 14:53:05 +01:00
2015-02-04 09:15:34 +01:00
2015-11-23 22:23:37 +01:00
2015-11-14 09:13:02 +01:00
2015-02-04 09:15:34 +01:00
2015-11-17 12:50:22 +01:00
2012-06-05 19:29:22 +02:00
2015-11-17 12:50:22 +01:00
2014-11-13 17:01:17 +01:00
2015-11-17 14:53:05 +01:00
2015-11-17 14:53:05 +01:00
2015-11-27 18:32:27 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 14:53:00 +01:00
2015-11-27 18:32:26 +01:00
2015-11-27 18:32:26 +01:00
2015-11-17 14:53:05 +01:00
2015-10-06 20:31:43 +02:00
2015-11-17 14:53:05 +01:00
2015-11-20 12:52:04 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 14:53:03 +01:00
2011-02-04 12:57:53 +01:00
2014-10-09 10:56:25 +02:00
2015-11-17 12:50:22 +01:00
2015-10-05 19:48:47 +02:00
2000-07-31 08:04:16 +00:00
2015-11-17 14:53:00 +01:00
2015-10-05 19:48:47 +02:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-08-16 12:54:04 -04:00
2014-04-17 21:44:09 +02:00
2010-04-23 11:36:59 +00:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2014-01-30 18:48:37 +01:00
2015-11-17 12:50:22 +01:00
2011-02-04 12:57:53 +01:00
2015-11-04 13:19:52 +01:00
2000-07-31 08:04:16 +00:00
2015-11-20 13:00:19 +01:00
2011-02-04 12:57:53 +01:00
2008-12-12 08:54:50 +00:00
2015-02-11 10:28:25 +01:00
2015-11-17 12:50:22 +01:00
2015-04-06 13:07:09 +02:00
2015-11-17 12:50:22 +01:00
2015-11-04 13:19:52 +01:00
2015-11-04 13:19:52 +01:00
2015-11-17 12:50:22 +01:00
2015-10-29 10:10:39 +01:00
2015-11-17 14:53:03 +01:00
2015-11-17 14:53:03 +01:00
2015-09-02 15:08:57 +02:00
2015-09-10 18:12:20 +02:00
2011-02-04 12:57:53 +01:00
2015-06-04 18:08:26 +02:00
2015-11-17 12:50:22 +01:00
2015-06-04 18:08:26 +02:00
2015-11-17 12:50:22 +01:00
2015-09-10 18:12:20 +02:00
2014-10-17 13:32:16 +02:00
2015-11-23 22:23:38 +01:00
2015-11-13 16:42:59 +01:00
2015-11-19 15:48:01 +01:00
2015-11-27 18:32:26 +01:00
2015-10-21 13:45:47 +02:00
2015-01-22 12:06:11 +01:00
2014-01-29 17:45:05 +01:00