From: Mr.LeQuocTuan Date: Thu, 6 Aug 2009 04:12:48 +0000 (+0000) Subject: update translate, ... X-Git-Tag: accepted/tizen/unified/20230120.182101~1^2~1^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=454e4eb3228ecef10c842e6be8a49e332e68c768;p=platform%2Fcore%2Fuifw%2Fise-engine-unikey.git update translate, ... git-svn-id: svn://localhost/trunk@57 79bd180b-0a32-48ee-ac55-ada8cae9df61 --- diff --git a/INSTALL b/INSTALL index 7ddbb87..750e73d 100644 --- a/INSTALL +++ b/INSTALL @@ -16,8 +16,8 @@ On Ubuntu: 1. Install some package for build: sudo apt-get install build-essential libscim-dev - 2. Open a Terminal, change directory to parent of scim-unikey-version.tar.bz2 and type - tar xvjf scim-unikey-version.tar.bz2 + 2. Open a Terminal, change directory to parent of scim-unikey-version.tar.gz and type + tar xvzf scim-unikey-version.tar.gz ./configure --prefix=/usr make sudo make install diff --git a/configure.ac b/configure.ac index 74ee8b2..5326a33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(scim-unikey, 0.3~r32, mr.lequoctuan@gmail.com) +AC_INIT(scim-unikey, 0.3.0.r57, mr.lequoctuan@gmail.com) cflags_set=${CFLAGS+set} cppflags_set=${CPPFLAGS+set} diff --git a/po/scim-unikey.pot b/po/scim-unikey.pot index a797ad9..52434c3 100644 --- a/po/scim-unikey.pot +++ b/po/scim-unikey.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: scim-unikey 0.3~r32\n" +"Project-Id-Version: scim-unikey 0.3.0.r56\n" "Report-Msgid-Bugs-To: mr.lequoctuan@gmail.com\n" -"POT-Creation-Date: 2009-08-05 10:47+0700\n" +"POT-Creation-Date: 2009-08-06 11:08+0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -94,7 +94,7 @@ msgid "" msgstr "" #: src/unikey_instance.cpp:231 -msgid "Launch Unikey-setup" +msgid "Launch Unikey Setup" msgstr "" #: setup/scim_unikey_setup.cpp:64 setup/scim_unikey_helper.cpp:36 @@ -112,10 +112,6 @@ msgstr "" msgid "_Run setup" msgstr "" -#: setup/scim_unikey_helper.cpp:38 -msgid "Launch a GUI program to setup Unikey" -msgstr "" - #: setup/dlg_macro_table.cpp:13 msgid "(replace text)" msgstr "" diff --git a/po/vi.po b/po/vi.po index 457e3bf..1e31679 100644 --- a/po/vi.po +++ b/po/vi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: scim-unikey\n" "Report-Msgid-Bugs-To: mr.lequoctuan@gmail.com\n" -"POT-Creation-Date: 2009-08-05 10:47+0700\n" +"POT-Creation-Date: 2009-08-06 11:08+0700\n" "PO-Revision-Date: \n" "Last-Translator: Le Quoc Tuan \n" "Language-Team: Le Quoc Tuan \n" @@ -112,7 +112,7 @@ msgstr "" "của từ sẽ chuyển thành Ư." #: src/unikey_instance.cpp:231 -msgid "Launch Unikey-setup" +msgid "Launch Unikey Setup" msgstr "Chạy trình cài đặt Unikey" #: setup/scim_unikey_setup.cpp:64 setup/scim_unikey_helper.cpp:36 @@ -133,10 +133,6 @@ msgstr "" msgid "_Run setup" msgstr "Chạy trình cài đặt" -#: setup/scim_unikey_helper.cpp:38 -msgid "Launch a GUI program to setup Unikey" -msgstr "Chạy chương trình để cài đặt Unikey" - #: setup/dlg_macro_table.cpp:13 msgid "(replace text)" msgstr "(chuỗi thay thế)" diff --git a/setup/scim_unikey_helper.cpp b/setup/scim_unikey_helper.cpp index 2b7cf2e..93a3e63 100644 --- a/setup/scim_unikey_helper.cpp +++ b/setup/scim_unikey_helper.cpp @@ -35,7 +35,7 @@ using namespace scim; static HelperInfo __helper_info (String("d64561de-c638-427e-9f9c-dd84e15043ab"), String(_("Unikey Setup")), String(SCIM_ICONDIR)+String(SCIM_UNIKEY_ICON_MAIN), - String(_("Launch a GUI program to setup Unikey")), + String(""), SCIM_HELPER_STAND_ALONE); extern "C" diff --git a/src/unikey_instance.cpp b/src/unikey_instance.cpp index 9e1a7fc..93e9e44 100644 --- a/src/unikey_instance.cpp +++ b/src/unikey_instance.cpp @@ -228,7 +228,7 @@ PropertyList UnikeyInstance::CreatePropertyList() // config gui prop.set_key("/Unikey/Options/RunSetup"); - prop.set_label(_("Launch Unikey-setup")); + prop.set_label(_("Launch Unikey Setup")); prop.set_icon(SCIM_ICONDIR SCIM_UNIKEY_ICON_MAIN); prop.set_tip(""); props.push_back(prop);