From c38fa83698168e33b6154b94e0c2fd151a8734c0 Mon Sep 17 00:00:00 2001 From: Haifeng Deng Date: Fri, 7 Jun 2013 17:12:27 +0800 Subject: [PATCH] Remove keyboard wizard source codes Change-Id: I5a77fd6dfa2b97307322f14f60a030d79a8088f5 --- Makefile.am | 2 +- configure.ac | 1 - ism/data/icons/Makefile.am | 4 +- ism/demos/isf_demo_efl.cpp | 32 -- ism/extras/efl_setting/Makefile.am | 23 +- .../efl_setting/include/isf_setting_wizard.h | 43 -- ism/extras/efl_setting/isf_setting_wizard.cpp | 562 --------------------- packaging/isf.spec | 4 +- po/kbwizard_efl/Makefile.in.in | 256 ---------- po/kbwizard_efl/POTFILES.in | 2 - po/kbwizard_efl/ar.po | 23 - po/kbwizard_efl/az.po | 23 - po/kbwizard_efl/bg.po | 23 - po/kbwizard_efl/ca.po | 23 - po/kbwizard_efl/cs.po | 23 - po/kbwizard_efl/da.po | 23 - po/kbwizard_efl/de_DE.po | 23 - po/kbwizard_efl/el_GR.po | 23 - po/kbwizard_efl/en.po | 23 - po/kbwizard_efl/en_PH.po | 23 - po/kbwizard_efl/en_US.po | 23 - po/kbwizard_efl/es_ES.po | 23 - po/kbwizard_efl/es_MX.po | 23 - po/kbwizard_efl/es_US.po | 23 - po/kbwizard_efl/et.po | 23 - po/kbwizard_efl/eu.po | 23 - po/kbwizard_efl/fa.po | 23 - po/kbwizard_efl/fi.po | 23 - po/kbwizard_efl/fr_CA.po | 23 - po/kbwizard_efl/fr_FR.po | 23 - po/kbwizard_efl/ga.po | 23 - po/kbwizard_efl/gl.po | 23 - po/kbwizard_efl/hi.po | 23 - po/kbwizard_efl/hr.po | 23 - po/kbwizard_efl/hu.po | 23 - po/kbwizard_efl/hy.po | 23 - po/kbwizard_efl/is.po | 23 - po/kbwizard_efl/it_IT.po | 23 - po/kbwizard_efl/ja_JP.po | 23 - po/kbwizard_efl/ka.po | 23 - po/kbwizard_efl/keyboard-setting-wizard-efl.pot | 23 - po/kbwizard_efl/kk.po | 23 - po/kbwizard_efl/ko_KR.po | 23 - po/kbwizard_efl/lt.po | 23 - po/kbwizard_efl/lv.po | 23 - po/kbwizard_efl/mk.po | 23 - po/kbwizard_efl/nb.po | 23 - po/kbwizard_efl/nl_NL.po | 23 - po/kbwizard_efl/pl.po | 23 - po/kbwizard_efl/pt_BR.po | 23 - po/kbwizard_efl/pt_PT.po | 23 - po/kbwizard_efl/ro.po | 23 - po/kbwizard_efl/ru_RU.po | 23 - po/kbwizard_efl/sk.po | 23 - po/kbwizard_efl/sl.po | 23 - po/kbwizard_efl/sr.po | 23 - po/kbwizard_efl/sv.po | 23 - po/kbwizard_efl/th.po | 23 - po/kbwizard_efl/tr_TR.po | 23 - po/kbwizard_efl/uk.po | 23 - po/kbwizard_efl/update-po.sh | 56 -- po/kbwizard_efl/ur.po | 23 - po/kbwizard_efl/uz.po | 23 - po/kbwizard_efl/zh_CN.po | 23 - po/kbwizard_efl/zh_HK.po | 23 - po/kbwizard_efl/zh_SG.po | 23 - po/kbwizard_efl/zh_TW.po | 23 - 67 files changed, 4 insertions(+), 2269 deletions(-) delete mode 100644 ism/extras/efl_setting/include/isf_setting_wizard.h delete mode 100644 ism/extras/efl_setting/isf_setting_wizard.cpp delete mode 100755 po/kbwizard_efl/Makefile.in.in delete mode 100755 po/kbwizard_efl/POTFILES.in delete mode 100644 po/kbwizard_efl/ar.po delete mode 100644 po/kbwizard_efl/az.po delete mode 100644 po/kbwizard_efl/bg.po delete mode 100644 po/kbwizard_efl/ca.po delete mode 100644 po/kbwizard_efl/cs.po delete mode 100644 po/kbwizard_efl/da.po delete mode 100644 po/kbwizard_efl/de_DE.po delete mode 100644 po/kbwizard_efl/el_GR.po delete mode 100644 po/kbwizard_efl/en.po delete mode 100644 po/kbwizard_efl/en_PH.po delete mode 100644 po/kbwizard_efl/en_US.po delete mode 100644 po/kbwizard_efl/es_ES.po delete mode 100644 po/kbwizard_efl/es_MX.po delete mode 100644 po/kbwizard_efl/es_US.po delete mode 100644 po/kbwizard_efl/et.po delete mode 100644 po/kbwizard_efl/eu.po delete mode 100644 po/kbwizard_efl/fa.po delete mode 100644 po/kbwizard_efl/fi.po delete mode 100644 po/kbwizard_efl/fr_CA.po delete mode 100644 po/kbwizard_efl/fr_FR.po delete mode 100644 po/kbwizard_efl/ga.po delete mode 100644 po/kbwizard_efl/gl.po delete mode 100644 po/kbwizard_efl/hi.po delete mode 100644 po/kbwizard_efl/hr.po delete mode 100644 po/kbwizard_efl/hu.po delete mode 100644 po/kbwizard_efl/hy.po delete mode 100644 po/kbwizard_efl/is.po delete mode 100644 po/kbwizard_efl/it_IT.po delete mode 100644 po/kbwizard_efl/ja_JP.po delete mode 100644 po/kbwizard_efl/ka.po delete mode 100644 po/kbwizard_efl/keyboard-setting-wizard-efl.pot delete mode 100644 po/kbwizard_efl/kk.po delete mode 100644 po/kbwizard_efl/ko_KR.po delete mode 100644 po/kbwizard_efl/lt.po delete mode 100644 po/kbwizard_efl/lv.po delete mode 100644 po/kbwizard_efl/mk.po delete mode 100644 po/kbwizard_efl/nb.po delete mode 100644 po/kbwizard_efl/nl_NL.po delete mode 100644 po/kbwizard_efl/pl.po delete mode 100644 po/kbwizard_efl/pt_BR.po delete mode 100644 po/kbwizard_efl/pt_PT.po delete mode 100644 po/kbwizard_efl/ro.po delete mode 100644 po/kbwizard_efl/ru_RU.po delete mode 100644 po/kbwizard_efl/sk.po delete mode 100644 po/kbwizard_efl/sl.po delete mode 100644 po/kbwizard_efl/sr.po delete mode 100644 po/kbwizard_efl/sv.po delete mode 100644 po/kbwizard_efl/th.po delete mode 100644 po/kbwizard_efl/tr_TR.po delete mode 100644 po/kbwizard_efl/uk.po delete mode 100755 po/kbwizard_efl/update-po.sh delete mode 100644 po/kbwizard_efl/ur.po delete mode 100644 po/kbwizard_efl/uz.po delete mode 100644 po/kbwizard_efl/zh_CN.po delete mode 100644 po/kbwizard_efl/zh_HK.po delete mode 100644 po/kbwizard_efl/zh_SG.po delete mode 100644 po/kbwizard_efl/zh_TW.po diff --git a/Makefile.am b/Makefile.am index 3609718..2a91f7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = config.rpath \ intltool-update.in AUTOMAKE_OPTIONS = gnu -SUBDIRS = ism/m4 ism/src ism/utils ism/modules ism/configs po/scim po/isfsetting_efl po/kbwizard_efl ism/extras ism/data ism/demos +SUBDIRS = ism/m4 ism/src ism/utils ism/modules ism/configs po/scim po/isfsetting_efl ism/extras ism/data ism/demos MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 \ diff --git a/configure.ac b/configure.ac index d738d80..e6a0aea 100755 --- a/configure.ac +++ b/configure.ac @@ -631,7 +631,6 @@ AC_CONFIG_FILES([Makefile ism/m4/Makefile po/scim/Makefile.in po/isfsetting_efl/Makefile.in - po/kbwizard_efl/Makefile.in ism/src/Makefile ism/src/scim_types.h ism/utils/Makefile diff --git a/ism/data/icons/Makefile.am b/ism/data/icons/Makefile.am index 129d486..791918a 100644 --- a/ism/data/icons/Makefile.am +++ b/ism/data/icons/Makefile.am @@ -17,9 +17,7 @@ MAINTAINERCLEANFILES = Makefile.in -INST_ICONS = keyboard.png \ - 01_header_icon_cancel.png \ - 01_header_icon_done.png +INST_ICONS = keyboard.png SCTC_FILTER_ICONS = sctc.png \ sctc-sc-to-tc.png \ diff --git a/ism/demos/isf_demo_efl.cpp b/ism/demos/isf_demo_efl.cpp index d400788..e4dc3e4 100644 --- a/ism/demos/isf_demo_efl.cpp +++ b/ism/demos/isf_demo_efl.cpp @@ -42,7 +42,6 @@ #define BASE_THEME_WIDTH 720.0f static void isfsetting_bt (void *data, Evas_Object *obj, void *event_info); -static void keyboard_setting_wizard_bt (void *data, Evas_Object *obj, void *event_info); static struct _menu_item isf_demo_menu_its[] = { { "ISF IM Control", imcontrolapi_bt }, @@ -56,7 +55,6 @@ static struct _menu_item isf_demo_menu_its[] = { { "ISF Event", isf_event_demo_bt }, { "ISF Focus Movement", isf_focus_movement_bt }, { "ISF Setting", isfsetting_bt }, - { "Keyboard Setting Wizard", keyboard_setting_wizard_bt }, /* do not delete below */ { NULL, NULL } @@ -116,14 +114,6 @@ static void result_cb (ui_gadget_h ug, service_h s, void *priv) printf ("get key [ %s ]\n", name); if (name) { - if (strcmp (name, "keyboard-setting-wizard-efl") == 0) { - char *desp = NULL; - service_get_extra_data (s, "description", &desp); - printf ("====================\nresult:%s\n====================\n", desp); - if (desp != NULL) - free (desp); - } - free (name); } } @@ -154,28 +144,6 @@ static void isfsetting_bt (void *data, Evas_Object *obj, void *event_info) ad->data = NULL; } -static void keyboard_setting_wizard_bt (void *data, Evas_Object *obj, void *event_info) -{ - struct appdata *ad = (struct appdata *)data; - struct ug_cbs cbs = {0, }; - - UG_INIT_EFL (ad->win_main, UG_OPT_INDICATOR_ENABLE); - - cbs.layout_cb = layout_cb; - cbs.result_cb = result_cb; - cbs.destroy_cb = destroy_cb; - cbs.priv = ad; - service_create (&ad->data); - service_add_extra_data (ad->data, "navi_btn_left", _("Previous")); - //service_add_extra_data (ad->data, "navi_btn_left", NULL); - service_add_extra_data (ad->data, "navi_btn_right", _("Next")); - ad->ug = ug_create (NULL, "keyboard-setting-wizard-efl", - UG_MODE_FULLVIEW, - ad->data, &cbs); - service_destroy (ad->data); - ad->data = NULL; -} - static int create_demo_view (struct appdata *ad) { Evas_Object *li = NULL; diff --git a/ism/extras/efl_setting/Makefile.am b/ism/extras/efl_setting/Makefile.am index d1710ab..0889851 100644 --- a/ism/extras/efl_setting/Makefile.am +++ b/ism/extras/efl_setting/Makefile.am @@ -22,7 +22,7 @@ INCLUDES = -I$(top_builddir) \ noinst_HEADERS = moduledir = /usr/ug/lib -module_LTLIBRARIES = libug-isfsetting-efl.la libug-keyboard-setting-wizard-efl.la +module_LTLIBRARIES = libug-isfsetting-efl.la libug_isfsetting_efl_la_SOURCES = isf_setting_efl.cpp \ scim_setup_module_efl.cpp \ ../efl_panel/isf_panel_utility.cpp @@ -47,24 +47,3 @@ libug_isfsetting_efl_la_LIBADD = @LIBTOOL_EXPORT_OPTIONS@ \ $(top_builddir)/ism/src/libscim@SCIM_EPOCH@.la \ $(top_builddir)/ism/extras/efl_immodule/libisf-imf-module.la -libug_keyboard_setting_wizard_efl_la_SOURCES = isf_setting_wizard.cpp \ - ../efl_panel/isf_panel_utility.cpp - -libug_keyboard_setting_wizard_efl_la_CXXFLAGS = @EFL_CFLAGS@ \ - @VCONF_CFLAGS@ \ - @DLOG_CFLAGS@ \ - @UIGADGET_CFLAGS@ - -libug_keyboard_setting_wizard_efl_la_LDFLAGS = -avoid-version \ - -export-dynamic \ - -rpath $(moduledir) - -libug_keyboard_setting_wizard_efl_la_LIBADD = @LIBTOOL_EXPORT_OPTIONS@ \ - @LTLIBINTL@ \ - @EFL_LIBS@ \ - @VCONF_LIBS@ \ - @DLOG_LIBS@ \ - @UIGADGET_LIBS@ \ - $(top_builddir)/ism/src/libscim@SCIM_EPOCH@.la \ - $(top_builddir)/ism/extras/efl_immodule/libisf-imf-module.la - diff --git a/ism/extras/efl_setting/include/isf_setting_wizard.h b/ism/extras/efl_setting/include/isf_setting_wizard.h deleted file mode 100644 index e251caa..0000000 --- a/ism/extras/efl_setting/include/isf_setting_wizard.h +++ /dev/null @@ -1,43 +0,0 @@ -/* - * ISF(Input Service Framework) - * - * ISF is based on SCIM 1.4.7 and extended for supporting more mobile fitable. - * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. - * - * Contact: Shuo Liu , Hengliang Luo - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the - * Free Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - * License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this library; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#ifndef __ISF_SETTING_WIZARD_H -#define __ISF_SETTING_WIZARD_H - -#define ISF_HEADER_CANCEL_ICON (SCIM_ICONDIR "/01_header_icon_cancel.png") -#define ISF_HEADER_DONE_ICON (SCIM_ICONDIR "/01_header_icon_done.png") - -struct ug_data { - Evas_Object *layout_main; - Evas_Object *naviframe; - service_h data; - ui_gadget_h ug; -}; - -#endif /* __ISF_SETTING_WIZARD_H */ - -/* -vi:ts=4:ai:nowrap:expandtab -*/ - diff --git a/ism/extras/efl_setting/isf_setting_wizard.cpp b/ism/extras/efl_setting/isf_setting_wizard.cpp deleted file mode 100644 index ba108a8..0000000 --- a/ism/extras/efl_setting/isf_setting_wizard.cpp +++ /dev/null @@ -1,562 +0,0 @@ -/* - * ISF(Input Service Framework) - * - * ISF is based on SCIM 1.4.7 and extended for supporting more mobile fitable. - * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. - * - * Contact: Shuo Liu , Hengliang Luo - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the - * Free Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - * License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this library; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#ifndef UG_WIZARD_MODULE_API -#define UG_WIZARD_MODULE_API __attribute__ ((visibility("default"))) -#endif - -#define Uses_SCIM_CONFIG_PATH -#define Uses_SCIM_HELPER_MODULE - -#include -#include -#include -#include "isf_control.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include "scim.h" -#include "scim_stl_map.h" -#include "isf_setting_wizard.h" -#include "../efl_panel/isf_panel_utility.h" - - -using namespace scim; - - -#define WIZARD_PACKAGE "keyboard-setting-wizard-efl" -#define WIZARD_LOCALEDIR "/usr/ug/res/locale" -#define T_(s) dgettext(WIZARD_PACKAGE, s) -#define LOG_TAG "isfsettingwizard" - -static Elm_Genlist_Item_Class itc1,itcSeparator; -static int mark = 0; - - -static Ecore_IMF_Context *imf_context = NULL; - -static Evas_Object *sw_radio_grp = NULL; //sw view raido group -static std::vector sw_iselist; - -static ConfigPointer _config; - -static char ise_bak[256] = {'\0'}; -static char _active_ise_name[256] = {'\0'}; - - -extern std::vector _names; -extern std::vector _uuids; -extern std::vector _module_names; -extern std::vector _langs; - -static String uuid_to_name(String uuid) -{ - String tmpName(""); - for(unsigned int i = 0;i<_uuids.size();i++) - { - if (strcmp(uuid.c_str(),_uuids[i].c_str())== 0) { - tmpName = _names[i]; - break; - } - } - return tmpName; -} - -static Evas_Object *_create_bg(Evas_Object *win) -{ - Evas_Object *bg = elm_bg_add(win); - evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); - evas_object_show(bg); - return bg; -} - -static Evas_Object *create_fullview (Evas_Object *parent, struct ug_data *ugd) -{ - Evas_Object *bg = _create_bg(parent); - Evas_Object *layout_main = NULL; - - layout_main = elm_layout_add (parent); - - if (layout_main == NULL) - return NULL; - - elm_layout_theme_set (layout_main, "layout","application","default"); - elm_object_style_set(bg, "group_list"); - elm_object_part_content_set (layout_main, "elm.swallow.bg", bg); - - return layout_main; -} - -static Evas_Object *create_frameview (Evas_Object *parent, struct ug_data *ugd) -{ - Evas_Object *bg = _create_bg(parent); - Evas_Object *layout_main = elm_layout_add (parent); - if (layout_main == NULL) - return NULL; - elm_layout_theme_set (layout_main, "layout", "application", "default"); - elm_object_style_set(bg, "group_list"); - elm_object_part_content_set (layout_main, "elm.swallow.bg", bg); - - return layout_main; -} - -static void back_cb (void *data, Evas_Object *obj, void *event_info) -{ - if (data == NULL) - return; - - struct ug_data *ugd = (struct ug_data *)data; - ug_destroy_me (ugd->ug); -} - -static Evas_Object* _create_naviframe_layout (Evas_Object* parent) -{ - Evas_Object *naviframe = elm_naviframe_add (parent); - elm_object_part_content_set (parent, "elm.swallow.content", naviframe); - evas_object_show (naviframe); - - return naviframe; -} - -static bool in_exit = false; -static void sw_keyboard_selection_view_back_cb (void *data, Evas_Object *obj, void *event_info) -{ - if (in_exit) { - LOGD("do nothing ,exit!\n"); - return; - } - in_exit = true; - - if (data == NULL) - return; - - struct ug_data *ugd = NULL; - ugd = (ug_data *)data; - - if (strcmp (ise_bak, _active_ise_name) != 0) { - //if _active_ise_name is changed , active _active_ise_name. - //find the uuid of the active - String uuid; - for (unsigned int i = 0; i < _names.size (); i++) { - if (strcmp (_names[i].c_str (), _active_ise_name) == 0) - uuid = _uuids[i]; - } - isf_control_set_active_ise_by_uuid ( uuid.c_str ()); - - snprintf (ise_bak, sizeof (ise_bak), "%s", _active_ise_name); - } - - service_h s = NULL; - service_create(&s); - service_add_extra_data(s, "name", "keyboard-setting-wizard-efl"); - service_add_extra_data(s, "description", "previous clicked"); - ug_send_result(ugd->ug, s); - service_destroy(s); - - back_cb(data,obj,event_info); - - LOGD("End of %s", __func__); -} - -static void sw_keyboard_selection_view_set_cb (void *data, Evas_Object *obj, void *event_info) -{ - if (in_exit) - return; - in_exit = true; - - if (data == NULL) - return; - - struct ug_data *ugd = (struct ug_data *)data; - - if (strcmp (ise_bak, _active_ise_name) != 0) { - //if _active_ise_name is changed , active _active_ise_name. - //find the uuid of the active - String uuid; - for (unsigned int i = 0; i < _names.size (); i++) { - if (strcmp (_names[i].c_str (), _active_ise_name) == 0) - uuid = _uuids[i]; - } - isf_control_set_active_ise_by_uuid ( uuid.c_str ()); - - snprintf (ise_bak, sizeof (ise_bak), "%s", _active_ise_name); - LOGD("Set active ISE : %s", ise_bak); - } - - service_h s = NULL; - service_create(&s); - service_add_extra_data(s, "name", "keyboard-setting-wizard-efl"); - service_add_extra_data(s, "description", "next clicked"); - ug_send_result(ugd->ug, s); - service_destroy(s); - - back_cb(data,obj,event_info); - - LOGD("End of %s", __func__); -// call next ug -} - -static void _gl_sel(void *data, Evas_Object *obj, void *event_info) -{ - Elm_Object_Item *item = (Elm_Object_Item *)event_info; - elm_genlist_item_selected_set(item, 0); - mark = (int) (data); - snprintf (_active_ise_name, sizeof (_active_ise_name), "%s", sw_iselist[mark].c_str ()); - elm_genlist_item_update(item); - return; -} - -static void _sw_radio_cb (void *data, Evas_Object *obj, void *event_info) -{ - int index = GPOINTER_TO_INT(data); - elm_radio_value_set (sw_radio_grp, index); - snprintf (_active_ise_name, sizeof (_active_ise_name), "%s", sw_iselist[index].c_str ()); -} - -static char *_gl_label_get(void *data, Evas_Object *obj, const char *part) -{ - int index = (int)(data); - if (!strcmp(part, "elm.text")) { - return strdup(sw_iselist[index].c_str()); - } - return NULL; -} - -static Evas_Object *_gl_icon_get(void *data, Evas_Object *obj, const char *part) -{ - if (!strcmp(part, "elm.icon")) { - - int index = (int)(data); - Evas_Object *radio = elm_radio_add (obj); - elm_radio_state_value_set (radio, index); - if (sw_radio_grp == NULL) - sw_radio_grp = elm_radio_add(obj); - elm_radio_group_add (radio, sw_radio_grp); - evas_object_show (radio); - evas_object_smart_callback_add (radio, "changed", _sw_radio_cb, (void *) (index)); - if (mark == index) { - elm_radio_value_set (sw_radio_grp, mark); - } - return radio; - } - return NULL; -} - -static Eina_Bool _gl_state_get(void *data, Evas_Object *obj, const char *part) -{ - return EINA_FALSE; -} - -static void _gl_del(void *data, Evas_Object *obj) -{ - return; -} - -static Evas_Object *isf_setting_main_view_tizen(ug_data * ugd) -{ - String tmpStr = _config->read(SCIM_CONFIG_DEFAULT_HELPER_ISE,String("b70bf6cc-ff77-47dc-a137-60acc32d1e0c")); - snprintf (_active_ise_name, sizeof (_active_ise_name), "%s", (uuid_to_name(tmpStr)).c_str()); - snprintf (ise_bak, sizeof (ise_bak), "%s", _active_ise_name); - LOGD("Default ISE Name : %s", ise_bak); - - ugd->naviframe = _create_naviframe_layout (ugd->layout_main); - char *navi_btn_l_lable = NULL; - char *navi_btn_r_lable = NULL; - service_get_extra_data(ugd->data, "navi_btn_left",&navi_btn_l_lable); - service_get_extra_data(ugd->data, "navi_btn_right",&navi_btn_r_lable); - if (sw_radio_grp != NULL) - { - evas_object_del(sw_radio_grp); - sw_radio_grp = NULL; - } - - Evas_Object *genlist = elm_genlist_add(ugd->naviframe); - elm_object_style_set(genlist, "dialogue"); - evas_object_show(genlist); - - Elm_Object_Item *nf_it; - Evas_Object *cbar = elm_toolbar_add (ugd->naviframe); - elm_toolbar_shrink_mode_set(cbar, ELM_TOOLBAR_SHRINK_EXPAND); - if (cbar == NULL) return NULL; - - if (navi_btn_l_lable!= NULL) { - elm_toolbar_item_append(cbar, NULL, navi_btn_l_lable, sw_keyboard_selection_view_back_cb, ugd); - elm_toolbar_item_append(cbar, NULL, navi_btn_r_lable, sw_keyboard_selection_view_set_cb, ugd); - - nf_it = elm_naviframe_item_push(ugd->naviframe, T_("Keyboard"), NULL, NULL, genlist, NULL); - elm_object_item_part_content_set(nf_it, "controlbar", cbar); - } - else { - elm_toolbar_item_append(cbar, NULL, navi_btn_r_lable, sw_keyboard_selection_view_set_cb, ugd); - nf_it = elm_naviframe_item_push(ugd->naviframe, T_("Keyboard"), NULL, NULL, genlist, NULL); - elm_object_item_part_content_set(nf_it, "controlbar", cbar); - } - - if (navi_btn_l_lable!= NULL) - free (navi_btn_l_lable); - if (navi_btn_r_lable!= NULL) - free (navi_btn_r_lable); - unsigned int i = 0; - - sw_iselist.clear (); - std::vector selected_langs, all_langs, uuid_list; - - isf_get_all_languages (all_langs); - isf_get_helper_ises_in_languages (all_langs, uuid_list, sw_iselist); - std::sort (sw_iselist.begin (), sw_iselist.end ()); - - if (sw_iselist.size () > 0) { - // Set item class for dialogue group seperator - itcSeparator.item_style = "dialogue/separator/21/with_line"; - itcSeparator.func.text_get = NULL; - itcSeparator.func.content_get = NULL; - itcSeparator.func.state_get = NULL; - itcSeparator.func.del = NULL; - - //separator - Elm_Object_Item *item; - item = elm_genlist_item_append( - genlist, // genlist object - &itcSeparator, // item class - NULL, // data - NULL, - ELM_GENLIST_ITEM_NONE, - NULL, - NULL); - elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY); - } - - for (i = 0; i < sw_iselist.size (); i++) { - if (strcmp (_active_ise_name, sw_iselist[i].c_str ()) == 0) { - mark = i; - break; - } - } - - //set item class for 1text.1icon(text+radiobutton) - itc1.item_style = "dialogue/1text.1icon.2"; - itc1.func.text_get = _gl_label_get; - itc1.func.content_get = _gl_icon_get; - itc1.func.state_get = _gl_state_get; - itc1.func.del = _gl_del; - for (i = 0;i < sw_iselist.size();i++) { - elm_genlist_item_append(genlist, &itc1, - (void *)(i), NULL, ELM_GENLIST_ITEM_NONE, _gl_sel, - (void *)(i)); - } - - return ugd->naviframe; -} - -ConfigPointer isf_imf_context_get_config(void); -static void *on_create (ui_gadget_h ug, enum ug_mode mode, service_h s, void *priv) -{ - Evas_Object *parent = NULL; - Evas_Object *content = NULL; - - if ( ug == NULL || priv == NULL) - return NULL; - - bindtextdomain (WIZARD_PACKAGE, WIZARD_LOCALEDIR); - - struct ug_data *ugd = (struct ug_data *)priv; - ugd->ug = ug; - ugd->data = s; - parent = (Evas_Object *) ug_get_parent_layout (ug); - if (parent == NULL) - return NULL; - //-------------------------- ise infomation ---------------------------- - - const char *ctx_id = ecore_imf_context_default_id_get (); - if (ctx_id != NULL) { - imf_context = ecore_imf_context_add (ctx_id); - } - - _config = isf_imf_context_get_config (); - if (_config.null ()) { - std::cerr << "Create dummy config!!!\n"; - _config = new DummyConfig (); - } - - if (_config.null ()) { - std::cerr << "Can not create Config Object!\n"; - } - - //only helper ISEs will be needed in isfsetting according to phone requirement. - isf_load_ise_information (HELPER_ONLY, _config); - // Request ISF to update ISE list, below codes are very important, dont remove - char **iselist = NULL; - int count = isf_control_get_ise_list (&iselist); - for (unsigned int i = 0; i < (unsigned int)count; i++) { - SCIM_DEBUG_MAIN (3) << " [" << i << " : " << iselist[i] << "] \n"; - if (iselist[i] != NULL) - delete [] (iselist[i]); - } - - if (iselist!=NULL) - free(iselist); - //-------------------------- ise infomation ---------------------------- - - //construct the UI part of the isfsetting module - if (mode == UG_MODE_FULLVIEW) - ugd->layout_main = create_fullview (parent, ugd); - else - ugd->layout_main = create_frameview (parent, ugd); - - if (ugd->layout_main != NULL) { - content = isf_setting_main_view_tizen(ugd); - elm_object_part_content_set (ugd->layout_main, "elm.swallow.content", content); - } - return (void *)ugd->layout_main; -} - -static void on_start (ui_gadget_h ug, service_h s, void *priv) -{ -} - -static void on_pause (ui_gadget_h ug, service_h s, void *priv) -{ - -} - -static void on_resume (ui_gadget_h ug, service_h s, void *priv) -{ - -} - -static void on_destroy (ui_gadget_h ug, service_h s, void *priv) -{ - if ( ug == NULL|| priv == NULL) - return; - - if (imf_context != NULL) { - ecore_imf_context_del(imf_context); - imf_context = NULL; - } - - struct ug_data *ugd = (struct ug_data *) priv; - - if (ugd->naviframe != NULL) { - evas_object_del (ugd->naviframe); - ugd->naviframe = NULL; - } - - if (ugd->layout_main != NULL) { - evas_object_del (ugd->layout_main); - ugd->layout_main = NULL; - } - - if (!_config.null ()) { - _config->flush (); - _config.reset (); - } -} - -static void on_message (ui_gadget_h ug, service_h msg, service_h data, void *priv) -{ -} - -static void on_event (ui_gadget_h ug, enum ug_event event, service_h s, void *priv) -{ - switch (event) { - case UG_EVENT_LOW_MEMORY: - break; - case UG_EVENT_LOW_BATTERY: - break; - case UG_EVENT_LANG_CHANGE: - break; - case UG_EVENT_ROTATE_PORTRAIT: - break; - case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN: - break; - case UG_EVENT_ROTATE_LANDSCAPE: - break; - case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN: - break; - default: - break; - } -} - -static void on_key_event(ui_gadget_h ug, enum ug_key_event event, service_h s, void *priv) -{ - if (ug == NULL) - return; - - switch (event) { - case UG_KEY_EVENT_END: - ug_destroy_me(ug); - break; - default: - break; - } -} - -#ifdef __cplusplus -extern "C" -{ -#endif - UG_WIZARD_MODULE_API int UG_MODULE_INIT (struct ug_module_ops *ops) { - if (ops == NULL) - return -1; - - struct ug_data *ugd = (ug_data*)calloc (1, sizeof (struct ug_data)); - if (ugd == NULL) - return -1; - - ops->create = on_create; - ops->start = on_start; - ops->pause = on_pause; - ops->resume = on_resume; - ops->destroy = on_destroy; - ops->message = on_message; - ops->event = on_event; - ops->key_event = on_key_event; - ops->priv = ugd; - ops->opt = UG_OPT_INDICATOR_PORTRAIT_ONLY; - - return 0; - } - - UG_WIZARD_MODULE_API void UG_MODULE_EXIT (struct ug_module_ops *ops) { - if (ops == NULL) - return; - - struct ug_data *ugd = (struct ug_data *)(ops->priv); - if (ugd != NULL) - free (ugd); - } - -#ifdef __cplusplus -} -#endif -/* -vi:ts=4:ai:nowrap:expandtab -*/ - diff --git a/packaging/isf.spec b/packaging/isf.spec index f6d7b09..a85fa89 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -69,10 +69,9 @@ mkdir -p %{buildroot}/opt/apps/scim/lib/scim-1.0/1.4.0/SetupUI mkdir -p %{buildroot}/opt/apps/scim/lib/scim-1.0/1.4.0/IMEngine %find_lang isfsetting-efl -%find_lang keyboard-setting-wizard-efl %find_lang scim -cat keyboard-setting-wizard-efl.lang scim.lang > isf.lang +cat scim.lang > isf.lang %post /sbin/ldconfig @@ -115,7 +114,6 @@ ln -sf /usr/bin/ug-client /opt/ug/bin/isfsetting-efl %{_libdir}/scim-1.0/scim-launcher %{_libdir}/scim-1.0/scim-helper-launcher %{_libdir}/libscim-*.so* -%{_ugdir}/lib/libug-keyboard-setting-wizard-efl.so %license COPYING %files devel diff --git a/po/kbwizard_efl/Makefile.in.in b/po/kbwizard_efl/Makefile.in.in deleted file mode 100755 index 677c7d0..0000000 --- a/po/kbwizard_efl/Makefile.in.in +++ /dev/null @@ -1,256 +0,0 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# -# 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 to use GETTEXT_PACKAGE -# instead of PACKAGE and to look for po2tbl in ./ not in intl/ -# -# - Modified by jacob berkman to install -# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize - -GETTEXT_PACKAGE = keyboard-setting-wizard-efl -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = /bin/sh -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = @top_builddir@ -VPATH = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -datadir = /usr/ug/res -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 = $(srcdir)/ChangeLog $(srcdir)/Makefile.in.in $(srcdir)/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 *.gmo - 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 $$file $(distdir) 2> /dev/null \ - || cp -p $$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/kbwizard_efl/POTFILES.in b/po/kbwizard_efl/POTFILES.in deleted file mode 100755 index 7e19bc9..0000000 --- a/po/kbwizard_efl/POTFILES.in +++ /dev/null @@ -1,2 +0,0 @@ -ism/extras/efl_setting/scim_setup_module_efl.cpp -ism/extras/efl_setting/isf_setting_wizard.cpp diff --git a/po/kbwizard_efl/ar.po b/po/kbwizard_efl/ar.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/ar.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/az.po b/po/kbwizard_efl/az.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/az.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/bg.po b/po/kbwizard_efl/bg.po deleted file mode 100644 index caaa842..0000000 --- a/po/kbwizard_efl/bg.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/ca.po b/po/kbwizard_efl/ca.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/ca.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/cs.po b/po/kbwizard_efl/cs.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/cs.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/da.po b/po/kbwizard_efl/da.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/da.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/de_DE.po b/po/kbwizard_efl/de_DE.po deleted file mode 100644 index e782827..0000000 --- a/po/kbwizard_efl/de_DE.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Tastatur" diff --git a/po/kbwizard_efl/el_GR.po b/po/kbwizard_efl/el_GR.po deleted file mode 100644 index 6233b8a..0000000 --- a/po/kbwizard_efl/el_GR.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Πληκτρολόγιο" diff --git a/po/kbwizard_efl/en.po b/po/kbwizard_efl/en.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/en.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/en_PH.po b/po/kbwizard_efl/en_PH.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/en_PH.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/en_US.po b/po/kbwizard_efl/en_US.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/en_US.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/es_ES.po b/po/kbwizard_efl/es_ES.po deleted file mode 100644 index c066c03..0000000 --- a/po/kbwizard_efl/es_ES.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Teclado" diff --git a/po/kbwizard_efl/es_MX.po b/po/kbwizard_efl/es_MX.po deleted file mode 100644 index 73fdedd..0000000 --- a/po/kbwizard_efl/es_MX.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-18 16:42+0800\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/es_US.po b/po/kbwizard_efl/es_US.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/es_US.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/et.po b/po/kbwizard_efl/et.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/et.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/eu.po b/po/kbwizard_efl/eu.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/eu.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/fa.po b/po/kbwizard_efl/fa.po deleted file mode 100644 index 1c8dc5f..0000000 --- a/po/kbwizard_efl/fa.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-30 13:04-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/fi.po b/po/kbwizard_efl/fi.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/fi.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/fr_CA.po b/po/kbwizard_efl/fr_CA.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/fr_CA.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/fr_FR.po b/po/kbwizard_efl/fr_FR.po deleted file mode 100644 index 1e998b5..0000000 --- a/po/kbwizard_efl/fr_FR.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Clavier" diff --git a/po/kbwizard_efl/ga.po b/po/kbwizard_efl/ga.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/ga.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/gl.po b/po/kbwizard_efl/gl.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/gl.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/hi.po b/po/kbwizard_efl/hi.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/hi.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/hr.po b/po/kbwizard_efl/hr.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/hr.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/hu.po b/po/kbwizard_efl/hu.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/hu.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/hy.po b/po/kbwizard_efl/hy.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/hy.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/is.po b/po/kbwizard_efl/is.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/is.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/it_IT.po b/po/kbwizard_efl/it_IT.po deleted file mode 100644 index 7bcb482..0000000 --- a/po/kbwizard_efl/it_IT.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Tastiera" diff --git a/po/kbwizard_efl/ja_JP.po b/po/kbwizard_efl/ja_JP.po deleted file mode 100644 index 6c44564..0000000 --- a/po/kbwizard_efl/ja_JP.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "キーボード" diff --git a/po/kbwizard_efl/ka.po b/po/kbwizard_efl/ka.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/ka.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/keyboard-setting-wizard-efl.pot b/po/kbwizard_efl/keyboard-setting-wizard-efl.pot deleted file mode 100644 index caaa842..0000000 --- a/po/kbwizard_efl/keyboard-setting-wizard-efl.pot +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/kk.po b/po/kbwizard_efl/kk.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/kk.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/ko_KR.po b/po/kbwizard_efl/ko_KR.po deleted file mode 100644 index 998324f..0000000 --- a/po/kbwizard_efl/ko_KR.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "키보드" diff --git a/po/kbwizard_efl/lt.po b/po/kbwizard_efl/lt.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/lt.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/lv.po b/po/kbwizard_efl/lv.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/lv.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/mk.po b/po/kbwizard_efl/mk.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/mk.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/nb.po b/po/kbwizard_efl/nb.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/nb.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/nl_NL.po b/po/kbwizard_efl/nl_NL.po deleted file mode 100644 index 95f07be..0000000 --- a/po/kbwizard_efl/nl_NL.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Toetsenbord" diff --git a/po/kbwizard_efl/pl.po b/po/kbwizard_efl/pl.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/pl.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/pt_BR.po b/po/kbwizard_efl/pt_BR.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/pt_BR.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/pt_PT.po b/po/kbwizard_efl/pt_PT.po deleted file mode 100644 index c066c03..0000000 --- a/po/kbwizard_efl/pt_PT.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Teclado" diff --git a/po/kbwizard_efl/ro.po b/po/kbwizard_efl/ro.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/ro.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/ru_RU.po b/po/kbwizard_efl/ru_RU.po deleted file mode 100644 index 3f324a3..0000000 --- a/po/kbwizard_efl/ru_RU.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Клавиатура" diff --git a/po/kbwizard_efl/sk.po b/po/kbwizard_efl/sk.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/sk.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/sl.po b/po/kbwizard_efl/sl.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/sl.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/sr.po b/po/kbwizard_efl/sr.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/sr.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/sv.po b/po/kbwizard_efl/sv.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/sv.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/th.po b/po/kbwizard_efl/th.po deleted file mode 100644 index 1c8dc5f..0000000 --- a/po/kbwizard_efl/th.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-30 13:04-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/tr_TR.po b/po/kbwizard_efl/tr_TR.po deleted file mode 100644 index 6642a34..0000000 --- a/po/kbwizard_efl/tr_TR.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "Klavye" diff --git a/po/kbwizard_efl/uk.po b/po/kbwizard_efl/uk.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/uk.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/update-po.sh b/po/kbwizard_efl/update-po.sh deleted file mode 100755 index d67a88b..0000000 --- a/po/kbwizard_efl/update-po.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh - -PACKAGE=keyboard-setting-wizard-efl -SRCROOT=../.. -POTFILES=POTFILES.in - -ALL_LINGUAS="hy az eu bg ca zh_CN zh_HK zh_TW hr cs da nl_NL en en_US et fi fr_FR gl ka de_DE el_GR hu is ga it_IT ja_JP kk ko_KR lv lt mk nb pl pt_PT pt_BR ro ru_RU sr sk sl es_ES es_US es_MX sv tr_TR uk uz ar zh_SG hi en_PH fr_CA fa th ur" - -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=T_ --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/kbwizard_efl/ur.po b/po/kbwizard_efl/ur.po deleted file mode 100644 index 1c8dc5f..0000000 --- a/po/kbwizard_efl/ur.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-30 13:04-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/uz.po b/po/kbwizard_efl/uz.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/uz.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/zh_CN.po b/po/kbwizard_efl/zh_CN.po deleted file mode 100644 index 475f4a7..0000000 --- a/po/kbwizard_efl/zh_CN.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "键盘" diff --git a/po/kbwizard_efl/zh_HK.po b/po/kbwizard_efl/zh_HK.po deleted file mode 100644 index f1f15f6..0000000 --- a/po/kbwizard_efl/zh_HK.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "鍵盤" diff --git a/po/kbwizard_efl/zh_SG.po b/po/kbwizard_efl/zh_SG.po deleted file mode 100644 index 78fae63..0000000 --- a/po/kbwizard_efl/zh_SG.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "" diff --git a/po/kbwizard_efl/zh_TW.po b/po/kbwizard_efl/zh_TW.po deleted file mode 100644 index f1f15f6..0000000 --- a/po/kbwizard_efl/zh_TW.po +++ /dev/null @@ -1,23 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-29 14:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ism/extras/efl_setting/isf_setting_wizard.cpp:312 -#: ism/extras/efl_setting/isf_setting_wizard.cpp:317 -msgid "Keyboard" -msgstr "鍵盤" -- 2.7.4