summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-zh_TW
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:01 -0600
commit920f0d9622f31cb0d7fd3023d08c923cdc1f4dd3 (patch)
treedc488eaaaf59b5fd8b8b96382c8283b745c4357f /koffice-i18n-zh_TW
parentb44bfb1dc651c450478fd27395f38c57e409e2c5 (diff)
downloadkoffice-i18n-920f0d9622f31cb0d7fd3023d08c923cdc1f4dd3.tar.gz
koffice-i18n-920f0d9622f31cb0d7fd3023d08c923cdc1f4dd3.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'koffice-i18n-zh_TW')
-rw-r--r--koffice-i18n-zh_TW/acinclude.m48
-rw-r--r--koffice-i18n-zh_TW/messages/koffice/desktop_koffice.po8
-rw-r--r--koffice-i18n-zh_TW/messages/koffice/tdefile_abiword.po (renamed from koffice-i18n-zh_TW/messages/koffice/kfile_abiword.po)14
-rw-r--r--koffice-i18n-zh_TW/messages/koffice/tdefile_gnumeric.po (renamed from koffice-i18n-zh_TW/messages/koffice/kfile_gnumeric.po)14
-rw-r--r--koffice-i18n-zh_TW/messages/koffice/tdefile_koffice.po (renamed from koffice-i18n-zh_TW/messages/koffice/kfile_koffice.po)14
-rw-r--r--koffice-i18n-zh_TW/messages/koffice/tdefile_ooo.po (renamed from koffice-i18n-zh_TW/messages/koffice/kfile_ooo.po)64
6 files changed, 61 insertions, 61 deletions
diff --git a/koffice-i18n-zh_TW/acinclude.m4 b/koffice-i18n-zh_TW/acinclude.m4
index fed43974..5a22f868 100644
--- a/koffice-i18n-zh_TW/acinclude.m4
+++ b/koffice-i18n-zh_TW/acinclude.m4
@@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
if test -n "$kde32ornewer"; then
- KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
+ KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi
if test -n "$kde33ornewer"; then
@@ -1788,7 +1788,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libkdecore.la"
else
kde_check_header="ksharedptr.h"
- kde_check_lib="libkio.la"
+ kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@@ -2094,7 +2094,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
- AC_SUBST(LIB_KFILE, "-lkfile")
+ AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@@ -2104,7 +2104,7 @@ else
AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
- AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
+ AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_KDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
fi
])
diff --git a/koffice-i18n-zh_TW/messages/koffice/desktop_koffice.po b/koffice-i18n-zh_TW/messages/koffice/desktop_koffice.po
index 6169729b..68d41582 100644
--- a/koffice-i18n-zh_TW/messages/koffice/desktop_koffice.po
+++ b/koffice-i18n-zh_TW/messages/koffice/desktop_koffice.po
@@ -2138,19 +2138,19 @@ msgstr "Name=文字文件..."
msgid "Comment=New KWord document:"
msgstr "Comment=新建 KWord 文件;"
-#: tools/kfile-plugins/abiword/kfile_abiword.desktop:4
+#: tools/tdefile-plugins/abiword/tdefile_abiword.desktop:4
msgid "Name=Abiword Info"
msgstr "Name=Abiword 資訊"
-#: tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop:4
+#: tools/tdefile-plugins/gnumeric/tdefile_gnumeric.desktop:4
msgid "Name=Gnumeric Info"
msgstr "Name=Gnumeric 資訊"
-#: tools/kfile-plugins/koffice/kfile_koffice.desktop:4
+#: tools/tdefile-plugins/koffice/tdefile_koffice.desktop:4
msgid "Name=KOffice Info"
msgstr "Name=KOffice 資訊"
-#: tools/kfile-plugins/ooo/kfile_ooo.desktop:4
+#: tools/tdefile-plugins/ooo/tdefile_ooo.desktop:4
msgid "Name=OpenOffice.org Info"
msgstr "Name=OpenOffice.org 資訊"
diff --git a/koffice-i18n-zh_TW/messages/koffice/kfile_abiword.po b/koffice-i18n-zh_TW/messages/koffice/tdefile_abiword.po
index 3bf56ae6..b5977d7a 100644
--- a/koffice-i18n-zh_TW/messages/koffice/kfile_abiword.po
+++ b/koffice-i18n-zh_TW/messages/koffice/tdefile_abiword.po
@@ -1,9 +1,9 @@
-# translation of kfile_abiword.po to Chinese Traditional
+# translation of tdefile_abiword.po to Chinese Traditional
#
# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: kfile_abiword\n"
+"Project-Id-Version: tdefile_abiword\n"
"POT-Creation-Date: 2005-06-13 01:29+0200\n"
"PO-Revision-Date: 2006-07-05 16:13+0800\n"
"Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
@@ -14,22 +14,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#: kfile_abiword.cpp:50
+#: tdefile_abiword.cpp:50
msgid "Document Information"
msgstr "文件資訊"
-#: kfile_abiword.cpp:54
+#: tdefile_abiword.cpp:54
msgid "Author"
msgstr "作者"
-#: kfile_abiword.cpp:56
+#: tdefile_abiword.cpp:56
msgid "Title"
msgstr "標題"
-#: kfile_abiword.cpp:58
+#: tdefile_abiword.cpp:58
msgid "Abstract"
msgstr "摘要"
-#: kfile_abiword.cpp:141
+#: tdefile_abiword.cpp:141
msgid "*Unknown*"
msgstr "*未知的*"
diff --git a/koffice-i18n-zh_TW/messages/koffice/kfile_gnumeric.po b/koffice-i18n-zh_TW/messages/koffice/tdefile_gnumeric.po
index ad4aeafb..2714b5ca 100644
--- a/koffice-i18n-zh_TW/messages/koffice/kfile_gnumeric.po
+++ b/koffice-i18n-zh_TW/messages/koffice/tdefile_gnumeric.po
@@ -1,9 +1,9 @@
-# translation of kfile_gnumeric.po to Chinese Traditional
+# translation of tdefile_gnumeric.po to Chinese Traditional
#
# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: kfile_gnumeric\n"
+"Project-Id-Version: tdefile_gnumeric\n"
"POT-Creation-Date: 2005-06-02 01:25+0200\n"
"PO-Revision-Date: 2006-07-05 16:14+0800\n"
"Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
@@ -14,22 +14,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#: kfile_gnumeric.cpp:50
+#: tdefile_gnumeric.cpp:50
msgid "Document Information"
msgstr "文件資訊"
-#: kfile_gnumeric.cpp:54
+#: tdefile_gnumeric.cpp:54
msgid "Author"
msgstr "作者"
-#: kfile_gnumeric.cpp:56
+#: tdefile_gnumeric.cpp:56
msgid "Title"
msgstr "標題"
-#: kfile_gnumeric.cpp:58
+#: tdefile_gnumeric.cpp:58
msgid "Abstract"
msgstr "摘要"
-#: kfile_gnumeric.cpp:119
+#: tdefile_gnumeric.cpp:119
msgid "*Unknown*"
msgstr "*未知的*"
diff --git a/koffice-i18n-zh_TW/messages/koffice/kfile_koffice.po b/koffice-i18n-zh_TW/messages/koffice/tdefile_koffice.po
index d418ac4b..20bc8175 100644
--- a/koffice-i18n-zh_TW/messages/koffice/kfile_koffice.po
+++ b/koffice-i18n-zh_TW/messages/koffice/tdefile_koffice.po
@@ -1,10 +1,10 @@
-# traditional Chinese Translation of kfile_koffice
+# traditional Chinese Translation of tdefile_koffice
# Copyright (C) 2002 Free Software Foundation, Inc.
# Translator: Chao-Hsiung Liao <pesder@seed.net.tw>, 2002.
#
msgid ""
msgstr ""
-"Project-Id-Version: kfile_koffice\n"
+"Project-Id-Version: tdefile_koffice\n"
"POT-Creation-Date: 2005-10-02 02:40+0200\n"
"PO-Revision-Date: 2002-07-25 14:07+0800\n"
"Last-Translator: Chao-Hsiung Liao <pesder@seed.net.tw>\n"
@@ -14,22 +14,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: kfile_koffice.cpp:64
+#: tdefile_koffice.cpp:64
msgid "Document Information"
msgstr "文件資訊"
-#: kfile_koffice.cpp:68
+#: tdefile_koffice.cpp:68
msgid "Author"
msgstr "作者"
-#: kfile_koffice.cpp:70
+#: tdefile_koffice.cpp:70
msgid "Title"
msgstr "標題"
-#: kfile_koffice.cpp:72
+#: tdefile_koffice.cpp:72
msgid "Abstract"
msgstr "摘要"
-#: kfile_koffice.cpp:112
+#: tdefile_koffice.cpp:112
msgid "*Unknown*"
msgstr "*未知的*"
diff --git a/koffice-i18n-zh_TW/messages/koffice/kfile_ooo.po b/koffice-i18n-zh_TW/messages/koffice/tdefile_ooo.po
index 2c496af1..06965db9 100644
--- a/koffice-i18n-zh_TW/messages/koffice/kfile_ooo.po
+++ b/koffice-i18n-zh_TW/messages/koffice/tdefile_ooo.po
@@ -1,9 +1,9 @@
-# translation of kfile_ooo.po to Chinese Traditional
+# translation of tdefile_ooo.po to Chinese Traditional
#
# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: kfile_ooo\n"
+"Project-Id-Version: tdefile_ooo\n"
"POT-Creation-Date: 2005-05-18 21:25+0200\n"
"PO-Revision-Date: 2006-07-05 16:16+0800\n"
"Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
@@ -14,122 +14,122 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#: kfile_ooo.cpp:82
+#: tdefile_ooo.cpp:82
msgid "Printed By"
msgstr "列印由"
-#: kfile_ooo.cpp:83
+#: tdefile_ooo.cpp:83
msgid "Print Date"
msgstr "列印日期"
-#: kfile_ooo.cpp:84
+#: tdefile_ooo.cpp:84
msgid "Date"
msgstr "日期"
-#: kfile_ooo.cpp:85
+#: tdefile_ooo.cpp:85
msgid "Creation Date"
msgstr "建立日期"
-#: kfile_ooo.cpp:86
+#: tdefile_ooo.cpp:86
msgid "Creator"
msgstr "建立者"
-#: kfile_ooo.cpp:87
+#: tdefile_ooo.cpp:87
msgid "Generator"
msgstr "產生者"
-#: kfile_ooo.cpp:88
+#: tdefile_ooo.cpp:88
msgid "Editing Cycles"
msgstr "編輯週期"
-#: kfile_ooo.cpp:89
+#: tdefile_ooo.cpp:89
msgid "Editing Duration"
msgstr "編輯時間"
-#: kfile_ooo.cpp:95
+#: tdefile_ooo.cpp:95
msgid "Title"
msgstr "標題"
-#: kfile_ooo.cpp:96
+#: tdefile_ooo.cpp:96
msgid "Author"
msgstr "作者"
-#: kfile_ooo.cpp:97
+#: tdefile_ooo.cpp:97
msgid "Description"
msgstr "描述"
-#: kfile_ooo.cpp:98
+#: tdefile_ooo.cpp:98
msgid "Subject"
msgstr "主旨"
-#: kfile_ooo.cpp:99
+#: tdefile_ooo.cpp:99
msgid "Language"
msgstr "語言"
-#: kfile_ooo.cpp:103
+#: tdefile_ooo.cpp:103
msgid "Draws"
msgstr "繪圖"
-#: kfile_ooo.cpp:104
+#: tdefile_ooo.cpp:104
msgid "Tables"
msgstr "表格"
-#: kfile_ooo.cpp:105
+#: tdefile_ooo.cpp:105
msgid "Images"
msgstr "影像"
-#: kfile_ooo.cpp:106
+#: tdefile_ooo.cpp:106
msgid "Objects"
msgstr "物件"
-#: kfile_ooo.cpp:107
+#: tdefile_ooo.cpp:107
msgid "OLE Objects"
msgstr "OLE 物件"
-#: kfile_ooo.cpp:108
+#: tdefile_ooo.cpp:108
msgid "Pages"
msgstr "頁面"
-#: kfile_ooo.cpp:109
+#: tdefile_ooo.cpp:109
msgid "Paragraphs"
msgstr "段落"
-#: kfile_ooo.cpp:110
+#: tdefile_ooo.cpp:110
msgid "Words"
msgstr "單字"
-#: kfile_ooo.cpp:111
+#: tdefile_ooo.cpp:111
msgid "Cells"
msgstr "儲存格"
-#: kfile_ooo.cpp:112
+#: tdefile_ooo.cpp:112
msgid "Characters"
msgstr "字元"
-#: kfile_ooo.cpp:113
+#: tdefile_ooo.cpp:113
msgid "Rows"
msgstr "列"
-#: kfile_ooo.cpp:140
+#: tdefile_ooo.cpp:140
msgid "User Defined"
msgstr "使用者定義"
-#: kfile_ooo.cpp:147
+#: tdefile_ooo.cpp:147
msgid "Document Information"
msgstr "文件資訊"
-#: kfile_ooo.cpp:167
+#: tdefile_ooo.cpp:167
msgid "Keywords"
msgstr "關鍵字"
-#: kfile_ooo.cpp:172
+#: tdefile_ooo.cpp:172
msgid "Document Advanced"
msgstr "文件進階"
-#: kfile_ooo.cpp:184
+#: tdefile_ooo.cpp:184
msgid "Document Statistics"
msgstr "文件統計"
-#: kfile_ooo.cpp:262
+#: tdefile_ooo.cpp:262
msgid "%1:%2.%3"
msgstr "%1:%2.%3"