Removed other unnecessary files 95/16795/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 12 Apr 2013 07:18:45 +0000 (16:18 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:35:29 +0000 (23:35 +0900)
Change-Id: I0f4bbd1dd8f5392048f26827cd6d1ebe511035fc

29 files changed:
Makefile.am
configure.ac
packaging/sunpinyin.spec
po/ChangeLog [deleted file]
po/Makefile.in.in [deleted file]
po/POTFILES.in [deleted file]
po/de.po [deleted file]
po/de_DE.po [deleted file]
po/el_GR.po [deleted file]
po/en.po [deleted file]
po/es_ES.po [deleted file]
po/fr.po [deleted file]
po/fr_FR.po [deleted file]
po/it_IT.po [deleted file]
po/ja.po [deleted file]
po/ja_JP.po [deleted file]
po/ko.po [deleted file]
po/ko_KR.po [deleted file]
po/nl.po [deleted file]
po/nl_NL.po [deleted file]
po/pa.po [deleted file]
po/pt_PT.po [deleted file]
po/ru_RU.po [deleted file]
po/tr_TR.po [deleted file]
po/update-po.sh [deleted file]
po/zh_CN.po [deleted file]
po/zh_HK.po [deleted file]
po/zh_TW.po [deleted file]
src/Makefile.am

index 1de2ac9..2031c05 100755 (executable)
@@ -31,7 +31,7 @@ EXTRA_DIST = ChangeLog        \
 
 AUTOMAKE_OPTIONS       = gnu
 
-SUBDIRS                = po src wrapper/scim raw
+SUBDIRS                = src wrapper/scim raw
 
 MAINTAINERCLEANFILES   = Makefile.in aclocal.m4 configure config.h.in $(AUX_DIST)
 
index a664100..d89334f 100755 (executable)
@@ -12,10 +12,6 @@ GETTEXT_PACKAGE=sunpinyin
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain])
 
-# Init gettext
-ALL_LINGUAS="ko_KR en zh_CN zh_HK zh_TW de_DE nl_NL es_ES pt_PT el_GR it_IT fr_FR tr_TR ja_JP ru_RU"
-AM_GNU_GETTEXT([external])
-
 # Init libtool
 AC_DISABLE_STATIC
 AC_LIBTOOL_DLOPEN
@@ -123,7 +119,6 @@ AC_SUBST(SUNPINYIN_LIBD_IR)
 
 
 AC_CONFIG_FILES([Makefile
-         po/Makefile.in
          raw/Makefile
                 src/Makefile
                 src/ime-core/Makefile
index b8f6465..97c5d38 100755 (executable)
@@ -6,7 +6,6 @@ Group:      TO_BE/FILLED_IN
 License:    LGPLv2+
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  prelink
-BuildRequires:  gettext-tools
 BuildRequires:  pkgconfig(isf)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(sqlite3)
@@ -52,7 +51,6 @@ cat %{_builddir}/%{buildsubdir}/OPENSOLARIS.LICENSE >> %{buildroot}%{_datadir}/l
 %files
 %defattr(-,root,root,-)
 %{_datadir}/scim/icons/sunpinyin_logo.png
-%{_datadir}/locale/*
 %{_datadir}/scim/ise-engine-sunpinyin/*
 %{_libdir}/scim-1.0/1.4.0/IMEngine/ise-engine-sunpinyin.so
 %{_libdir}/libsunpinyin*.so
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100755 (executable)
index 5c4094c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-2012-01-12  gettextize  <bug-gnu-gettext@gnu.org>
-
-       * Makefile.in.in: Upgrade to gettext-0.17.
-       * Rules-quot: New file, from gettext-0.17.
-       * boldquot.sed: New file, from gettext-0.17.
-       * en@boldquot.header: New file, from gettext-0.17.
-       * en@quot.header: New file, from gettext-0.17.
-       * insert-header.sin: New file, from gettext-0.17.
-       * quot.sed: New file, from gettext-0.17.
-       * remove-potcdate.sin: New file, from gettext-0.17.
-
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
deleted file mode 100755 (executable)
index 5e2dafb..0000000
+++ /dev/null
@@ -1,256 +0,0 @@
-# Makefile for program source directory in GNU NLS utilities package.
-# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-#
-# This file file be copied and used freely without restrictions.  It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-#
-# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
-#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
-#
-# - Modified by jacob berkman <jacob@ximian.com> to install
-#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
-
-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
-
-SHELL = /bin/sh
-@SET_MAKE@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = ..
-VPATH = @srcdir@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-datadir = @datadir@
-libdir = @libdir@
-localedir = $(libdir)/locale
-gnulocaledir = $(datadir)/locale
-gettextsrcdir = $(datadir)/glib-2.0/gettext/po
-subdir = po
-install_sh = @install_sh@
-mkdir_p = @mkdir_p@
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-
-CC = @CC@
-GENCAT = @GENCAT@
-GMSGFMT = @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = @XGETTEXT@
-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
-MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
-GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
-
-DEFS = @DEFS@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
-
-INCLUDES = -I.. -I$(top_srcdir)/intl
-
-COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
-
-SOURCES =
-POFILES = @POFILES@
-GMOFILES = @GMOFILES@
-DISTFILES = Makefile.in.in POTFILES.in \
-$(POFILES) $(GMOFILES) $(SOURCES)
-
-POTFILES = \
-
-CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
-INSTOBJEXT = @INSTOBJEXT@
-
-.SUFFIXES:
-.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
-
-.c.o:
-       $(COMPILE) $<
-
-.po.pox:
-       $(MAKE) $(GETTEXT_PACKAGE).pot
-       $(MSGMERGE) $< $(top_builddir)/po/$(GETTEXT_PACKAGE).pot -o $*pox
-
-.po.mo:
-       $(MSGFMT) -o $@ $<
-
-.po.gmo:
-       file=`echo $* | sed 's,.*/,,'`.gmo \
-         && rm -f $$file && $(GMSGFMT) -o $$file $<
-
-.po.cat:
-       sed -f ../intl/po2msg.sed < $< > $*.msg \
-         && rm -f $@ && $(GENCAT) $@ $*.msg
-
-
-all: all-@USE_NLS@
-
-all-yes: $(CATALOGS)
-all-no:
-
-$(GETTEXT_PACKAGE).pot: $(POTFILES)
-       $(GENPOT)
-
-install: install-exec install-data
-install-exec:
-install-data: install-data-@USE_NLS@
-install-data-no: all
-install-data-yes: all
-       if test -n "$(MKINSTALLDIRS)"; then \
-         $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
-       else \
-         $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
-       fi
-       @catalogs='$(CATALOGS)'; \
-       for cat in $$catalogs; do \
-         cat=`basename $$cat`; \
-         case "$$cat" in \
-           *.gmo) destdir=$(gnulocaledir);; \
-           *)     destdir=$(localedir);; \
-         esac; \
-         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
-         dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
-         if test -n "$(MKINSTALLDIRS)"; then \
-           $(MKINSTALLDIRS) $$dir; \
-         else \
-           $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
-         fi; \
-         if test -r $$cat; then \
-           $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
-           echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
-         else \
-           $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
-           echo "installing $(srcdir)/$$cat as" \
-                "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
-         fi; \
-         if test -r $$cat.m; then \
-           $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
-           echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
-         else \
-           if test -r $(srcdir)/$$cat.m ; then \
-             $(INSTALL_DATA) $(srcdir)/$$cat.m \
-               $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
-             echo "installing $(srcdir)/$$cat as" \
-                  "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
-           else \
-             true; \
-           fi; \
-         fi; \
-       done
-       if test "$(PACKAGE)" = "glib"; then \
-         if test -n "$(MKINSTALLDIRS)"; then \
-           $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
-         else \
-           $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
-         fi; \
-         $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
-                         $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
-       else \
-         : ; \
-       fi
-
-# Define this as empty until I found a useful application.
-installcheck:
-
-uninstall:
-       catalogs='$(CATALOGS)'; \
-       for cat in $$catalogs; do \
-         cat=`basename $$cat`; \
-         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
-         rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
-         rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
-         rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
-         rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
-       done
-       if test "$(PACKAGE)" = "glib"; then \
-         rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
-       fi
-
-check: all
-
-dvi info tags TAGS ID:
-
-mostlyclean:
-       rm -f core core.* *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
-       rm -fr *.o
-       rm -f .intltool-merge-cache
-
-clean: mostlyclean
-
-distclean: clean
-       rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
-
-maintainer-clean: distclean
-       @echo "This command is intended for maintainers to use;"
-       @echo "it deletes files that may require special tools to rebuild."
-       rm -f $(GMOFILES)
-
-distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: $(DISTFILES) $(GETTEXT_PACKAGE).pot
-       dists="$(DISTFILES)"; \
-       for file in $$dists; do \
-         ln $(srcdir)/$$file $(distdir) 2> /dev/null \
-           || cp -p $(srcdir)/$$file $(distdir); \
-       done
-
-update-po: Makefile
-       $(MAKE) $(GETTEXT_PACKAGE).pot
-       tmpdir=`pwd`; \
-       catalogs='$(CATALOGS)'; \
-       for cat in $$catalogs; do \
-         cat=`basename $$cat`; \
-         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
-         echo "$$lang:"; \
-         result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
-         if $$result; then \
-           if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
-             rm -f $$tmpdir/$$lang.new.po; \
-            else \
-             if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
-               :; \
-             else \
-               echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
-               rm -f $$tmpdir/$$lang.new.po; \
-               exit 1; \
-             fi; \
-           fi; \
-         else \
-           echo "msgmerge for $$cat failed!"; \
-           rm -f $$tmpdir/$$lang.new.po; \
-         fi; \
-       done
-
-# POTFILES is created from POTFILES.in by stripping comments, empty lines
-# and Intltool tags (enclosed in square brackets), and appending a full
-# relative path to them
-POTFILES: POTFILES.in
-       ( if test 'x$(srcdir)' != 'x.'; then \
-           posrcprefix='$(top_srcdir)/'; \
-         else \
-           posrcprefix="../"; \
-         fi; \
-         rm -f $@-t $@ \
-           && (sed -e '/^#/d'                                          \
-                   -e "s/^\[.*\] +//"                                  \
-                   -e '/^[     ]*$$/d'                                 \
-                   -e "s@.*@   $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
-               | sed -e '$$s/\\$$//') > $@-t \
-           && chmod a-w $@-t \
-           && mv $@-t $@ )
-
-Makefile: Makefile.in.in ../config.status POTFILES
-       cd .. \
-         && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
-              $(SHELL) ./config.status
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/po/POTFILES.in b/po/POTFILES.in
deleted file mode 100755 (executable)
index 8b2ed1b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-wrapper/scim/src/sunpinyin_imengine_setup.cpp
-wrapper/scim/src/sunpinyin_imengine.cpp
diff --git a/po/de.po b/po/de.po
deleted file mode 100755 (executable)
index b030ef9..0000000
--- a/po/de.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# translation of de.po to German
-# translation of scim-input-pad.po to German
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# Mike FABIAN <mfabian@suse.de>, 2005.
-# Jan Hefti <j.hefti@chinaboard.de>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: de\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-06-25 14:30+0200\n"
-"Last-Translator: Jan Hefti <j.hefti@chinaboard.de>\n"
-"Language-Team: German <scim-devel@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.1\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
-
-#: ../src/isf_xt9_imengine.h:23
-#, fuzzy
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-#, fuzzy
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-#, fuzzy
-msgid "Chinese ZhuYin"
-msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/el_GR.po b/po/el_GR.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/en.po b/po/en.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
--- a/po/en.po
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/fr.po b/po/fr.po
deleted file mode 100755 (executable)
index 6d560dc..0000000
--- a/po/fr.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# translation of fr.po to French
-# translation of scim-input-pad.po to German
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# Damien Menanteau <damien.menanteau@cegetel.net>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-06-04 20:26+0200\n"
-"Last-Translator: Damien Menanteau <damien.menanteau@cegetel.net>\n"
-"Language-Team: French\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.1\n"
-"Plural-Forms:  nplurals=2; plural=(n > 1);\n"
-
-#: ../src/isf_xt9_imengine.h:23
-#, fuzzy
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-#, fuzzy
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-#, fuzzy
-msgid "Chinese ZhuYin"
-msgstr ""
diff --git a/po/fr_FR.po b/po/fr_FR.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/ja.po b/po/ja.po
deleted file mode 100755 (executable)
index aa7003b..0000000
--- a/po/ja.po
+++ /dev/null
@@ -1,31 +0,0 @@
-# translation of scim-input-pad.po to Japanese
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# Yukiko BANDO <ybando@k6.dion.ne.jp>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: translation of scim-input-pad.po\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-03-19 07:00+0900\n"
-"Last-Translator: Yukiko BANDO <ybando@k6.dion.ne.jp>\n"
-"Language-Team: Japanese <ja@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/isf_xt9_imengine.h:23
-#, fuzzy
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-#, fuzzy
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-#, fuzzy
-msgid "Chinese ZhuYin"
-msgstr ""
diff --git a/po/ja_JP.po b/po/ja_JP.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/ko.po b/po/ko.po
deleted file mode 100755 (executable)
index 29defc3..0000000
--- a/po/ko.po
+++ /dev/null
@@ -1,30 +0,0 @@
-# Korean translation of scim-hangul.
-# Copyright (C) 2004 James Su <suzhe@tsinghua.org.cn>
-# This file is distributed under the same license as the scim-hangul package.
-# 김기태 <neeum@yahoo.com>, 2004.
-# Choe Hwanjin <choehwanjin@gmail.com>, 2004.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: scim-hangul 0.0.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-10-29 18:57+0800\n"
-"Last-Translator: Choe Hwanjin <choe.hwanjin@gmail.com>\n"
-"Language-Team: Korean\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/isf_xt9_imengine.h:23
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-msgid "Chinese ZhuYin"
-msgstr ""
diff --git a/po/ko_KR.po b/po/ko_KR.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/nl.po b/po/nl.po
deleted file mode 100755 (executable)
index 5aa85be..0000000
--- a/po/nl.po
+++ /dev/null
@@ -1,31 +0,0 @@
-# translation of nl.po to Nederlands
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) 2004 James Su <suzhe@tsinghua.org.cn>.
-#
-# Ronald Stroethoff <stroet43@zonnet.nl>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: nl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2007-05-20 12:49+0200\n"
-"Last-Translator: Ronald Stroethoff <stroet43@zonnet.nl>\n"
-"Language-Team: Nederlands\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../src/isf_xt9_imengine.h:23
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-msgid "Chinese ZhuYin"
-msgstr ""
-
diff --git a/po/nl_NL.po b/po/nl_NL.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/pa.po b/po/pa.po
deleted file mode 100755 (executable)
index 197e254..0000000
--- a/po/pa.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# translation of scim-input-pad.po to Punjabi
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Amanpreet Singh Alam <amanpreetalam@yahoo.com>, 2005.
-# Amanpreet Singh Brar <amanpreetalam@yahoo.com>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: scim-input-pad\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-09-07 11:44+0530\n"
-"Last-Translator: Amanpreet Singh Brar <amanpreetalam@yahoo.com>\n"
-"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../src/isf_xt9_imengine.h:23
-#, fuzzy
-msgid "Chinese PinYin"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:24
-#, fuzzy
-msgid "Chinese CangJie"
-msgstr ""
-
-#: ../src/isf_xt9_imengine.h:25
-#, fuzzy
-msgid "Chinese ZhuYin"
-msgstr ""
diff --git a/po/pt_PT.po b/po/pt_PT.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/tr_TR.po b/po/tr_TR.po
deleted file mode 100755 (executable)
index 9d1d8a5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 05:55+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/update-po.sh b/po/update-po.sh
deleted file mode 100755 (executable)
index 35fa013..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-
-PACKAGE=ise-engine-xt9
-SRCROOT=..
-POTFILES=POTFILES.in
-
-#ALL_LINGUAS= am az be ca cs da de el en_CA en_GB es et fi fr hr hu it ja ko lv mk ml ms nb ne nl pa pl pt pt_BR ru rw sk sl sr sr@Latn sv ta tr uk vi zh_CN zh_TW
-ALL_LINGUAS="ko_KR en zh_CN zh_HK zh_TW de_DE nl_NL es_ES pt_PT el_GR it_IT fr_FR tr_TR ja_JP ru_RU"
-
-XGETTEXT=/usr/bin/xgettext
-MSGMERGE=/usr/bin/msgmerge
-
-echo -n "Make ${PACKAGE}.pot  "
-if [ ! -e $POTFILES ] ; then
-       echo "$POTFILES not found"
-       exit 1
-fi
-
-$XGETTEXT --default-domain=${PACKAGE} --directory=${SRCROOT} \
-               --add-comments --keyword=_ --keyword=N_ --files-from=$POTFILES \
-&& test ! -f ${PACKAGE}.po \
-       || (rm -f ${PACKAGE}.pot && mv ${PACKAGE}.po ${PACKAGE}.pot)
-
-if [ $? -ne 0 ]; then
-       echo "error"
-       exit 1
-else
-       echo "done"
-fi
-
-for LANG in $ALL_LINGUAS; do 
-       echo "$LANG : "
-
-       if [ ! -e $LANG.po ] ; then
-               cp ${PACKAGE}.pot ${LANG}.po
-               echo "${LANG}.po created"
-       else
-               if $MSGMERGE ${LANG}.po ${PACKAGE}.pot -o ${LANG}.new.po ; then
-                       if cmp ${LANG}.po ${LANG}.new.po > /dev/null 2>&1; then
-                               rm -f ${LANG}.new.po
-                       else
-                               if mv -f ${LANG}.new.po ${LANG}.po; then
-                                       echo "" 
-                               else
-                                       echo "msgmerge for $LANG.po failed: cannot move $LANG.new.po to $LANG.po" 1>&2
-                                       rm -f ${LANG}.new.po
-                                       exit 1
-                               fi
-                       fi
-               else
-                       echo "msgmerge for $LANG failed!"
-                       rm -f ${LANG}.new.po
-               fi
-       fi
-       echo ""
-done
-
diff --git a/po/zh_CN.po b/po/zh_CN.po
deleted file mode 100755 (executable)
index b68d9c5..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: 0.0.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-03-05 12:16+0800\n"
-"Last-Translator: James Su<suzhe@tsinghua.org.cn>\n"
-"Language-Team: Simplified Chinese <zh@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/isf_xt9_imengine.h:23
-msgid "Chinese PinYin"
-msgstr "中文拼音"
-
-#: ../src/isf_xt9_imengine.h:24
-msgid "Chinese CangJie"
-msgstr "中文仓颉"
-
-#: ../src/isf_xt9_imengine.h:25
-msgid "Chinese ZhuYin"
-msgstr "中文注音"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/zh_HK.po b/po/zh_HK.po
deleted file mode 100755 (executable)
index 3e5261c..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: 0.0.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-06-05 15:16+0800\n"
-"Last-Translator: Jim Huang <jserv@kaffe.org>\n"
-"Language-Team: Traditional Chinese <zh@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/isf_xt9_imengine.h:23
-msgid "Chinese PinYin"
-msgstr "中文拼音"
-
-#: ../src/isf_xt9_imengine.h:24
-msgid "Chinese CangJie"
-msgstr "中文倉頡"
-
-#: ../src/isf_xt9_imengine.h:25
-msgid "Chinese ZhuYin"
-msgstr "中文注音"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
deleted file mode 100755 (executable)
index a1f3a3d..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: 0.0.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-14 15:52+0900\n"
-"PO-Revision-Date: 2005-06-05 15:16+0800\n"
-"Last-Translator: Jim Huang <jserv@kaffe.org>\n"
-"Language-Team: Traditional Chinese <zh@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/isf_xt9_imengine.h:23
-msgid "Chinese PinYin"
-msgstr "中文拼音"
-
-#: ../src/isf_xt9_imengine.h:24
-msgid "Chinese CangJie"
-msgstr "中文倉頡"
-
-#: ../src/isf_xt9_imengine.h:25
-msgid "Chinese ZhuYin"
-msgstr "中文注音"
-
-#. Controlbar
-#. Evas_Object *cbar = elm_controlbar_add(_pparent_layout);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Delete"), _OnButton, (void *)&m_delete);
-#. elm_controlbar_tool_item_append(cbar, NULL, _("Create"), _OnButton, (void *)&m_create);
-#: src/t9options/t9options.cpp:521
-
-msgid "Delete"
-msgstr ""
-
-#: src/t9options/t9options.cpp:522
-msgid "Create"
-msgstr ""
-
-#: src/t9options/t9options.cpp:663
-msgid "Cancel"
-msgstr ""
-
-#: src/t9options/t9options.cpp:673
-msgid "Save"
-msgstr ""
-
-#: src/t9options/t9options.h:36
-msgid "XT9 options"
-msgstr ""
-
-#. #define T9_OPTIONS_4x4   gettext("Keypad XT9 Options")
-#: src/t9options/t9options.h:38
-msgid "MoHu XT9 Options"
-msgstr ""
-
-#: src/t9options/t9options.h:39
-msgid "XT9 dictionary"
-msgstr ""
-
-#: src/t9options/t9options.h:40
-msgid "About XT9"
-msgstr ""
-
-#: src/t9options/t9options.h:41
-msgid "XT9 help"
-msgstr ""
index ee2fd7e..993bcdc 100755 (executable)
@@ -42,7 +42,7 @@ libsunpinyin_la_SOURCES =
 
 libsunpinyin_la_CXXFLAGS = @ISF_CXXFLAGS@ @SQLITE_CXXFLAGS@ @GLIB_CXXFLAGS@ $(SUNPINYIN_DEFINES)
 
-libsunpinyin_la_LDFLAGS = -avoid-version  @LTLIBINTL@\
+libsunpinyin_la_LDFLAGS = -avoid-version \
                                        -module \
                                        -export-dynamic\
                                        @ISF_LIBS@ \