Update translation.

This commit is contained in:
Daiki Ueno
2011-02-24 17:39:15 +09:00
parent f1a44ddebb
commit 110b25a64b
5 changed files with 69 additions and 75 deletions

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <cspi/spi.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <gconf/gconf-client.h>
#include "eekboard/eekboard.h"
#include "desktop-client.h"
@ -34,9 +35,9 @@ gboolean opt_keystroke = FALSE;
static const GOptionEntry options[] = {
#ifdef HAVE_CSPI
{"listen-focus", 'f', 0, G_OPTION_ARG_NONE, &opt_focus,
"Listen focus change events with AT-SPI"},
N_("Listen focus change events with AT-SPI")},
{"listen-keystroke", 's', 0, G_OPTION_ARG_NONE, &opt_keystroke,
"Listen keystroke events with AT-SPI"},
N_("Listen keystroke events with AT-SPI")},
#endif /* HAVE_CSPI */
{NULL}
};