update translate, ...
authorMr.LeQuocTuan <Mr.LeQuocTuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 6 Aug 2009 04:12:48 +0000 (04:12 +0000)
committerMr.LeQuocTuan <Mr.LeQuocTuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 6 Aug 2009 04:12:48 +0000 (04:12 +0000)
git-svn-id: svn://localhost/trunk@57 79bd180b-0a32-48ee-ac55-ada8cae9df61

INSTALL
configure.ac
po/scim-unikey.pot
po/vi.po
setup/scim_unikey_helper.cpp
src/unikey_instance.cpp

diff --git a/INSTALL b/INSTALL
index 7ddbb87..750e73d 100644 (file)
--- 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
index 74ee8b2..5326a33 100644 (file)
@@ -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}
index a797ad9..52434c3 100644 (file)
@@ -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 <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\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 ""
index 457e3bf..1e31679 100644 (file)
--- 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 <mr.lequoctuan@gmail.com>\n"
 "Language-Team: Le Quoc Tuan <mr.lequoctuan@gmail.com>\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ế)"
index 2b7cf2e..93a3e63 100644 (file)
@@ -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"
index 9e1a7fc..93e9e44 100644 (file)
@@ -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);