~ubuntu-branches/ubuntu/precise/kde-l10n-zhtw/precise-updates

« back to all changes in this revision

Viewing changes to messages/kdesdk/katetextfilter.po

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2011-07-13 19:24:03 UTC
  • mfrom: (1.12.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110713192403-z5vdyibahanv4wpt
Tags: 4:4.6.90-0ubuntu1
* Enable easy switching between stable and unstable translations
* Make module desktop fetching more robust by trying to step into every
  element within the messages directory and if successful try to svn export
  a related desktop file
* Update build script for new branch name
* Update build script to use ftpmaster rather than ktown
* Introduce new targets:
  - get-l10n: called by the build script and
    depends on all other targets that need execution to get l10n
  - get-desktop: prerequisites all targets to get desktop file translations
  - get-messages: prerequisites all targets to get UI translations
  - get-messages-kdepim: gets all kdepim translations
  - get-desktop-sc: gets all desktop files for all modules in the source tree
  - get-desktop-extragear: gets all desktop files for extragera apps in main
    (as per list installed by pkg-kde-tools)
  - get-desktop-kdepim: copies kdepim's desktop file to kdepim_runtime
* Introduce new debian/config file which hold settings for rules and build
  script.
* Check presence of necessary debian/config values in debian/rules
* Fetch desktop files by regex in debian/rules (split modules have multiple
  desktop_* files in their SVN path)
* Bump standards version to 3.9.2
* Update VCS paths (now living in the kubuntu-packaging project)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# translation of katetextfilter.po to Chinese Traditional
2
 
# Traditional Chinese Translation of katetextfilter
3
 
# Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc.
4
 
#
5
 
# tonniewalker <tonniewalker@hotmail.com>, 2002.
6
 
# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 2009.
7
 
# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007.
8
 
msgid ""
9
 
msgstr ""
10
 
"Project-Id-Version: katetextfilter\n"
11
 
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
12
 
"POT-Creation-Date: 2010-08-22 05:48+0200\n"
13
 
"PO-Revision-Date: 2009-08-30 11:42+0800\n"
14
 
"Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
15
 
"dot tw>\n"
16
 
"Language-Team: Chinese Traditional <zh-l10n@linux.org.tw>\n"
17
 
"MIME-Version: 1.0\n"
18
 
"Content-Type: text/plain; charset=UTF-8\n"
19
 
"Content-Transfer-Encoding: 8bit\n"
20
 
"X-Generator: Lokalize 1.0\n"
21
 
"Plural-Forms: nplurals=1; plural=0;\n"
22
 
 
23
 
#: plugin_katetextfilter.cpp:56
24
 
msgid "Filter Te&xt..."
25
 
msgstr "過濾文字...(&X)"
26
 
 
27
 
#: plugin_katetextfilter.cpp:170
28
 
msgid ""
29
 
"You are not allowed to execute arbitrary external applications. If you want "
30
 
"to be able to do this, contact your system administrator."
31
 
msgstr "您無法執行任何外部應用程式。如果您要執行,請聯絡您的系統管理員。"
32
 
 
33
 
#: plugin_katetextfilter.cpp:172
34
 
msgid "Access Restrictions"
35
 
msgstr "存取限制"
36
 
 
37
 
#: plugin_katetextfilter.cpp:245
38
 
msgid ""
39
 
"<qt><p>Usage: <code>textfilter COMMAND</code></p><p>Replace the selection "
40
 
"with the output of the specified shell command.</p></qt>"
41
 
msgstr ""
42
 
"<qt><p>用法:<code>textfilter <命令></code></p> <p>將所選擇的取代為指定的文稿"
43
 
"命令的輸出。</p></qt>"
44
 
 
45
 
#: plugin_katetextfilter.cpp:253
46
 
msgid "You need to have a selection to use textfilter"
47
 
msgstr "您必須先選取文字才能使用文字過濾器"
48
 
 
49
 
#: plugin_katetextfilter.cpp:260
50
 
msgid "Usage: textfilter COMMAND"
51
 
msgstr "用法:textfilter 命令"
52
 
 
53
 
#. i18n: file: ui.rc:4
54
 
#. i18n: ectx: Menu (tools)
55
 
#: rc.cpp:3
56
 
msgid "&Tools"
57
 
msgstr "工具(&T)"
58
 
 
59
 
#. i18n: file: textfilterwidget.ui:14
60
 
#. i18n: ectx: property (windowTitle), widget (QWidget, TextFilterWidget)
61
 
#: rc.cpp:6
62
 
msgid "Filter"
63
 
msgstr "過濾"
64
 
 
65
 
#. i18n: file: textfilterwidget.ui:29
66
 
#. i18n: ectx: property (text), widget (QLabel, lblFilter)
67
 
#: rc.cpp:9
68
 
msgid "Enter command to pipe selected text through:"
69
 
msgstr "輸入要將所選擇的文字傳送的目的命令:"
70
 
 
71
 
#. i18n: file: textfilterwidget.ui:49
72
 
#. i18n: ectx: property (text), widget (QCheckBox, checkBox)
73
 
#: rc.cpp:12
74
 
msgid "Copy the result instead of pasting it"
75
 
msgstr "複製結果而不要貼上"