diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-25 19:40:31 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-25 20:12:45 +0200 |
commit | 87fc3ca7cba6ea6be066cc79bed965aaa596f426 (patch) | |
tree | fa73ba53499587383acf02dc95540f6a497c2c01 /source/zh-TW/helpcontent2 | |
parent | cfc31b7c53b06bab97be6b2cd9503423120ea1fe (diff) |
update translations for 5.2.0 beta1
and force-fix errors using pocheck
Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
Diffstat (limited to 'source/zh-TW/helpcontent2')
22 files changed, 751 insertions, 1163 deletions
diff --git a/source/zh-TW/helpcontent2/source/text/sbasic/shared.po b/source/zh-TW/helpcontent2/source/text/sbasic/shared.po index cb115b103f2..229ed3d54b3 100644 --- a/source/zh-TW/helpcontent2/source/text/sbasic/shared.po +++ b/source/zh-TW/helpcontent2/source/text/sbasic/shared.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:25+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199108.000000\n" #: 00000002.xhp msgctxt "" @@ -18617,16 +18617,16 @@ msgctxt "" "03080301.xhp\n" "hd_id3150616\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>" -msgstr "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize 陳述式 [執行階段]\">Randomize 陳述式 [執行階段]</link>" +msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>" +msgstr "" #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3145090\n" "help.text" -msgid "Initializes the random-number generator." -msgstr "初始化隨機數產生器。" +msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function." +msgstr "" #: 03080301.xhp msgctxt "" @@ -18657,8 +18657,24 @@ msgctxt "" "03080301.xhp\n" "par_id3149670\n" "help.text" -msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator." -msgstr "<emph>數值:</emph>任何初始化隨機數產生器的整數值。" +msgid "<emph>Number:</emph> Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the <emph>Rnd</emph> function. If the parameter is omitted, the <emph>Randomize</emph> statement will be ignored." +msgstr "" + +#: 03080301.xhp +msgctxt "" +"03080301.xhp\n" +"par_id110520161656428611\n" +"help.text" +msgid "Unless a predictable sequence of numbers is desired, there is no need to use the <emph>Randomize</emph> statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed." +msgstr "" + +#: 03080301.xhp +msgctxt "" +"03080301.xhp\n" +"par_id12052016194258344\n" +"help.text" +msgid "The <emph>Randomize</emph> statement affects BASIC's <emph>Rnd</emph> function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it." +msgstr "" #: 03080301.xhp msgctxt "" @@ -18669,11 +18685,12 @@ msgid "Example:" msgstr "<emph>示例:</emph>" #: 03080301.xhp +#, fuzzy msgctxt "" "03080301.xhp\n" "par_id3147288\n" "help.text" -msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9" +msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9" msgstr "iVar = Int((10 * Rnd) ) REM 範圍從 0 到 9" #: 03080301.xhp @@ -18705,8 +18722,8 @@ msgctxt "" "03080302.xhp\n" "hd_id3148685\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>" -msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd 函數 [執行階段]\">Rnd 函數 [執行階段]</link>" +msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>" +msgstr "" #: 03080302.xhp msgctxt "" @@ -18761,24 +18778,16 @@ msgctxt "" "03080302.xhp\n" "par_id3125864\n" "help.text" -msgid "<emph>Expression:</emph> Any numeric expression." -msgstr "<emph>表示式:</emph>任意數值型表示式。" - -#: 03080302.xhp -msgctxt "" -"03080302.xhp\n" -"par_id3155306\n" -"help.text" -msgid "<emph>Omitted:</emph> Returns the next random number in the sequence." -msgstr "<emph>省略:</emph>傳回序列中的下一個隨機數。" +msgid "<emph>Expression:</emph> Has no effect, is ignored if provided." +msgstr "" #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3147318\n" "help.text" -msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:" -msgstr "<emph>Rnd</emph> 函數僅傳回大於 0 到 1 之間的值。若要產生給定範圍內的隨機整數,請使用以下示例中的公式:" +msgid "The <emph>Rnd</emph> function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A <emph>Randomize</emph> statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired." +msgstr "" #: 03080302.xhp msgctxt "" @@ -19479,14 +19488,6 @@ msgstr "Sgn 傳回 -1。" #: 03080701.xhp msgctxt "" "03080701.xhp\n" -"par_id3145271\n" -"help.text" -msgid "0" -msgstr "" - -#: 03080701.xhp -msgctxt "" -"03080701.xhp\n" "par_id3146119\n" "help.text" msgid "Sgn returns 0." @@ -27538,14 +27539,6 @@ msgstr "Boolean" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3153367\n" -"help.text" -msgid "11" -msgstr "11" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3148645\n" "help.text" msgid "Boolean variable" @@ -27562,14 +27555,6 @@ msgstr "日期" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3153363\n" -"help.text" -msgid "7" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3155411\n" "help.text" msgid "Date variable" @@ -27586,14 +27571,6 @@ msgstr "Double" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3150486\n" -"help.text" -msgid "5" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3148616\n" "help.text" msgid "Double floating point variable" @@ -27610,14 +27587,6 @@ msgstr "整型" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3145647\n" -"help.text" -msgid "2" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3154490\n" "help.text" msgid "Integer variable" @@ -27634,14 +27603,6 @@ msgstr "Long" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3154513\n" -"help.text" -msgid "3" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3151318\n" "help.text" msgid "Long integer variable" @@ -27658,14 +27619,6 @@ msgstr "Object" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3154482\n" -"help.text" -msgid "9" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3150323\n" "help.text" msgid "Object variable" @@ -27682,14 +27635,6 @@ msgstr "Single" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3149020\n" -"help.text" -msgid "4" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3147341\n" "help.text" msgid "Single floating-point variable" @@ -27706,14 +27651,6 @@ msgstr "字串型" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3155960\n" -"help.text" -msgid "8" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3146313\n" "help.text" msgid "String variable" @@ -27730,14 +27667,6 @@ msgstr "Variant" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3154021\n" -"help.text" -msgid "12" -msgstr "12" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3145789\n" "help.text" msgid "Variant variable (can contain all types specified by the definition)" @@ -27754,14 +27683,6 @@ msgstr "Empty" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3152584\n" -"help.text" -msgid "0" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3151278\n" "help.text" msgid "Variable is not initialized" @@ -27778,14 +27699,6 @@ msgstr "Null (空)" #: 03103600.xhp msgctxt "" "03103600.xhp\n" -"par_id3166424\n" -"help.text" -msgid "1" -msgstr "" - -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" "par_id3145131\n" "help.text" msgid "No valid data" @@ -32762,14 +32675,6 @@ msgstr "可選擇的整型表示式,用於指定執行程式的視窗的樣式 #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3148663\n" -"help.text" -msgid "0" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3153360\n" "help.text" msgid "The focus is on the hidden program window." @@ -32778,14 +32683,6 @@ msgstr "焦點位於隱入的程式視窗上。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3154123\n" -"help.text" -msgid "1" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3144760\n" "help.text" msgid "The focus is on the program window in standard size." @@ -32794,14 +32691,6 @@ msgstr "焦點位於標準大小的程式視窗上。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3156422\n" -"help.text" -msgid "2" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3148451\n" "help.text" msgid "The focus is on the minimized program window." @@ -32810,14 +32699,6 @@ msgstr "焦點位於最小化的程式視窗上。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3149561\n" -"help.text" -msgid "3" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3146921\n" "help.text" msgid "focus is on the maximized program window." @@ -32826,14 +32707,6 @@ msgstr "焦點位於最大化的程式視窗上。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3149481\n" -"help.text" -msgid "4" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3155854\n" "help.text" msgid "Standard size program window, without focus." @@ -32842,14 +32715,6 @@ msgstr "標準大小的程式視窗,無焦點。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3145271\n" -"help.text" -msgid "6" -msgstr "" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3152938\n" "help.text" msgid "Minimized program window, focus remains on the active window." @@ -32858,14 +32723,6 @@ msgstr "最小化的程式視窗,焦點仍位於使用中的視窗上。" #: 03130500.xhp msgctxt "" "03130500.xhp\n" -"par_id3146119\n" -"help.text" -msgid "10" -msgstr "10" - -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" "par_id3151112\n" "help.text" msgid "Full-screen display." diff --git a/source/zh-TW/helpcontent2/source/text/scalc/00.po b/source/zh-TW/helpcontent2/source/text/scalc/00.po index ec5b023a4c9..47c4d132091 100644 --- a/source/zh-TW/helpcontent2/source/text/scalc/00.po +++ b/source/zh-TW/helpcontent2/source/text/scalc/00.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:44+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:25+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449837872.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199111.000000\n" #: 00000004.xhp msgctxt "" @@ -1176,12 +1176,12 @@ msgid "F9" msgstr "按鍵 (F9)" #: 00000406.xhp +#, fuzzy msgctxt "" "00000406.xhp\n" "par_id3150941\n" -"19\n" "help.text" -msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>" +msgid "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph></variable>" msgstr "<variable id=\"exatmb\">選擇 <emph>[工具] - [儲存格內容] - [自動計算]</emph></variable>" #: 00000406.xhp @@ -1270,12 +1270,12 @@ msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable> msgstr "<variable id=\"dbrba\">選擇 <emph>[資料] - [選擇區域]</emph></variable>" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3150443\n" -"5\n" "help.text" -msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>" +msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>" msgstr "<variable id=\"dnsrt\">選擇 <emph>[資料] - [排序] </emph></variable>" #: 00000412.xhp @@ -1349,12 +1349,12 @@ msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>" msgstr "<variable id=\"dnftr\">選擇 <emph>[資料] - [篩選]</emph></variable>" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3148646\n" -"12\n" "help.text" -msgid "Choose <emph>Data - Filter - AutoFilter</emph>" +msgid "Choose <emph>Data - AutoFilter</emph>" msgstr "選擇 <emph>[資料] - [篩選] - [自動篩選]</emph>" #: 00000412.xhp @@ -1384,12 +1384,12 @@ msgid "AutoFilter" msgstr "自動篩選" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3156278\n" -"17\n" "help.text" -msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>" +msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>" msgstr "<variable id=\"dnfspz\">選擇 <emph>[資料] - [篩選] - [特殊篩選]</emph></variable>" #: 00000412.xhp @@ -1398,7 +1398,7 @@ msgctxt "" "00000412.xhp\n" "par_id3153764\n" "help.text" -msgid "Choose <emph>Data - Filter - Standard Filter - Options</emph> label" +msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label" msgstr "選擇 <emph>[資料] - [篩選] - [標準篩選] - [其他>>]</emph> 按鈕" #: 00000412.xhp @@ -1407,7 +1407,7 @@ msgctxt "" "00000412.xhp\n" "par_id3155444\n" "help.text" -msgid "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label" +msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label" msgstr "選擇 <emph>[資料] - [篩選] - [特殊篩選] - [其他>>]</emph> 按鈕" #: 00000412.xhp @@ -1415,9 +1415,8 @@ msgstr "選擇 <emph>[資料] - [篩選] - [特殊篩選] - [其他>>]</emph> msgctxt "" "00000412.xhp\n" "par_id3156382\n" -"20\n" "help.text" -msgid "Choose <emph>Data - Filter - Reset Filter</emph>" +msgid "Choose <emph>Data - More Filters - Reset Filter</emph>" msgstr "選擇 <emph>[資料] - [篩選] - [自動篩選]</emph>" #: 00000412.xhp @@ -1447,12 +1446,12 @@ msgid "Reset Filter/Sort" msgstr "" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3152778\n" -"21\n" "help.text" -msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>" +msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph></variable>" msgstr "<variable id=\"dnaftas\">選擇 <emph>[資料] - [篩選] - [隱藏自動篩選]</emph></variable>" #: 00000412.xhp diff --git a/source/zh-TW/helpcontent2/source/text/scalc/01.po b/source/zh-TW/helpcontent2/source/text/scalc/01.po index 0522a299368..0817a6a23bd 100644 --- a/source/zh-TW/helpcontent2/source/text/scalc/01.po +++ b/source/zh-TW/helpcontent2/source/text/scalc/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:25+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199153.000000\n" #: 01120000.xhp msgctxt "" @@ -4230,12 +4230,12 @@ msgid "Database Functions" msgstr "資料庫函數" #: 04060101.xhp +#, fuzzy msgctxt "" "04060101.xhp\n" "par_id3145173\n" -"2\n" "help.text" -msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>" +msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record.</variable>" msgstr "<variable id=\"datenbanktext\">本節將介紹的函數都針對作為一個資料列 (一項記錄) 來管理的資料。 </variable>" #: 04060101.xhp @@ -4376,15 +4376,6 @@ msgstr "<item type=\"input\">體重</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153816\n" -"15\n" -"help.text" -msgid "2" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3151240\n" "16\n" "help.text" @@ -4394,51 +4385,6 @@ msgstr "<item type=\"input\">Andy</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3156016\n" -"17\n" -"help.text" -msgid "<item type=\"input\">3</item>" -msgstr "<item type=\"input\">3</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145073\n" -"18\n" -"help.text" -msgid "<item type=\"input\">9</item>" -msgstr "<item type=\"input\">9</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154956\n" -"19\n" -"help.text" -msgid "<item type=\"input\">150</item>" -msgstr "<item type=\"input\">150</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153976\n" -"20\n" -"help.text" -msgid "<item type=\"input\">40</item>" -msgstr "<item type=\"input\">40</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150894\n" -"21\n" -"help.text" -msgid "3" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3152870\n" "22\n" "help.text" @@ -4448,51 +4394,6 @@ msgstr "<item type=\"input\">Betty</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149692\n" -"23\n" -"help.text" -msgid "<item type=\"input\">4</item>" -msgstr "<item type=\"input\">4</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154652\n" -"24\n" -"help.text" -msgid "<item type=\"input\">10</item>" -msgstr "<item type=\"input\">10</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149381\n" -"25\n" -"help.text" -msgid "<item type=\"input\">1000</item>" -msgstr "<item type=\"input\">1000</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153812\n" -"26\n" -"help.text" -msgid "<item type=\"input\">42</item>" -msgstr "<item type=\"input\">42</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146965\n" -"27\n" -"help.text" -msgid "4" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3155596\n" "28\n" "help.text" @@ -4502,51 +4403,6 @@ msgstr "<item type=\"input\">Charles</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3147244\n" -"29\n" -"help.text" -msgid "<item type=\"input\">3</item>" -msgstr "<item type=\"input\">3</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149871\n" -"30\n" -"help.text" -msgid "<item type=\"input\">10</item>" -msgstr "<item type=\"input\">10</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155752\n" -"31\n" -"help.text" -msgid "<item type=\"input\">300</item>" -msgstr "<item type=\"input\">300</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149052\n" -"32\n" -"help.text" -msgid "<item type=\"input\">51</item>" -msgstr "<item type=\"input\">51</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146097\n" -"33\n" -"help.text" -msgid "5" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3147296\n" "34\n" "help.text" @@ -4556,51 +4412,6 @@ msgstr "<item type=\"input\">Daniel</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150393\n" -"35\n" -"help.text" -msgid "<item type=\"input\">5</item>" -msgstr "<item type=\"input\">5</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145236\n" -"36\n" -"help.text" -msgid "<item type=\"input\">11</item>" -msgstr "<item type=\"input\">11</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150534\n" -"37\n" -"help.text" -msgid "<item type=\"input\">1200</item>" -msgstr "<item type=\"input\">1200</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150375\n" -"38\n" -"help.text" -msgid "<item type=\"input\">48</item>" -msgstr "<item type=\"input\">48</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3159121\n" -"39\n" -"help.text" -msgid "6" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3150456\n" "40\n" "help.text" @@ -4608,51 +4419,6 @@ msgid "<item type=\"input\">Eva</item>" msgstr "<item type=\"input\">Eva</item>" #: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146886\n" -"41\n" -"help.text" -msgid "<item type=\"input\">2</item>" -msgstr "<item type=\"input\">2</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149945\n" -"42\n" -"help.text" -msgid "<item type=\"input\">8</item>" -msgstr "<item type=\"input\">8</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3157904\n" -"43\n" -"help.text" -msgid "<item type=\"input\">650</item>" -msgstr "<item type=\"input\">650</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149352\n" -"44\n" -"help.text" -msgid "<item type=\"input\">33</item>" -msgstr "<item type=\"input\">33</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150028\n" -"45\n" -"help.text" -msgid "7" -msgstr "" - -#: 04060101.xhp #, fuzzy msgctxt "" "04060101.xhp\n" @@ -4665,53 +4431,6 @@ msgstr "<item type=\"input\">年級</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150743\n" -"47\n" -"help.text" -msgid "<item type=\"input\">2</item>" -msgstr "<item type=\"input\">2</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154844\n" -"48\n" -"help.text" -msgid "<item type=\"input\">7</item>" -msgstr "<item type=\"input\">7</item>" - -#: 04060101.xhp -#, fuzzy -msgctxt "" -"04060101.xhp\n" -"par_id3148435\n" -"49\n" -"help.text" -msgid "<item type=\"input\">300</item>" -msgstr "<item type=\"input\">300</item>" - -#: 04060101.xhp -#, fuzzy -msgctxt "" -"04060101.xhp\n" -"par_id3148882\n" -"50\n" -"help.text" -msgid "<item type=\"input\">42</item>" -msgstr "<item type=\"input\">42</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150140\n" -"51\n" -"help.text" -msgid "8" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3146137\n" "52\n" "help.text" @@ -4721,51 +4440,6 @@ msgstr "<item type=\"input\">Greta</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3148739\n" -"53\n" -"help.text" -msgid "<item type=\"input\">1</item>" -msgstr "<item type=\"input\">1</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148583\n" -"54\n" -"help.text" -msgid "<item type=\"input\">7</item>" -msgstr "<item type=\"input\">7</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154556\n" -"55\n" -"help.text" -msgid "<item type=\"input\">200</item>" -msgstr "<item type=\"input\">200</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155255\n" -"56\n" -"help.text" -msgid "<item type=\"input\">36</item>" -msgstr "<item type=\"input\">36</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145141\n" -"57\n" -"help.text" -msgid "9" -msgstr "" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3153078\n" "58\n" "help.text" @@ -4775,51 +4449,6 @@ msgstr "<item type=\"input\">Harry</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149955\n" -"59\n" -"help.text" -msgid "<item type=\"input\">3</item>" -msgstr "<item type=\"input\">3</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150005\n" -"60\n" -"help.text" -msgid "<item type=\"input\">9</item>" -msgstr "<item type=\"input\">9</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155951\n" -"61\n" -"help.text" -msgid "<item type=\"input\">1200</item>" -msgstr "<item type=\"input\">1200</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145169\n" -"62\n" -"help.text" -msgid "<item type=\"input\">44</item>" -msgstr "<item type=\"input\">44</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153571\n" -"63\n" -"help.text" -msgid "10" -msgstr "10" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3148761\n" "64\n" "help.text" @@ -4829,69 +4458,6 @@ msgstr "<item type=\"input\">Irene</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149877\n" -"65\n" -"help.text" -msgid "<item type=\"input\">2</item>" -msgstr "<item type=\"input\">2</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154327\n" -"66\n" -"help.text" -msgid "<item type=\"input\">8</item>" -msgstr "<item type=\"input\">8</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155435\n" -"67\n" -"help.text" -msgid "<item type=\"input\">1000</item>" -msgstr "<item type=\"input\">1000</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145353\n" -"68\n" -"help.text" -msgid "<item type=\"input\">42</item>" -msgstr "<item type=\"input\">42</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150662\n" -"69\n" -"help.text" -msgid "11" -msgstr "11" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150568\n" -"70\n" -"help.text" -msgid "12" -msgstr "12" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149393\n" -"71\n" -"help.text" -msgid "13" -msgstr "13" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3153544\n" "72\n" "help.text" @@ -4937,42 +4503,6 @@ msgstr "<item type=\"input\">體重</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153920\n" -"77\n" -"help.text" -msgid "14" -msgstr "14" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148429\n" -"78\n" -"help.text" -msgid "<item type=\"input\">>600</item>" -msgstr "<item type=\"input\">>600</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3152588\n" -"79\n" -"help.text" -msgid "15" -msgstr "15" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3083286\n" -"80\n" -"help.text" -msgid "16" -msgstr "16" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3163823\n" "81\n" "help.text" @@ -4982,15 +4512,6 @@ msgstr "<item type=\"input\">DCOUNT</item>" #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3145083\n" -"82\n" -"help.text" -msgid "<item type=\"input\">5</item>" -msgstr "<item type=\"input\">5</item>" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" "par_id3149282\n" "83\n" "help.text" @@ -5025,12 +4546,13 @@ msgid "<emph>Database</emph> is the cell range defining the database." msgstr "<emph>資料庫</emph>為定義資料庫的儲存格區域。" #: 04060101.xhp +#, fuzzy msgctxt "" "04060101.xhp\n" "par_id3151272\n" "86\n" "help.text" -msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>" +msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name.</variable>" msgstr "<emph>DatabaseField</emph> 可指定套用第一個參數的搜尋條件並選取資料列之後,進行函數運算的欄。此欄與搜尋條件本身無關。使用數字 0 可指定整個資料範圍。<variable id=\"quotes\">若要以欄標題名稱的方式參照某欄,請在標題名稱前後加上引號。</variable>" #: 04060101.xhp @@ -12627,11 +12149,12 @@ msgid "Examples" msgstr "範例" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" -"par_id3147240\n" +"par_id3147241\n" "help.text" -msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians." +msgid "<item type=\"input\">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians." msgstr "<item type=\"input\">=COS(PI()/2)</item> 傳回 0,PI/2 弧度的餘弦值。" #: 04060106.xhp @@ -53931,11 +53454,12 @@ msgid "You can enter several conditions that query the contents of cell values o msgstr "" #: 05120000.xhp +#, fuzzy msgctxt "" "05120000.xhp\n" "par_id2414014\n" "help.text" -msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)." +msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "若要套用條件式格式,必須啟用 [自動計算]。選擇 [工具] - [儲存格內容] - [自動計算] (啟用 [自動計算] 時,指令旁邊會顯示一個核取標記)。" #: 05120000.xhp @@ -61195,7 +60719,7 @@ msgctxt "" "exponsmooth_embd.xhp\n" "par_id0603201608440579\n" "help.text" -msgid "forecast = basevalue + trend * ∆x + periodical_abberation." +msgid "forecast = basevalue + trend * ∆x + periodical_aberration." msgstr "" #: exponsmooth_embd.xhp @@ -61203,7 +60727,7 @@ msgctxt "" "exponsmooth_embd.xhp\n" "par_id0603201608440675\n" "help.text" -msgid "forecast = ( basevalue + trend * ∆x ) * periodical_abberation." +msgid "forecast = ( basevalue + trend * ∆x ) * periodical_aberration." msgstr "" #: exponsmooth_embd.xhp @@ -64369,7 +63893,7 @@ msgctxt "" "func_forecastetspiadd.xhp\n" "hd_id04032016112394554\n" "help.text" -msgid "Returns 18.8061295551355, the the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." +msgid "Returns 18.8061295551355, the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." msgstr "" #: func_forecastetspiadd.xhp @@ -64491,7 +64015,7 @@ msgctxt "" "func_forecastetspimult.xhp\n" "hd_id04032016112394554\n" "help.text" -msgid "Returns 20.1040952101013, the the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." +msgid "Returns 20.1040952101013, the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." msgstr "" #: func_forecastetspimult.xhp @@ -68158,11 +67682,12 @@ msgid "Solver" msgstr "規劃求解" #: solver.xhp +#, fuzzy msgctxt "" "solver.xhp\n" "bm_id7654652\n" "help.text" -msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>" +msgid "<bookmark_value>goal seeking;solver</bookmark_value> <bookmark_value>what if operations;solver</bookmark_value> <bookmark_value>back-solving</bookmark_value> <bookmark_value>solver</bookmark_value>" msgstr "<bookmark_value>目標搜尋;規劃求解</bookmark_value><bookmark_value>假設運算;規劃求解</bookmark_value><bookmark_value>後端求解</bookmark_value><bookmark_value>規劃求解</bookmark_value>" #: solver.xhp @@ -68174,11 +67699,12 @@ msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</l msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">規劃求解</link></variable>" #: solver.xhp +#, fuzzy msgctxt "" "solver.xhp\n" "par_id9210486\n" "help.text" -msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>" +msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows you to solve equations with multiple unknown variables by goal-seeking methods.</ahelp>" msgstr "<ahelp hid=\".\">開啟 [規劃求解] 對話方塊。規劃求解可透過目標搜尋方式使用多個未知變數求解方程式。</ahelp>" #: solver.xhp @@ -68366,11 +67892,12 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahe msgstr "<ahelp hid=\".\" visibility=\"hidden\">配置目前的規劃求解。</ahelp>" #: solver_options.xhp +#, fuzzy msgctxt "" "solver_options.xhp\n" "par_id6531266\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows you to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">若 [設定] 清單方塊中目前的項目可編輯值,則可以按一下 [編輯] 按鈕。螢幕上會開啟一個對話方塊,您可於此變更值。</ahelp>" #: solver_options.xhp diff --git a/source/zh-TW/helpcontent2/source/text/scalc/guide.po b/source/zh-TW/helpcontent2/source/text/scalc/guide.po index 031e5eca9c5..491c20941ad 100644 --- a/source/zh-TW/helpcontent2/source/text/scalc/guide.po +++ b/source/zh-TW/helpcontent2/source/text/scalc/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-07 21:35+0200\n" +"PO-Revision-Date: 2016-05-02 14:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199166.000000\n" #: address_auto.xhp msgctxt "" @@ -2619,11 +2619,12 @@ msgid "Using the menu command <emph>Format - Conditional formatting</emph>, the msgstr "" #: cellstyle_conditional.xhp +#, fuzzy msgctxt "" "cellstyle_conditional.xhp\n" "par_id8039796\n" "help.text" -msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)." +msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "若要套用條件式格式,必須啟用 [自動計算]。選擇 <emph>[工具] - [儲存格內容] - [自動計算]</emph> (啟用 [自動計算] 時,指令旁邊會顯示一個核取標記)。" #: cellstyle_conditional.xhp diff --git a/source/zh-TW/helpcontent2/source/text/shared/00.po b/source/zh-TW/helpcontent2/source/text/shared/00.po index bc599f54c8f..7fd8790a339 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/00.po +++ b/source/zh-TW/helpcontent2/source/text/shared/00.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:45+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:26+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449837948.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199183.000000\n" #: 00000001.xhp msgctxt "" @@ -7704,12 +7704,12 @@ msgid "Choose <emph>Insert - Hyperlink</emph>" msgstr "選擇<emph>「插入」-「超連結...」</emph>" #: 00000403.xhp +#, fuzzy msgctxt "" "00000403.xhp\n" "par_id3153717\n" -"38\n" "help.text" -msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>" +msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail</emph></variable>" msgstr "<variable id=\"hypdiamailnews\">按一下 <emph>[標準]</emph> 列上的 <emph>[超連結]</emph> 圖示,再按一下 <emph>[電子郵件和新聞]</emph></variable>" #: 00000403.xhp @@ -13464,9 +13464,8 @@ msgstr "選擇<emph>「格式」-「軸」-「Y 軸...」-</emph> 選項標籤<e msgctxt "" "00040503.xhp\n" "par_id3150823\n" -"32\n" "help.text" -msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list." +msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list." msgstr "對於文字文件中的表格和欄位,也可作為 <emph>[數字格式]</emph> 對話方塊:選擇<emph>[格式化] - [數字格式]</emph>,或者選擇 <emph>[插入] - [欄位指令] - [其他] - [變量]</emph>標籤,然後選擇 <emph>[格式]</emph> 清單中的「其它格式」。" #: 00040503.xhp diff --git a/source/zh-TW/helpcontent2/source/text/shared/01.po b/source/zh-TW/helpcontent2/source/text/shared/01.po index 78adb27919b..ca6f496cf9b 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/01.po +++ b/source/zh-TW/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:27+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199223.000000\n" #: 01010000.xhp msgctxt "" @@ -10065,12 +10065,12 @@ msgid "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>" msgstr "<link href=\"text/shared/01/02200100.xhp\" name=\"編輯\">編輯</link>" #: 02200100.xhp +#, fuzzy msgctxt "" "02200100.xhp\n" "par_id3150008\n" -"2\n" "help.text" -msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>" +msgid "<ahelp visibility=\"visible\" hid=\".\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object</emph> command.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\"\">可讓您編輯透過<emph>[插入] - [物件]</emph>指令插入到檔案中的所選物件。</ahelp>" #: 02200200.xhp @@ -18840,66 +18840,29 @@ msgid "Specify the spacing between individual characters." msgstr "指定個別字元之間的間隔。" #: 05020500.xhp +#, fuzzy msgctxt "" "05020500.xhp\n" "hd_id3125865\n" -"19\n" "help.text" msgid "Spacing" msgstr "間隔" #: 05020500.xhp +#, fuzzy msgctxt "" "05020500.xhp\n" -"par_id3153178\n" -"20\n" +"par_id3146974\n" "help.text" -msgid "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>" +msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Specifies the spacing between the characters of the selected text. Enter the amount by which you want to expand or condense the text in the spin button.</ahelp>" msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_POSITION_LB_KERNING2\">指定所選文字之字元的間隔。若要擴充或壓縮間隔,請在 <emph>[間隔]</emph> 方塊中輸入要擴充或壓縮文字的量。</ahelp>" #: 05020500.xhp msgctxt "" "05020500.xhp\n" -"par_id3154908\n" -"21\n" -"help.text" -msgid "<emph>Default</emph> - uses the character spacing specified in the font type" -msgstr "<emph>預設</emph> - 使用在字型類型中指定的字元間隔" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3156543\n" -"22\n" -"help.text" -msgid "<emph>Expanded</emph> - increases the character spacing" -msgstr "<emph>鎖定</emph> - 增加字元間隔" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3154297\n" -"23\n" -"help.text" -msgid "<emph>Condensed</emph> - decreases the character spacing" -msgstr "<emph>狹窄</emph> - 縮小字元間隔" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"hd_id3157870\n" -"25\n" -"help.text" -msgid "by" -msgstr "間隔數值" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3146974\n" -"26\n" +"par_id3146975\n" "help.text" -msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>" +msgid "To increase the spacing, set a positive value; to reduce it, set a negative value." msgstr "" #: 05020500.xhp @@ -18955,12 +18918,12 @@ msgid "<link href=\"text/shared/01/05020600.xhp\" name=\"Asian Layout\">Asian La msgstr "<link href=\"text/shared/01/05020600.xhp\" name=\"中日韓版式\">中日韓版式</link>" #: 05020600.xhp +#, fuzzy msgctxt "" "05020600.xhp\n" "par_id3155351\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>" +msgid "<ahelp hid=\".\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>" msgstr "<ahelp hid=\"\">設定亞洲語言的雙行書寫選項。選取文字中的字元,然後選擇此指令。</ahelp>" #: 05020600.xhp @@ -22089,12 +22052,12 @@ msgid "Left margin" msgstr "左邊距" #: 05040300.xhp +#, fuzzy msgctxt "" "05040300.xhp\n" "par_id3150449\n" -"18\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left page margin and the left edge of the header.</ahelp>" msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">輸入頁面左邊緣和頁首左邊緣之間要留出的間隔。</ahelp>" #: 05040300.xhp @@ -22107,12 +22070,12 @@ msgid "Right margin" msgstr "右邊框" #: 05040300.xhp +#, fuzzy msgctxt "" "05040300.xhp\n" "par_id3157322\n" -"20\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right page margin and the right edge of the header.</ahelp>" msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">輸入頁面右邊緣和頁尾右邊緣之間要留出的間隔。</ahelp>" #: 05040300.xhp @@ -37922,12 +37885,12 @@ msgid "Append libraries" msgstr "新增程式庫" #: 06130500.xhp +#, fuzzy msgctxt "" "06130500.xhp\n" "par_id3155271\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>" +msgid "<ahelp hid=\".\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>" msgstr "<ahelp hid=\"\">尋找要增加到目前清單中的 <item type=\"productname\">%PRODUCTNAME</item> Basic 程式庫,然後按一下 [開啟舊檔]。</ahelp>" #: 06130500.xhp @@ -43585,27 +43548,27 @@ msgid "Export as PDF" msgstr "匯出為 PDF 文件" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "bm_id3149532\n" "help.text" -msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>" +msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>" msgstr "<bookmark_value>PDF; 匯出</bookmark_value> <bookmark_value>可攜文件格式</bookmark_value> <bookmark_value>匯出; 為 PDF</bookmark_value>" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "hd_id3149532\n" -"52\n" "help.text" -msgid "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>" -msgstr "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"以 PDF 格式匯出\">以 PDF 格式匯出</link></variable></variable>" +msgid "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>" +msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"以 PDF 格式的電子郵件附件傳送\">以 PDF 格式的電子郵件附件傳送</link></variable>" #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" "par_id3154044\n" -"1\n" "help.text" msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>" msgstr "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">將目前檔案儲存為可攜文件格式 (PDF) 版本 1.4。</ahelp>只要安裝支援的軟體,即可以在任何平台上以完整的原始格式檢視或列印 PDF 檔案。</variable>" @@ -43622,7 +43585,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "hd_id3148520\n" -"2\n" "help.text" msgid "Range" msgstr "範圍" @@ -43631,7 +43593,6 @@ msgstr "範圍" msgctxt "" "ref_pdf_export.xhp\n" "par_id3154230\n" -"3\n" "help.text" msgid "Sets the export options for the pages included in the PDF file." msgstr "指定 PDF 檔案的匯出選項。" @@ -43640,7 +43601,6 @@ msgstr "指定 PDF 檔案的匯出選項。" msgctxt "" "ref_pdf_export.xhp\n" "hd_id3166445\n" -"4\n" "help.text" msgid "All" msgstr "全部" @@ -43649,7 +43609,6 @@ msgstr "全部" msgctxt "" "ref_pdf_export.xhp\n" "par_id3149893\n" -"5\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>" msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">匯出所有定義的列印範圍。如果沒有定義列印範圍,請匯出整份文件。</ahelp>" @@ -43658,7 +43617,6 @@ msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">匯出所有定義的列印 msgctxt "" "ref_pdf_export.xhp\n" "hd_id3154673\n" -"6\n" "help.text" msgid "Pages" msgstr "頁面" @@ -43667,7 +43625,6 @@ msgstr "頁面" msgctxt "" "ref_pdf_export.xhp\n" "par_id3147571\n" -"7\n" "help.text" msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>" msgstr "" @@ -43676,7 +43633,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "par_id3145136\n" -"53\n" "help.text" msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12." msgstr "若要匯出某個範圍的頁面,請使用格式 3-6。若要匯出單頁,請使用格式 7;9;11。如果需要,您可以使用格式 3-6;8;10;12 匯出頁面範圍和單頁。" @@ -43685,7 +43641,6 @@ msgstr "若要匯出某個範圍的頁面,請使用格式 3-6。若要匯出 msgctxt "" "ref_pdf_export.xhp\n" "hd_id3147043\n" -"8\n" "help.text" msgid "Selection" msgstr "選取" @@ -43694,7 +43649,6 @@ msgstr "選取" msgctxt "" "ref_pdf_export.xhp\n" "par_id3150774\n" -"9\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>" msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">匯出目前的選擇。</ahelp>" @@ -43908,7 +43862,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_idN207C2\n" "help.text" -msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." +msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." msgstr "" #: ref_pdf_export.xhp @@ -43968,11 +43922,12 @@ msgid "Allow duplicate field names" msgstr "允許重複的欄位名稱" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "par_id102620090953596\n" "help.text" -msgid "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" +msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" msgstr "<ahelp hid=\".\">允許在產生的 PDF 檔案中,為多個欄位使用相同的欄位名稱。若停用此功能,將會使用所產生的唯一名稱來匯出欄位名稱。</ahelp>" #: ref_pdf_export.xhp @@ -43989,7 +43944,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id8551896\n" "help.text" -msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>" +msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>" msgstr "<ahelp hid=\".\">若切換到開啟,自動插入的空白頁面即會匯出為 pdf 檔案。雙面列印 pdf 檔案時最好使用此選項。範例:在書籍中,章節段落樣式設定為一律由奇數頁開始。若前一章節在奇數頁結束,則 %PRODUCTNAME 會插入一個偶數頁的空白頁面。此選項控制是否要匯出該偶數頁。</ahelp>" #: ref_pdf_export.xhp @@ -44474,11 +44429,12 @@ msgid "Export bookmarks as named destinations" msgstr "將書籤匯出為已命名的目標" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "par_id4809411\n" "help.text" -msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows to link to those objects by name from other documents.</ahelp>" +msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>" msgstr "<ahelp hid=\".\">PDF 檔案中的書籤 (參照的目標) 可定義為矩形區域。此外,已命名物件的書籤可依其名稱定義。啟用此核取方塊可將文件中的物件名稱匯出為有效的書籤目標。如此可從其他文件依名稱連結至這些物件。</ahelp>" #: ref_pdf_export.xhp @@ -44606,7 +44562,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id41123951\n" "help.text" -msgid "You can enter a password to open the file. You can enter an optional password that allows to edit the document." +msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document." msgstr "" #: ref_pdf_export.xhp @@ -44823,7 +44779,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id22107306\n" "help.text" -msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." +msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." msgstr "" #: ref_pdf_export.xhp @@ -44967,7 +44923,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id39089022\n" "help.text" -msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." msgstr "" #: ref_pdf_export.xhp @@ -44982,7 +44938,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "hd_id3150507\n" -"50\n" "help.text" msgid "Export button" msgstr "" @@ -44991,7 +44946,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "par_id3146975\n" -"51\n" "help.text" msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" msgstr "<ahelp hid=\".\">以 PDF 格式匯出目前檔案。</ahelp>" diff --git a/source/zh-TW/helpcontent2/source/text/shared/02.po b/source/zh-TW/helpcontent2/source/text/shared/02.po index 53588ffe4a3..62cddf0e692 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/02.po +++ b/source/zh-TW/helpcontent2/source/text/shared/02.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:46+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:27+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449837989.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199237.000000\n" #: 01110000.xhp msgctxt "" @@ -139,8 +139,8 @@ msgctxt "" "01140000.xhp\n" "par_idN1089D\n" "help.text" -msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command." -msgstr "您可以顯示和隱藏 <emph>[可見的按鈕]</emph>。按一下工具列尾端的箭頭,即可存取 <emph>[可見的按鈕]</emph> 指令。" +msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the <emph>Visible Buttons</emph> command." +msgstr "" #: 01140000.xhp msgctxt "" @@ -10325,7 +10325,6 @@ msgstr "套用樣式" msgctxt "" "02010000.xhp\n" "hd_id3148520\n" -"1\n" "help.text" msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>" msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"使用樣式\">使用樣式</link>" @@ -10334,7 +10333,6 @@ msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"使用樣式\">使用 msgctxt "" "02010000.xhp\n" "par_id3155351\n" -"2\n" "help.text" msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>" msgstr "<ahelp hid=\".uno:StyleApply\">允許您為目前段落、所選段落或所選物件指定樣式。在 <emph>[格式] - [樣式和格式] </emph>中可以找到其他樣式。</ahelp>" @@ -10353,22 +10351,22 @@ msgctxt "" "02010000.xhp\n" "par_idN10631\n" "help.text" -msgid "By pressing the Down arrow button on the right of a style name, you show pop-up menu that allows to update style from selection or to edit style." +msgid "Clicking on the Down arrow button on the right of a style name shows a pop-up menu that allows you to update the style from the current selection or to edit the style." msgstr "" #: 02010000.xhp +#, fuzzy msgctxt "" "02010000.xhp\n" "par_id3155552\n" "help.text" -msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>" +msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"2.642cm\" height=\"0.533cm\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>" msgstr "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">套用樣式</alt></image>" #: 02010000.xhp msgctxt "" "02010000.xhp\n" "par_id3145345\n" -"3\n" "help.text" msgid "Apply Style" msgstr "套用樣式" @@ -11906,8 +11904,8 @@ msgctxt "" "07010000.xhp\n" "par_idN108C6\n" "help.text" -msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)." -msgstr "使用 [可見的按鈕] 指令啟用 [載入 URL] (按一下工具列尾端的箭頭)。" +msgid "Enable Load URL with the <emph>Visible Buttons</emph> command (right-click the toolbar)." +msgstr "" #: 07060000.xhp msgctxt "" @@ -12666,35 +12664,36 @@ msgctxt "" "09070200.xhp\n" "tit\n" "help.text" -msgid "Mail & News" -msgstr "電子郵件和新聞" +msgid "Mail" +msgstr "" #: 09070200.xhp +#, fuzzy msgctxt "" "09070200.xhp\n" "hd_id3147102\n" "1\n" "help.text" -msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>" -msgstr "<A name=\"mailnews\"><link href=\"text/shared/02/09070200.xhp\" name=\"電子郵件和新聞\">電子郵件和新聞</link>" +msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>" +msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"資料\">資料</link>" #: 09070200.xhp +#, fuzzy msgctxt "" "09070200.xhp\n" "par_id3153049\n" "2\n" "help.text" -msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses." +msgid "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses." msgstr "在 <link href=\"text/shared/02/09070000.xhp\" name=\"[超連結]對話方塊\">[超連結]對話方塊</link> 的 <emph>[電子郵件和新聞]</emph> 頁面上,您可以編輯電子郵件地址或新聞地址的超連結。" #: 09070200.xhp msgctxt "" "09070200.xhp\n" "hd_id3153528\n" -"3\n" "help.text" -msgid "Mail & News" -msgstr "電子郵件和新聞" +msgid "Mail" +msgstr "" #: 09070200.xhp msgctxt "" @@ -12718,25 +12717,6 @@ msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\ #: 09070200.xhp msgctxt "" "09070200.xhp\n" -"hd_id3155628\n" -"6\n" -"help.text" -msgid "News" -msgstr "新聞" - -#: 09070200.xhp -#, fuzzy -msgctxt "" -"09070200.xhp\n" -"par_id3149955\n" -"7\n" -"help.text" -msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Recipient</emph> field." -msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\" visibility=\"visible\">將新聞地址指定為超連結。</ahelp>按一下文件中新的超連結,將為<emph>[收件者]</emph>欄位中輸入的新群組開啟一個新的訊息文件。" - -#: 09070200.xhp -msgctxt "" -"09070200.xhp\n" "hd_id3149580\n" "8\n" "help.text" diff --git a/source/zh-TW/helpcontent2/source/text/shared/autopi.po b/source/zh-TW/helpcontent2/source/text/shared/autopi.po index 71d0d11684a..688a2a9f187 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/autopi.po +++ b/source/zh-TW/helpcontent2/source/text/shared/autopi.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-03-09 20:49+0100\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:27+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838021.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199247.000000\n" #: 01000000.xhp msgctxt "" @@ -4890,12 +4890,12 @@ msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Cho msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"報表精靈 - 選擇版面配置\">報表精靈 - 選擇版面配置</link>" #: 01100400.xhp +#, fuzzy msgctxt "" "01100400.xhp\n" "par_id3154894\n" -"1\n" "help.text" -msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>" +msgid "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>" msgstr "<ahelp hid=\"\">從不同的範本及樣式中選擇版面配置,再將頁面方向選為橫向或直向。</ahelp>" #: 01100400.xhp @@ -8535,12 +8535,12 @@ msgid "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\"> msgstr "<link href=\"text/shared/autopi/01170500.xhp\" name=\"指定欄位\">指定欄位</link>" #: 01170500.xhp +#, fuzzy msgctxt "" "01170500.xhp\n" "par_id3143284\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>" +msgid "<ahelp hid=\".\">Opens a dialog that allows you to specify the field assignment.</ahelp>" msgstr "<ahelp hid=\"\">開啟一個允許指定欄位指定的對話方塊。</ahelp>" #: 01170500.xhp diff --git a/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po b/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po index 313a487a2f1..34b4da7eccc 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po +++ b/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-03-09 20:49+0100\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:27+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199262.000000\n" #: 02000000.xhp msgctxt "" @@ -5477,12 +5477,12 @@ msgid "Table description" msgstr "表格描述" #: 05040200.xhp +#, fuzzy msgctxt "" "05040200.xhp\n" "par_id3154422\n" -"4\n" "help.text" -msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>" +msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>" msgstr "<ahelp hid=\"\">顯示所選表格的描述。</ahelp>" #: 11000002.xhp @@ -5573,12 +5573,12 @@ msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">O msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>" #: 11020000.xhp +#, fuzzy msgctxt "" "11020000.xhp\n" "par_id3150499\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>" +msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>" msgstr "<ahelp hid=\"\">指定用於 <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> 資料庫的設定。其中包括使用者存取資料、驅動程式設定與字型定義。</ahelp>" #: 11020000.xhp @@ -5815,12 +5815,12 @@ msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\"> msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>" #: 11030000.xhp +#, fuzzy msgctxt "" "11030000.xhp\n" "par_id3147088\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>" +msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>" msgstr "<ahelp hid=\"\">指定用於 dBASE 資料庫的設定。</ahelp>" #: 11030000.xhp @@ -8863,7 +8863,7 @@ msgctxt "" "dabawiz02.xhp\n" "par_idN105B4\n" "help.text" -msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - More Fields) or in a mail merge.</ahelp>" +msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Field - More Fields) or in a mail merge.</ahelp>" msgstr "<ahelp hid=\".\">選取此選項可在您的 %PRODUCTNAME 使用者副本內註冊資料庫。註冊完畢後,該資料庫會顯示在 <emph>[檢視] - [資料來源]</emph> 視窗中。您必須註冊資料庫,才可將資料庫欄位插入文件 ([插入] - [欄位] - [其他]) 或合併列印中。</ahelp>" #: dabawiz02.xhp diff --git a/source/zh-TW/helpcontent2/source/text/shared/guide.po b/source/zh-TW/helpcontent2/source/text/shared/guide.po index 547966fb6f8..63ad48b1b5e 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/guide.po +++ b/source/zh-TW/helpcontent2/source/text/shared/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:27+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199273.000000\n" #: aaa_start.xhp msgctxt "" @@ -7292,18 +7292,18 @@ msgid "Error Report Tool" msgstr "錯誤報告工具" #: error_report.xhp +#, fuzzy msgctxt "" "error_report.xhp\n" "bm_id3150616\n" "help.text" -msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>" +msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>" msgstr "<bookmark_value>錯誤報告工具</bookmark_value> <bookmark_value>報告; 錯誤報告</bookmark_value> <bookmark_value>當機報告</bookmark_value> <bookmark_value>啟動; 錯誤報告工具</bookmark_value>" #: error_report.xhp msgctxt "" "error_report.xhp\n" "hd_id3150616\n" -"17\n" "help.text" msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>" msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"錯誤報告工具\">錯誤報告工具</link></variable>" @@ -7312,7 +7312,6 @@ msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_repor msgctxt "" "error_report.xhp\n" "par_id3153345\n" -"1\n" "help.text" msgid "The Error Report Tool starts automatically when a program crash occurs." msgstr "錯誤報告工具會在發生程式當機時自動啟動。" @@ -7321,7 +7320,6 @@ msgstr "錯誤報告工具會在發生程式當機時自動啟動。" msgctxt "" "error_report.xhp\n" "par_id3147088\n" -"2\n" "help.text" msgid "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report." msgstr "錯誤報告工具收集了可協助程式開發者改進程式碼的所有必要資訊,以便在後續版本中盡可能避免此錯誤。請協助我們改進軟體,並傳送產生的錯誤報告。" @@ -7330,7 +7328,6 @@ msgstr "錯誤報告工具收集了可協助程式開發者改進程式碼的所 msgctxt "" "error_report.xhp\n" "hd_id3148538\n" -"4\n" "help.text" msgid "Starting the Error Report Tool" msgstr "啟動錯誤報告工具" @@ -7339,7 +7336,6 @@ msgstr "啟動錯誤報告工具" msgctxt "" "error_report.xhp\n" "par_id3149811\n" -"5\n" "help.text" msgid "With most program crashes the Error Report Tool will start automatically." msgstr "若大部分程式當機,則會自動啟動錯誤報告工具。" @@ -7348,7 +7344,6 @@ msgstr "若大部分程式當機,則會自動啟動錯誤報告工具。" msgctxt "" "error_report.xhp\n" "hd_id3154046\n" -"7\n" "help.text" msgid "Completing the Report" msgstr "完成報告" @@ -7357,7 +7352,6 @@ msgstr "完成報告" msgctxt "" "error_report.xhp\n" "par_id3147335\n" -"8\n" "help.text" msgid "On the main Error Report Tool dialog, you can enter some additional information that may help the developers to localize the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information." msgstr "在主 [錯誤報告工具] 對話方塊中,您可以輸入一些其他資訊,以協助開發者將錯誤本地化。例如,如果錯誤僅在您的硬體或軟體環境變更後,或在您按了某個按鈕後才出現,請輸入此類資訊。" @@ -7366,7 +7360,6 @@ msgstr "在主 [錯誤報告工具] 對話方塊中,您可以輸入一些其 msgctxt "" "error_report.xhp\n" "hd_id3159399\n" -"9\n" "help.text" msgid "Sending the Error Report" msgstr "傳送錯誤報告" @@ -7375,7 +7368,6 @@ msgstr "傳送錯誤報告" msgctxt "" "error_report.xhp\n" "par_id3150504\n" -"10\n" "help.text" msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button." msgstr "錯誤報告工具使用HTTP PUT / SOAP 協定來傳送報告資料。您可以選擇性地輸入一些描述性文字,以協助我們識別程式當機的有關情形。然後按一下<emph>[傳送]</emph>按鈕。" @@ -7384,25 +7376,23 @@ msgstr "錯誤報告工具使用HTTP PUT / SOAP 協定來傳送報告資料。 msgctxt "" "error_report.xhp\n" "par_id3149670\n" -"11\n" "help.text" msgid "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet." msgstr "您不會收到錯誤報告的反饋。如果需要支援,請造訪我們設在網際網路上的<link href=\"text/shared/main0108.xhp\">支援論壇</link>。" #: error_report.xhp +#, fuzzy msgctxt "" "error_report.xhp\n" "par_id3153526\n" -"12\n" "help.text" -msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail." +msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail." msgstr "您可以選擇回應開發者對報告的錯誤提出的問題。如果您允許我們在需要其他資訊時透過電子郵件聯絡您,請核取此核取方塊。依預設,不會選取此方塊,因此您不會收到任何電子郵件。" #: error_report.xhp msgctxt "" "error_report.xhp\n" "hd_id3150792\n" -"13\n" "help.text" msgid "What Data is Sent?" msgstr "傳送哪些資料?" @@ -7411,7 +7401,6 @@ msgstr "傳送哪些資料?" msgctxt "" "error_report.xhp\n" "par_id3154366\n" -"14\n" "help.text" msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file." msgstr "錯誤報告由數個檔案構成。主檔案中包含了有關錯誤類型、作業系統名稱和版本、記憶體使用情況以及您所輸入的描述等資訊。您可以按一下[錯誤報告工具]主對話方塊上的<emph>[顯示報告]</emph>按鈕,以檢視主檔案中將要傳送的內容。" @@ -7420,7 +7409,6 @@ msgstr "錯誤報告由數個檔案構成。主檔案中包含了有關錯誤類 msgctxt "" "error_report.xhp\n" "par_id3151177\n" -"15\n" "help.text" msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also." msgstr "另外,某些系統標準工具 (Windows 系統中的「dbhhelp.dll」、UNIX 系統中的「pstack」) 會收集相關的記憶體內容和堆疊追蹤。此資訊也將傳送。" @@ -15292,12 +15280,12 @@ msgid "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_bl msgstr "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"以黑白色列印\">以黑白色列印</link></variable>" #: print_blackwhite.xhp +#, fuzzy msgctxt "" "print_blackwhite.xhp\n" "hd_id3150499\n" -"3\n" "help.text" -msgid "Printing text and graphics in black and white" +msgid "Printing Text and Images in Black and White" msgstr "以黑白列印文字和圖形" #: print_blackwhite.xhp @@ -15346,12 +15334,12 @@ msgid "The current document will be printed in black and white." msgstr "目前文件將會以黑白色列印。" #: print_blackwhite.xhp +#, fuzzy msgctxt "" "print_blackwhite.xhp\n" "hd_id3147653\n" -"9\n" "help.text" -msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw" +msgid "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw" msgstr "在 <item type=\"productname\">%PRODUCTNAME</item> Impress 和 <item type=\"productname\">%PRODUCTNAME</item> Draw 中進行黑白列印" #: print_blackwhite.xhp @@ -15409,12 +15397,12 @@ msgid "<emph>Black & white</emph> converts all colors into the two values black msgstr "<emph>[黑白]</emph> 可將所有顏色轉換成黑白兩色的值。圍繞物件的所有邊框皆會以黑色列印。所有文字將會以黑色列印。將不會列印以 <emph>[格式] - [頁面] - [背景]</emph> 設定的背景。" #: print_blackwhite.xhp +#, fuzzy msgctxt "" "print_blackwhite.xhp\n" "hd_id3153896\n" -"17\n" "help.text" -msgid "Printing only text in black and white" +msgid "Printing Only Text in Black and White" msgstr "以黑白列印純文字" #: print_blackwhite.xhp @@ -15427,12 +15415,12 @@ msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose t msgstr "在 <item type=\"productname\">%PRODUCTNAME</item> Writer 中,您可以選擇以黑白兩色列印顏色格式化的文字。您可以指定此選項適用於所有隨後要列印的文字文件,或僅適用於目前的列印程序。" #: print_blackwhite.xhp +#, fuzzy msgctxt "" "print_blackwhite.xhp\n" "hd_id3150358\n" -"19\n" "help.text" -msgid "Printing all text documents with black and white text" +msgid "Printing All Text Documents with Black and White Text" msgstr "以黑白文字列印全部的文字文件" #: print_blackwhite.xhp @@ -15472,12 +15460,12 @@ msgid "All text documents or HTML documents will be printed with black text." msgstr "所有文字文件或 HTML 文件將以黑色文字列印。" #: print_blackwhite.xhp +#, fuzzy msgctxt "" "print_blackwhite.xhp\n" "hd_id3148920\n" -"24\n" "help.text" -msgid "Printing the current text document with black and white text" +msgid "Printing the Current Text Document with Black and White Text" msgstr "以黑白文字列印目前文件" #: print_blackwhite.xhp diff --git a/source/zh-TW/helpcontent2/source/text/shared/menu.po b/source/zh-TW/helpcontent2/source/text/shared/menu.po new file mode 100644 index 00000000000..8fe6a9c3545 --- /dev/null +++ b/source/zh-TW/helpcontent2/source/text/shared/menu.po @@ -0,0 +1,142 @@ +#. extracted from helpcontent2/source/text/shared/menu +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" + +#: insert_chart.xhp +msgctxt "" +"insert_chart.xhp\n" +"tit\n" +"help.text" +msgid "Chart" +msgstr "" + +#: insert_chart.xhp +msgctxt "" +"insert_chart.xhp\n" +"hd_id030420160945436725\n" +"help.text" +msgid "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>" +msgstr "" + +#: insert_chart.xhp +msgctxt "" +"insert_chart.xhp\n" +"par_id030420160947559665\n" +"help.text" +msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>" +msgstr "" + +#: insert_form_control.xhp +msgctxt "" +"insert_form_control.xhp\n" +"tit\n" +"help.text" +msgid "Form Control" +msgstr "" + +#: insert_form_control.xhp +msgctxt "" +"insert_form_control.xhp\n" +"hd_id030720160611303537\n" +"help.text" +msgid "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>" +msgstr "" + +#: insert_form_control.xhp +msgctxt "" +"insert_form_control.xhp\n" +"par_id03072016061205929\n" +"help.text" +msgid "<ahelp hid=\".\">This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document.</ahelp>" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"tit\n" +"help.text" +msgid "Shape" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"hd_id030420161043484643\n" +"help.text" +msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030420161051456436\n" +"help.text" +msgid "<ahelp hid=\".\">This submenu contains common shapes like a line, circle, triangle, and square, or a symbol shape like a smiley face, heart, and flower that can be inserted into the document.</ahelp>" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160629548185\n" +"help.text" +msgid "Line" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160640091844\n" +"help.text" +msgid "<ahelp hid=\".\">This submenu contains straight, freeform, curved and polygon line shapes.</ahelp>" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"hd_id030720160823321429\n" +"help.text" +msgid "<link href=\"text/shared/02/01140000.xhp#line_title\">Line</link>" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160629546864\n" +"help.text" +msgid "Basic" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160644597415\n" +"help.text" +msgid "This submenu contains basic shapes like rectangles, circles, triangles, pentagon, hexagon, octagon, cylinder, and cube." +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160629547675\n" +"help.text" +msgid "Symbol" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030720160644595417\n" +"help.text" +msgid "This submenu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, beveled shapes, and brackets." +msgstr "" diff --git a/source/zh-TW/helpcontent2/source/text/shared/optionen.po b/source/zh-TW/helpcontent2/source/text/shared/optionen.po index f9a5fc65952..ace2fe13d98 100644 --- a/source/zh-TW/helpcontent2/source/text/shared/optionen.po +++ b/source/zh-TW/helpcontent2/source/text/shared/optionen.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838053.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199280.000000\n" #: 01000000.xhp msgctxt "" @@ -1405,6 +1405,30 @@ msgctxt "" msgid "This is where $[officename] puts its temporary files." msgstr "$[officename] 在此建立其暫存檔。" +#: 01010300.xhp +msgctxt "" +"01010300.xhp\n" +"par_id3154607\n" +"help.text" +msgid "Classification" +msgstr "" + +#: 01010300.xhp +msgctxt "" +"01010300.xhp\n" +"par_id3149344\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>" +msgstr "" + +#: 01010300.xhp +msgctxt "" +"01010300.xhp\n" +"par_id3154651\n" +"help.text" +msgid "$[officename] reads the TSCP BAF policy from this file." +msgstr "" + #: 01010301.xhp msgctxt "" "01010301.xhp\n" @@ -4329,8 +4353,8 @@ msgctxt "" "01011000.xhp\n" "bm_id3153881\n" "help.text" -msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>" -msgstr "<bookmark_value>復原; 步驟數</bookmark_value><bookmark_value>圖形; 快取</bookmark_value><bookmark_value>快取圖形</bookmark_value><bookmark_value>快速啟動</bookmark_value>" +msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>" +msgstr "" #: 01011000.xhp msgctxt "" @@ -4345,45 +4369,8 @@ msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"作業記憶體\ msgctxt "" "01011000.xhp\n" "par_id3154307\n" -"26\n" "help.text" -msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>" -msgstr "<ahelp hid=\".\">定義圖形快取的設定以及可復原的步數。</ahelp>" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"hd_id3155390\n" -"1\n" -"help.text" -msgid "Undo" -msgstr "復原" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"par_id3145673\n" -"2\n" -"help.text" -msgid "Defines the maximum number of reverse steps allowed." -msgstr "定義撤銷步數所允許的最大值。" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"hd_id3153881\n" -"3\n" -"help.text" -msgid "Number of steps" -msgstr "步數" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"par_id3148685\n" -"4\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/optmemorypage/undo\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>" +msgid "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>" msgstr "" #: 01011000.xhp @@ -9321,12 +9308,12 @@ msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Back msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"背景\">背景</link>" #: 01050300.xhp +#, fuzzy msgctxt "" "01050300.xhp\n" "par_id3150443\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background." +msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background." msgstr "<ahelp hid=\"\" visibility=\"visible\">指定 HTML 文件的背景。</ahelp>該背景對於新 HTML 文件以及載入的 HTML 文件均有效,只要這些文件尚未定義它們自己的背景。" #: 01050300.xhp @@ -11140,12 +11127,12 @@ msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</li msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"列印\">列印</link>" #: 01060700.xhp +#, fuzzy msgctxt "" "01060700.xhp\n" "par_id3143267\n" -"2\n" "help.text" -msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>" +msgid "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>" msgstr "<ahelp hid=\"\">確定試算表的印表機設定。</ahelp>" #: 01060700.xhp @@ -13158,12 +13145,12 @@ msgid "Chart options" msgstr "圖表選項" #: 01110000.xhp +#, fuzzy msgctxt "" "01110000.xhp\n" "par_id3149182\n" -"2\n" "help.text" -msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>" +msgid "<variable id=\"farbe\"><ahelp hid=\".\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>" msgstr "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">定義圖表的一般設定。</ahelp></variable>" #: 01110100.xhp diff --git a/source/zh-TW/helpcontent2/source/text/simpress/00.po b/source/zh-TW/helpcontent2/source/text/simpress/00.po index 8aab20c22d0..8ebee0936e4 100644 --- a/source/zh-TW/helpcontent2/source/text/simpress/00.po +++ b/source/zh-TW/helpcontent2/source/text/simpress/00.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-04-17 00:16+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838056.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1460852199.000000\n" #: 00000004.xhp msgctxt "" @@ -648,75 +648,75 @@ msgid "File" msgstr "檔案" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149351\n" -"17\n" "help.text" -msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>" +msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>" msgstr "<variable id=\"feldbf\"><emph>「插入」-「欄位指令」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150477\n" -"22\n" "help.text" -msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>" +msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>" msgstr "<variable id=\"feldbf1\"><emph>「插入」-「欄位指令」-「日期 (固定)」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3146879\n" -"18\n" "help.text" -msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>" +msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>" msgstr "<variable id=\"feldbf2\"><emph>「插入」-「欄位指令」-「日期 (可變)」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153036\n" -"19\n" "help.text" -msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>" +msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>" msgstr "<variable id=\"feldbf3\"><emph>「插入」-「欄位指令」-「時間 (固定)」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3145590\n" -"20\n" "help.text" -msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>" +msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>" msgstr "<variable id=\"feldbf4\"><emph>「插入」-「欄位指令」-「時間 (可變)」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153935\n" -"21\n" "help.text" -msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>" +msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>" msgstr "<variable id=\"feldbf7\"><emph>「插入」-「欄位指令」-「檔案名稱」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3148583\n" -"23\n" "help.text" -msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>" +msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>" msgstr "<variable id=\"feldbf6\"><emph>「插入」-「欄位指令」-「作者」</emph>功能表</variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3155951\n" -"24\n" "help.text" -msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>" +msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>" msgstr "<variable id=\"feldbf7\"><emph>「插入」-「欄位指令」-「檔案名稱」</emph>功能表</variable>" #: 00000405.xhp @@ -1421,12 +1421,13 @@ msgid "Slide Menu" msgstr "" #: slide_menu.xhp +#, fuzzy msgctxt "" "slide_menu.xhp\n" "par_id3134264\n" "help.text" msgid "Choose <emph>Slide - New Page/Slide</emph>" -msgstr "" +msgstr "選擇 <emph>[插入] - [投影片]</emph>" #: slide_menu.xhp #, fuzzy diff --git a/source/zh-TW/helpcontent2/source/text/simpress/01.po b/source/zh-TW/helpcontent2/source/text/simpress/01.po index 607b3deb15a..6ed017d96b7 100644 --- a/source/zh-TW/helpcontent2/source/text/simpress/01.po +++ b/source/zh-TW/helpcontent2/source/text/simpress/01.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838064.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199286.000000\n" #: 01170000.xhp msgctxt "" @@ -6820,18 +6820,18 @@ msgid "Slide Show Settings" msgstr "投影片放映設定" #: 06080000.xhp +#, fuzzy msgctxt "" "06080000.xhp\n" "bm_id3153818\n" "help.text" -msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>" +msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple monitors</bookmark_value>" msgstr "<bookmark_value>簡報; 設定</bookmark_value><bookmark_value>投影片放映; 設定</bookmark_value><bookmark_value>簡報; 視窗 / 全螢幕</bookmark_value><bookmark_value>多個顯示器</bookmark_value>" #: 06080000.xhp msgctxt "" "06080000.xhp\n" "hd_id3153818\n" -"1\n" "help.text" msgid "Slide Show Settings" msgstr "投影片放映設定" @@ -6840,7 +6840,6 @@ msgstr "投影片放映設定" msgctxt "" "06080000.xhp\n" "par_id3148606\n" -"2\n" "help.text" msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>" msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">定義放映投影片的設定,包括從哪一張投影片開始放映、前進至下一張投影片的方式、簡報的類型以及指標選項。</ahelp></variable>" @@ -6849,7 +6848,6 @@ msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">定義 msgctxt "" "06080000.xhp\n" "hd_id3150213\n" -"3\n" "help.text" msgid "Range" msgstr "範圍" @@ -6858,7 +6856,6 @@ msgstr "範圍" msgctxt "" "06080000.xhp\n" "par_id3154766\n" -"4\n" "help.text" msgid "Specifies which slides to include in the slide show." msgstr "指定要放映哪些投影片。" @@ -6867,7 +6864,6 @@ msgstr "指定要放映哪些投影片。" msgctxt "" "06080000.xhp\n" "hd_id3145363\n" -"5\n" "help.text" msgid "All slides" msgstr "全部投影片" @@ -6876,7 +6872,6 @@ msgstr "全部投影片" msgctxt "" "06080000.xhp\n" "par_id3145114\n" -"6\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">在投影片放映中包括所有投影片。</ahelp>" @@ -6885,7 +6880,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">在投 msgctxt "" "06080000.xhp\n" "hd_id3150431\n" -"7\n" "help.text" msgid "From:" msgstr "投影片從" @@ -6894,7 +6888,6 @@ msgstr "投影片從" msgctxt "" "06080000.xhp\n" "par_id3150391\n" -"8\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">輸入起始投影片的編號。</ahelp>" @@ -6903,7 +6896,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">輸入起 msgctxt "" "06080000.xhp\n" "hd_id3147404\n" -"86\n" "help.text" msgid "Custom Slide Show" msgstr "使用者的放映簡報投影片" @@ -6912,7 +6904,6 @@ msgstr "使用者的放映簡報投影片" msgctxt "" "06080000.xhp\n" "par_id3150538\n" -"87\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">執行自訂投影片放映,按照您在 <link href=\"text/simpress/01/06100000.xhp\" name=\"投影片放映 - 自訂投影片放映\"><emph>[投影片放映] - [自訂投影片放映] 中定義的順序。</emph></link></ahelp>" @@ -6921,7 +6912,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\" msgctxt "" "06080000.xhp\n" "hd_id3150653\n" -"88\n" "help.text" msgid "Type" msgstr "類型" @@ -6930,7 +6920,6 @@ msgstr "類型" msgctxt "" "06080000.xhp\n" "par_id3149354\n" -"93\n" "help.text" msgid "Select the slide show type." msgstr "選取投影片放映類型。" @@ -6939,7 +6928,6 @@ msgstr "選取投影片放映類型。" msgctxt "" "06080000.xhp\n" "hd_id3150482\n" -"89\n" "help.text" msgid "Default" msgstr "預設" @@ -6948,7 +6936,6 @@ msgstr "預設" msgctxt "" "06080000.xhp\n" "par_id3148730\n" -"94\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">以全螢幕方式放映投影片。</ahelp>" @@ -6957,7 +6944,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">以全螢 msgctxt "" "06080000.xhp\n" "hd_id3153034\n" -"90\n" "help.text" msgid "Window" msgstr "視窗" @@ -6966,7 +6952,6 @@ msgstr "視窗" msgctxt "" "06080000.xhp\n" "par_id3155257\n" -"82\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">在 $[officename] 程式視窗中執行投影片放映。</ahelp>" @@ -6975,7 +6960,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">在 $[offic msgctxt "" "06080000.xhp\n" "hd_id3145593\n" -"91\n" "help.text" msgid "Auto" msgstr "自動" @@ -6984,7 +6968,6 @@ msgstr "自動" msgctxt "" "06080000.xhp\n" "par_id3149509\n" -"95\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">在指定的暫停間隔時間之後,重新開始投影片放映。暫停投影片顯示在最後一張投影片和起始投影片之間。按 ESC 鍵停止放映</ahelp>。" @@ -6993,7 +6976,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">在指定的 msgctxt "" "06080000.xhp\n" "hd_id3150862\n" -"96\n" "help.text" msgid "Duration of pause" msgstr "暫停時間" @@ -7002,7 +6984,6 @@ msgstr "暫停時間" msgctxt "" "06080000.xhp\n" "par_id3153112\n" -"97\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">輸入重複放映投影片之前的暫停持續時間。如果您輸入 0,則會立即重新開始放映,而不顯示暫停投影片。</ahelp>" @@ -7011,7 +6992,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">輸 msgctxt "" "06080000.xhp\n" "hd_id3166420\n" -"92\n" "help.text" msgid "Show logo" msgstr "顯示標誌" @@ -7020,7 +7000,6 @@ msgstr "顯示標誌" msgctxt "" "06080000.xhp\n" "par_id3154501\n" -"98\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged." msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">在暫停投影片上顯示 $[officename] 標誌。</ahelp>標誌不可替換。" @@ -7029,7 +7008,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">在暫停 msgctxt "" "06080000.xhp\n" "hd_id3150130\n" -"9\n" "help.text" msgid "Options" msgstr "選項" @@ -7038,7 +7016,6 @@ msgstr "選項" msgctxt "" "06080000.xhp\n" "hd_id3149883\n" -"13\n" "help.text" msgid "Change slides manually" msgstr "手動變換投影片" @@ -7047,7 +7024,6 @@ msgstr "手動變換投影片" msgctxt "" "06080000.xhp\n" "par_id3147373\n" -"14\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this box is selected.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">選取此方塊後,投影片不再自動變更。</ahelp>" @@ -7056,7 +7032,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">選 msgctxt "" "06080000.xhp\n" "hd_id3155439\n" -"15\n" "help.text" msgid "Mouse pointer visible" msgstr "顯示滑鼠指標" @@ -7065,7 +7040,6 @@ msgstr "顯示滑鼠指標" msgctxt "" "06080000.xhp\n" "par_id3150272\n" -"16\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">在投影片放映期間顯示滑鼠指標。</ahelp>" @@ -7074,7 +7048,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">在 msgctxt "" "06080000.xhp\n" "hd_id3150570\n" -"17\n" "help.text" msgid "Mouse pointer as pen" msgstr "作為畫筆的滑鼠指標" @@ -7083,7 +7056,6 @@ msgstr "作為畫筆的滑鼠指標" msgctxt "" "06080000.xhp\n" "par_id3150665\n" -"18\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">在簡報投影片放映期間,將滑鼠指標變更為畫筆,您可以使用它在投影片上進行繪製。</ahelp>" @@ -7100,7 +7072,6 @@ msgstr "" msgctxt "" "06080000.xhp\n" "hd_id3153927\n" -"20\n" "help.text" msgid "Navigator visible" msgstr "顯示助手" @@ -7109,7 +7080,6 @@ msgstr "顯示助手" msgctxt "" "06080000.xhp\n" "par_id3148430\n" -"21\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">顯示<link href=\"text/simpress/01/02110000.xhp\" name=\"助手\">助手</link> 在投影片放映期間。</ahelp>" @@ -7118,7 +7088,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\"> msgctxt "" "06080000.xhp\n" "hd_id3153718\n" -"84\n" "help.text" msgid "Animations allowed" msgstr "允許動畫" @@ -7127,7 +7096,6 @@ msgstr "允許動畫" msgctxt "" "06080000.xhp\n" "par_id3083445\n" -"85\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed." msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">在投影片放映期間顯示動畫 GIF 的所有畫格。</ahelp> 若未選取此選項,則僅會顯示動畫 GIF 檔案的第一個畫格。" @@ -7136,7 +7104,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\"> msgctxt "" "06080000.xhp\n" "hd_id3152478\n" -"22\n" "help.text" msgid "Change slides by clicking on background" msgstr "在背景上按一下變換投影片" @@ -7145,7 +7112,6 @@ msgstr "在背景上按一下變換投影片" msgctxt "" "06080000.xhp\n" "par_id3156305\n" -"23\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">當您在投影片的背景上按一下時,前進到下一張投影片。</ahelp>" @@ -7154,7 +7120,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\ msgctxt "" "06080000.xhp\n" "hd_id3150960\n" -"24\n" "help.text" msgid "Presentation always on top" msgstr "始終於前景放映簡報投影片" @@ -7163,7 +7128,6 @@ msgstr "始終於前景放映簡報投影片" msgctxt "" "06080000.xhp\n" "par_id3150764\n" -"25\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">在簡報投影片放映期間,$[officename] 視窗保留在頂端。簡報投影片前面將不顯示任何其他程式的視窗。</ahelp>" @@ -7201,11 +7165,12 @@ msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode. msgstr "<ahelp hid=\".\">選取要使用全螢幕投影片放映模式的顯示器。</ahelp>" #: 06080000.xhp +#, fuzzy msgctxt "" "06080000.xhp\n" "par_id4846339\n" "help.text" -msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors." +msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors." msgstr "若系統允許將視窗以所有可用的顯示器橫跨顯示,也可選取 [所有顯示器]。在此情況下,簡報可橫跨顯示於所有可用的顯示器螢幕上。" #: 06080000.xhp @@ -7395,12 +7360,12 @@ msgid "Define Custom Slide Show" msgstr "定義自訂投影片放映" #: 06100100.xhp +#, fuzzy msgctxt "" "06100100.xhp\n" "par_id3154659\n" -"2\n" "help.text" -msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>" +msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>" msgstr "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">建立自訂投影片放映。</ahelp></variable>" #: 06100100.xhp diff --git a/source/zh-TW/helpcontent2/source/text/simpress/guide.po b/source/zh-TW/helpcontent2/source/text/simpress/guide.po index 88053bc0aea..62c93baa45b 100644 --- a/source/zh-TW/helpcontent2/source/text/simpress/guide.po +++ b/source/zh-TW/helpcontent2/source/text/simpress/guide.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-07 21:35+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838068.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199292.000000\n" #: 3d_create.xhp msgctxt "" @@ -1307,19 +1307,21 @@ msgid "Masters exist for slides, notes, and handouts." msgstr "投影片、備註和講義皆有母片。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id8403576\n" "help.text" -msgid "To edit a slide master, choose <emph>View - Master - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master." +msgid "To edit a slide master, choose <emph>View - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master." msgstr "若要編輯投影片母片,請選擇 <emph>[檢視] - [母片] - [投影片母片]</emph>。在 [母片檢視] 工具列中,按一下 [關閉母片檢視],或選擇 <emph>[檢視] - [標準]</emph>,以離開投影片母片。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id5641651\n" "help.text" -msgid "To edit a notes master, choose <emph>View - Master - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master." +msgid "To edit a notes master, choose <emph>View - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master." msgstr "若要編輯備註主頁,請選擇 <emph>[檢視] - [母片] - [備註主頁]</emph>。在 [母片檢視] 工具列中,按一下 [關閉母片檢視],或選擇 <emph>[檢視] - [標準]</emph>,以離開備註主頁。" #: footer.xhp @@ -1347,11 +1349,12 @@ msgid "Every type of master has some predefined areas to hold the date, footer, msgstr "每種母片類型皆有一些預先定義的區域,可保留日期、頁尾及投影片編號。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id8217413\n" "help.text" -msgid "When you switch to the master view, you can move that areas to any position on the master. You can enter additional text and resize the areas. You can select the contents of the areas and apply text formats. For example, you can change the font size or color." +msgid "When you switch to the master view, you can move those areas to any position on the master. Also, you can enter additional text into them, resize them, and select their contents to apply text formatting. For example, you can change the font size or color." msgstr "當您切換為母片檢視時,可以將該區域移至母片上的任何位置。您可以輸入其他文字,並調整該區域的大小。您可以選取該區域的內容,並套用文字格式。例如,您可以變更字型大小或顏色。" #: footer.xhp @@ -1371,19 +1374,21 @@ msgid "Objects that you insert on a slide master are visible on all slides that msgstr "在投影片母片中插入的物件,會顯示在以該投影片母片為基礎的所有投影片上。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id8843043\n" "help.text" -msgid "Choose <emph>View - Header and Footer</emph>." +msgid "Choose <emph>Insert - Header and Footer</emph>." msgstr "選擇 <emph>[檢視] - [頁首與頁尾]</emph>。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id1876583\n" "help.text" -msgid "You see a dialog with two tab pages: <emph>Slide</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas." +msgid "You see a dialog with two tab pages: <emph>Slides</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas." msgstr "會隨即顯示具有兩個標籤頁的對話方塊:<emph>[投影片]</emph> 及 <emph>[備註和講義]</emph>,在此可輸入預先定義區域的內容。" #: footer.xhp @@ -1460,13 +1465,13 @@ msgid "You can add a text object anywhere on the slide master." msgstr "您可以在投影片母片的任何位置增加文字物件。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id3148866\n" -"14\n" "help.text" -msgid "Choose <emph>View - Master - Slide Master</emph>." -msgstr "選擇 <emph>[檢視] - [母片] - [投影片母片]</emph>。" +msgid "Choose <emph>View - Slide Master</emph>." +msgstr "選擇 <emph>[檢視] - [投影片瀏覽]</emph>。" #: footer.xhp msgctxt "" @@ -1496,26 +1501,17 @@ msgid "Choose <emph>View - Normal</emph> when you are finished." msgstr "當您完成時,請選擇 <emph>[檢視] - [標準]</emph>。" #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id3150476\n" -"17\n" "help.text" -msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Fields</emph>." +msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Field</emph>." msgstr "您也可以選擇<emph>[插入] - [欄位指令]</emph>,將欄位 (如日期或頁碼) 加入至頁首或頁尾。" #: footer.xhp msgctxt "" "footer.xhp\n" -"par_id3156320\n" -"18\n" -"help.text" -msgid "You can hide the header or footer on the current slide by choosing <emph>Format</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide<emph> Layout</emph></link>, and clearing the <emph>Objects on background</emph> check box." -msgstr "您可以選擇 <emph>[格式]</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"變更版面配置\">[投影片<emph>版式]</emph></link>,並清除 <emph>[物件顯示在背景上]</emph> 核取方塊,來隱入目前投影片上的頁首或頁尾。" - -#: footer.xhp -msgctxt "" -"footer.xhp\n" "par_id3155848\n" "21\n" "help.text" diff --git a/source/zh-TW/helpcontent2/source/text/swriter.po b/source/zh-TW/helpcontent2/source/text/swriter.po index 2ba013383f8..8562066abe8 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter.po +++ b/source/zh-TW/helpcontent2/source/text/swriter.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: chinese-l10n <chinese-l10n@googlegroups.com>\n" "Language: zh_TW\n" @@ -13,8 +13,88 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199303.000000\n" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"tit\n" +"help.text" +msgid "Classification Bar" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"hd_id3150342\n" +"help.text" +msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id3150202\n" +"help.text" +msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id31502029\n" +"help.text" +msgid "The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents." +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "Intellectual Property" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106C0\n" +"help.text" +msgid "Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document." +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106CD\n" +"help.text" +msgid "National Security" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106DD\n" +"help.text" +msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface." +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106EA\n" +"help.text" +msgid "Export Control" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_idN106FA\n" +"help.text" +msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface." +msgstr "" #: main0000.xhp msgctxt "" @@ -385,12 +465,13 @@ msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>" msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"顯示比例\">顯示比例</link>" #: main0104.xhp +#, fuzzy msgctxt "" "main0104.xhp\n" "tit\n" "help.text" -msgid ".uno:InsertHeaderFooterMenu" -msgstr "" +msgid "Insert" +msgstr "插入" #: main0104.xhp msgctxt "" @@ -1564,7 +1645,6 @@ msgstr "狀態列" msgctxt "" "main0208.xhp\n" "hd_id3153397\n" -"1\n" "help.text" msgid "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar</link>" msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"狀態列\">狀態列</link>" @@ -1573,7 +1653,6 @@ msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"狀態列\">狀態列</l msgctxt "" "main0208.xhp\n" "par_id3153414\n" -"2\n" "help.text" msgid "The Status Bar contains information about the current document and offers various buttons with special functions." msgstr "狀態列包含有關目前文件的資訊,並提供各種具有特殊功能的按鈕。" @@ -1619,11 +1698,12 @@ msgid "Zoom & View Layout" msgstr "顯示比例與檢視版面配置" #: main0208.xhp +#, fuzzy msgctxt "" "main0208.xhp\n" "par_id7723929\n" "help.text" -msgid "Three controls on the Writer Status Bar allow to change the zoom and view layout of your text documents." +msgid "Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents." msgstr "Writer 狀態列的三個控制項可變更文字文件的顯示比例與檢視版面配置。" #: main0208.xhp diff --git a/source/zh-TW/helpcontent2/source/text/swriter/00.po b/source/zh-TW/helpcontent2/source/text/swriter/00.po index 1e984ccfb61..dac54612b96 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter/00.po +++ b/source/zh-TW/helpcontent2/source/text/swriter/00.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:47+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-04-17 00:17+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838079.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1460852265.000000\n" #: 00000004.xhp msgctxt "" @@ -559,39 +559,38 @@ msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emp msgstr "<variable id=\"manuellerumbruch\">選擇 <emph>[插入] - [手動換行]</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3154654\n" -"3\n" "help.text" -msgid "Choose <emph>Insert - Fields</emph>" +msgid "Choose <emph>Insert - Field</emph>" msgstr "選擇 <emph>[插入] - [欄位]</emph>" #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146966\n" -"90\n" "help.text" msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)" msgstr "開啟右鍵功能表 - 選擇<emph>「欄位指令...」</emph>(已插入欄位指令時)" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149053\n" -"44\n" "help.text" -msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>" +msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>" msgstr "<variable id=\"feldbefehldatum\">選擇 <emph>[插入] - [欄位] - [日期]</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3151393\n" -"45\n" "help.text" -msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>" +msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>" msgstr "<variable id=\"feldbefehluhrzeit\">選擇 <emph>[插入] - [欄位] - [時間]</emph></variable>" #: 00000404.xhp @@ -599,45 +598,44 @@ msgstr "<variable id=\"feldbefehluhrzeit\">選擇 <emph>[插入] - [欄位] - [ msgctxt "" "00000404.xhp\n" "par_id3146325\n" -"46\n" "help.text" -msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>" +msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>" msgstr "<variable id=\"feldbefehlseitennummer\">選擇<emph>「插入」-「欄位指令」-「頁碼」</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149356\n" -"47\n" "help.text" -msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>" +msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>" msgstr "<variable id=\"feldbefehlseitenanzahl\">選擇 <emph>[插入] - [欄位] - [頁數]</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153003\n" -"48\n" "help.text" -msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>" +msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>" msgstr "<variable id=\"feldbefehlthema\">選擇 <emph>[插入] - [欄位] - [主題]</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150016\n" -"49\n" "help.text" -msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>" +msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>" msgstr "<variable id=\"feldbefehltitel\">選擇 <emph>[插入] - [欄位] - [標題]</emph></variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150564\n" -"50\n" "help.text" -msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>" +msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>" msgstr "<variable id=\"feldbefehlautor\">選擇 <emph>[插入] - [欄位] - [作者]</emph></variable>" #: 00000404.xhp @@ -645,9 +643,8 @@ msgstr "<variable id=\"feldbefehlautor\">選擇 <emph>[插入] - [欄位] - [作 msgctxt "" "00000404.xhp\n" "par_id3148386\n" -"4\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph>" +msgid "Choose <emph>Insert - Field - More Fields</emph>" msgstr "選擇 <emph>[插入] - [欄位] - [其他]</emph>" #: 00000404.xhp @@ -690,9 +687,8 @@ msgstr "插入欄位指令" msgctxt "" "00000404.xhp\n" "par_id3149295\n" -"56\n" "help.text" -msgid "<variable id=\"felddokument\">Choose <emph>Insert - Fields - More Fields - Document</emph> tab </variable>" +msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>" msgstr "<variable id=\"felddokument\">選擇 <emph>[插入] - [欄位] - [其他] - [文件]</emph> 標籤 </variable>" #: 00000404.xhp @@ -700,16 +696,14 @@ msgstr "<variable id=\"felddokument\">選擇 <emph>[插入] - [欄位] - [其他 msgctxt "" "00000404.xhp\n" "par_id3154692\n" -"51\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab" +msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab" msgstr "選擇 <emph>[插入] - [欄位指令] - [其他] - [參照]</emph> 標籤" #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3145411\n" -"63\n" "help.text" msgid "Choose <emph>Insert - Cross-reference</emph>" msgstr "" @@ -719,9 +713,8 @@ msgstr "" msgctxt "" "00000404.xhp\n" "par_id3147515\n" -"52\n" "help.text" -msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Fields - More Fields - Functions</emph> tab </variable>" +msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>" msgstr "<variable id=\"feldfunktionen\">選擇 <emph>[插入] - [欄位] - [其他] - [功能]</emph> 標籤 </variable>" #: 00000404.xhp @@ -729,9 +722,8 @@ msgstr "<variable id=\"feldfunktionen\">選擇 <emph>[插入] - [欄位] - [其 msgctxt "" "00000404.xhp\n" "par_id3153581\n" -"53\n" "help.text" -msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Fields - More Fields - DocInformation</emph> tab </variable>" +msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>" msgstr "<variable id=\"felddokumentinfo\">選擇 <emph>[插入] - [欄位] - [其他] - [文件資訊]</emph> 標籤 </variable>" #: 00000404.xhp @@ -739,9 +731,8 @@ msgstr "<variable id=\"felddokumentinfo\">選擇 <emph>[插入] - [欄位] - [ msgctxt "" "00000404.xhp\n" "par_id3150710\n" -"54\n" "help.text" -msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Fields - More Fields - Variables</emph> tab </variable>" +msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>" msgstr "<variable id=\"feldvariablen\">選擇 <emph>[插入] - [欄位] - [其他] - [變數]</emph> 標籤 </variable>" #: 00000404.xhp @@ -749,9 +740,8 @@ msgstr "<variable id=\"feldvariablen\">選擇 <emph>[插入] - [欄位] - [其 msgctxt "" "00000404.xhp\n" "par_id3152945\n" -"55\n" "help.text" -msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Fields - More Fields - Database</emph> tab </variable>" +msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>" msgstr "<variable id=\"felddatenbank\">選擇 <emph>[插入] - [欄位] - [其他] - [資料庫]</emph> 標籤 </variable>" #: 00000404.xhp @@ -1016,12 +1006,13 @@ msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and msgstr "" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3146342\n" "help.text" msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab</variable>" -msgstr "" +msgstr "<variable id=\"verz31\">選擇 <emph>[插入] - [索引和目錄] - [索引和目錄] - [項目]</emph> 標籤 (當選取的類型為目錄時) </variable>" #: 00000404.xhp #, fuzzy @@ -1096,12 +1087,13 @@ msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index msgstr "<variable id=\"verz31\">選擇 <emph>[插入] - [索引和目錄] - [索引和目錄] - [項目]</emph> 標籤 (當選取的類型為目錄時) </variable>" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153295\n" "help.text" msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>" -msgstr "" +msgstr "<variable id=\"verz31\">選擇 <emph>[插入] - [索引和目錄] - [索引和目錄] - [項目]</emph> 標籤 (當選取的類型為目錄時) </variable>" #: 00000404.xhp #, fuzzy diff --git a/source/zh-TW/helpcontent2/source/text/swriter/01.po b/source/zh-TW/helpcontent2/source/text/swriter/01.po index 25ad0f1e83b..04e7ae0cb84 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter/01.po +++ b/source/zh-TW/helpcontent2/source/text/swriter/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199329.000000\n" #: 01120000.xhp msgctxt "" @@ -115,9 +115,8 @@ msgstr "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\">開啟 msgctxt "" "01150000.xhp\n" "par_id3154102\n" -"4\n" "help.text" -msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Fields - More Fields</emph>." +msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>." msgstr "列印時,資料庫資訊才會插入在「資料庫」欄位指令 (萬用字元) 的位置上。用來插入「資料庫」欄位指令的資訊可以在「插入」-「欄位指令」-「其他」下的<link href=\"text/swriter/01/04090006.xhp\" name=\"「資料庫」\">「資料庫」</link>選項標籤中取得。" #: 01150000.xhp @@ -10179,9 +10178,8 @@ msgstr "若要顯示基於頁數的條件文字,請:" msgctxt "" "04090200.xhp\n" "par_id3150333\n" -"136\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Functions</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>,然後按一下<emph>[功能]</emph>標籤。" #: 04090200.xhp @@ -10243,9 +10241,8 @@ msgstr "若要顯示基於使用者自訂變量的條件文字,請" msgctxt "" "04090200.xhp\n" "par_id3155836\n" -"138\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Variables</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>,然後按一下<emph>[變量]</emph>標籤。" #: 04090200.xhp @@ -10361,9 +10358,8 @@ msgstr "此範例的第一部份在文件的「名字」和「姓氏」欄位之 msgctxt "" "04090200.xhp\n" "par_id3150523\n" -"145\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Database</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>,然後按一下<emph>[資料庫]</emph>標籤。" #: 04090200.xhp @@ -13242,18 +13238,18 @@ msgid "Edit Concordance File" msgstr "編輯詞彙索引檔" #: 04120250.xhp +#, fuzzy msgctxt "" "04120250.xhp\n" "bm_id3148768\n" "help.text" -msgid "<bookmark_value>editing; concordance files</bookmark_value><bookmark_value>concordance files; definition</bookmark_value>" +msgid "<bookmark_value>editing; concordance files</bookmark_value> <bookmark_value>concordance files; definition</bookmark_value>" msgstr "<bookmark_value>編輯; 詞彙索引檔</bookmark_value><bookmark_value>詞彙索引檔; 定義</bookmark_value>" #: 04120250.xhp msgctxt "" "04120250.xhp\n" "hd_id3148768\n" -"1\n" "help.text" msgid "Edit Concordance File" msgstr "編輯詞彙索引檔" @@ -13262,24 +13258,23 @@ msgstr "編輯詞彙索引檔" msgctxt "" "04120250.xhp\n" "par_id3151180\n" -"2\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">Create or edit a list of words to include in an Alphabetical Index.</ahelp> A concordance file lists words that should be referenced in an alphabetical index, together with the page number(s) where they appear in the document." msgstr "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">建立或編輯要在字母索引中包含的字詞清單。</ahelp>詞彙索引檔會列出字母索引中應參照的字詞,以及其在文件中出現的頁碼。" #: 04120250.xhp +#, fuzzy msgctxt "" "04120250.xhp\n" "par_id837427\n" "help.text" -msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows to enter every word just once, then use the list many times." +msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows you to enter every word just once, then use the list many times." msgstr "您可以使用 [尋找和替代] 對話方塊中的 [尋找全部] 按鈕,反白顯示某個字詞出現的所有位置,然後開啟 [插入索引項目] 對話方塊,以在字母索引中增加該字詞和所有位置。但是,如果需要在多份文件中有同一組字母索引,詞彙索引檔僅需輸入每個字詞一次,之後便可多次使用清單。" #: 04120250.xhp msgctxt "" "04120250.xhp\n" "hd_id3154645\n" -"19\n" "help.text" msgid "To access the Edit Concordance File dialog:" msgstr "若要存取[編輯詞彙索引檔]對話方塊,請:" @@ -13296,7 +13291,6 @@ msgstr "" msgctxt "" "04120250.xhp\n" "par_id3145420\n" -"21\n" "help.text" msgid "In the <emph>Type </emph>box, select \"Alphabetical Index\"." msgstr "在<emph>[類型]</emph>方塊中,選取「索引目錄」。" @@ -13305,7 +13299,6 @@ msgstr "在<emph>[類型]</emph>方塊中,選取「索引目錄」。" msgctxt "" "04120250.xhp\n" "par_id3154107\n" -"22\n" "help.text" msgid "In the <emph>Options </emph>area, select the <emph>Concordance file</emph> check box." msgstr "在<emph>[其他]</emph>區域,選取<emph>[從檔案匯編條目]</emph>核取方塊。" @@ -13314,7 +13307,6 @@ msgstr "在<emph>[其他]</emph>區域,選取<emph>[從檔案匯編條目]</em msgctxt "" "04120250.xhp\n" "par_id3153668\n" -"23\n" "help.text" msgid "Click the <emph>File</emph> button, and then choose <emph>New</emph> or <emph>Edit</emph>." msgstr "按一下<emph>[檔案]</emph>按鈕,然後選擇<emph>[開啟新檔]</emph>或<emph>[開啟舊檔]</emph>。" @@ -13323,7 +13315,6 @@ msgstr "按一下<emph>[檔案]</emph>按鈕,然後選擇<emph>[開啟新檔]< msgctxt "" "04120250.xhp\n" "par_id3154470\n" -"24\n" "help.text" msgid "A concordance file contains the following fields:" msgstr "詞彙索引檔包含下列欄位:" @@ -13332,7 +13323,6 @@ msgstr "詞彙索引檔包含下列欄位:" msgctxt "" "04120250.xhp\n" "par_id3152953\n" -"3\n" "help.text" msgid "\"Search term\" refers to the index entry that you want to mark in the document." msgstr "「搜尋術語」是指要標記在文件中的索引條目。" @@ -13341,7 +13331,6 @@ msgstr "「搜尋術語」是指要標記在文件中的索引條目。" msgctxt "" "04120250.xhp\n" "par_id3155896\n" -"4\n" "help.text" msgid "\"Alternative entry\" refers to the index entry that you want to appear in the index." msgstr "「替代條目」是指要其出現在索引中的索引條目。" @@ -13350,7 +13339,6 @@ msgstr "「替代條目」是指要其出現在索引中的索引條目。" msgctxt "" "04120250.xhp\n" "par_id3154194\n" -"5\n" "help.text" msgid "The 1st and 2nd Keys are parent index entries. The \"Search term\" or the \"Alternative entry\" appears as a subentry under the 1st and 2nd Keys." msgstr "第一個關鍵字和第二個關鍵字是父索引條目。「搜尋術語」或「替代條目」作為子條目出現在第一個關鍵字和第二個關鍵字之下。" @@ -13359,7 +13347,6 @@ msgstr "第一個關鍵字和第二個關鍵字是父索引條目。「搜尋術 msgctxt "" "04120250.xhp\n" "par_id3155184\n" -"6\n" "help.text" msgid "\"Match case\" means that uppercase and lowercase letters are considered." msgstr "「精確搜尋」表示考量字母的大小寫。" @@ -13368,7 +13355,6 @@ msgstr "「精確搜尋」表示考量字母的大小寫。" msgctxt "" "04120250.xhp\n" "par_id3143282\n" -"7\n" "help.text" msgid "\"Word only\" searches for the term as a single word." msgstr "「僅是單詞」搜尋作為單個字詞的術語。" @@ -13377,7 +13363,6 @@ msgstr "「僅是單詞」搜尋作為單個字詞的術語。" msgctxt "" "04120250.xhp\n" "par_id3147220\n" -"8\n" "help.text" msgid "To enable the \"Match case\" or \"Word only\" options, click in the corresponding cell, and then select the check box." msgstr "若要允許「精確搜尋」和「僅是單詞」選項,請在對應的儲存格中按一下,然後選取核取方塊。" @@ -13386,7 +13371,6 @@ msgstr "若要允許「精確搜尋」和「僅是單詞」選項,請在對應 msgctxt "" "04120250.xhp\n" "hd_id3153629\n" -"25\n" "help.text" msgid "To create a concordance file without the Edit Concordance File dialog:" msgstr "若要不使用[編輯詞彙索引檔]對話方塊來建立詞彙索引檔,請:" @@ -13395,7 +13379,6 @@ msgstr "若要不使用[編輯詞彙索引檔]對話方塊來建立詞彙索引 msgctxt "" "04120250.xhp\n" "par_id3153644\n" -"9\n" "help.text" msgid "Use the following format guidelines when you create a concordance file:" msgstr "建立詞彙索引檔時,使用下列格式準則:" @@ -13404,7 +13387,6 @@ msgstr "建立詞彙索引檔時,使用下列格式準則:" msgctxt "" "04120250.xhp\n" "par_id3152770\n" -"10\n" "help.text" msgid "Each entry in the concordance file is on a separate line." msgstr "詞彙索引檔中的每一個條目都位於獨立的行上。" @@ -13413,7 +13395,6 @@ msgstr "詞彙索引檔中的每一個條目都位於獨立的行上。" msgctxt "" "04120250.xhp\n" "par_id3155142\n" -"26\n" "help.text" msgid "Commented lines start with #." msgstr "備註行以 # 開始。" @@ -13422,7 +13403,6 @@ msgstr "備註行以 # 開始。" msgctxt "" "04120250.xhp\n" "par_id3153354\n" -"11\n" "help.text" msgid "Use the following format for the entries:" msgstr "使用用於條目的下列格式:" @@ -13431,7 +13411,6 @@ msgstr "使用用於條目的下列格式:" msgctxt "" "04120250.xhp\n" "par_id3149172\n" -"12\n" "help.text" msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only" msgstr "搜尋項目;替代條目:第一個關鍵字;第二個關鍵字;精確;完整的字詞" @@ -13440,7 +13419,6 @@ msgstr "搜尋項目;替代條目:第一個關鍵字;第二個關鍵字;精確; msgctxt "" "04120250.xhp\n" "par_id3156270\n" -"13\n" "help.text" msgid "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or FALSE if they are empty or zero (0). All other contents are interpreted as \"Yes\" or TRUE." msgstr "如果條目「精確搜尋」和「僅是單詞」為空白或為零 (0),則將其解釋為「否」或 FALSE。所有其他內容解釋為「是」或 TRUE。" @@ -13449,7 +13427,6 @@ msgstr "如果條目「精確搜尋」和「僅是單詞」為空白或為零 (0 msgctxt "" "04120250.xhp\n" "hd_id3145778\n" -"27\n" "help.text" msgid "Example" msgstr "範例" @@ -13458,7 +13435,6 @@ msgstr "範例" msgctxt "" "04120250.xhp\n" "par_id3155907\n" -"14\n" "help.text" msgid "For example, to include the word \"Boston\" in your alphabetical index under the \"Cities\" entry, enter the following line in the concordance file:" msgstr "例如,若要在索引目錄的「Cities」條目下包含字詞「Boston」,請在詞彙索引檔中輸入以下行:" @@ -13467,7 +13443,6 @@ msgstr "例如,若要在索引目錄的「Cities」條目下包含字詞「Bos msgctxt "" "04120250.xhp\n" "par_id3151370\n" -"15\n" "help.text" msgid "Boston;Boston;Cities;;0;0" msgstr "Boston;Boston;Cities;;0;0" @@ -13476,7 +13451,6 @@ msgstr "Boston;Boston;Cities;;0;0" msgctxt "" "04120250.xhp\n" "par_id3151383\n" -"16\n" "help.text" msgid "This also finds \"Boston\" if it is written in lowercase letters." msgstr "這也可以搜尋以小寫字母寫入的「Boston」。" @@ -13485,7 +13459,6 @@ msgstr "這也可以搜尋以小寫字母寫入的「Boston」。" msgctxt "" "04120250.xhp\n" "par_id3155866\n" -"17\n" "help.text" msgid "To include the \"Beacon Hill\" district in Boston under the \"Cities\" entry, enter the following line:" msgstr "若要在「Cities」條目下的波士頓市中包括「Beacon Hill」區,請輸入以下行:" @@ -13494,7 +13467,6 @@ msgstr "若要在「Cities」條目下的波士頓市中包括「Beacon Hill」 msgctxt "" "04120250.xhp\n" "par_id3150116\n" -"18\n" "help.text" msgid "Beacon Hill;Boston;Cities;" msgstr "Beacon Hill;Boston;Cities;" @@ -14585,16 +14557,17 @@ msgctxt "" "04220000.xhp\n" "par_id3153921\n" "help.text" -msgid "To remove a header, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style." +msgid "To remove a header, choose <emph>Insert - Header and Footer - Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style." msgstr "若要移除頁首,請選擇 <emph>[插入] - [頁首]</emph>,然後選取包含此頁首的頁面樣式。頁首會從使用此頁面樣式的所有頁面中移除。" #: 04220000.xhp +#, fuzzy msgctxt "" "04220000.xhp\n" "par_id3150761\n" "help.text" -msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header - All</emph>." -msgstr "" +msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>." +msgstr "若要在文件中使用的所有頁面樣式中加入或移除頁首,請選擇<emph>[插入] - [頁首] - [全部]</emph>。" #: 04220000.xhp msgctxt "" @@ -14652,16 +14625,17 @@ msgctxt "" "04230000.xhp\n" "par_id3150566\n" "help.text" -msgid "To remove a footer, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style." +msgid "To remove a footer, choose <emph>Insert - Header and Footer - Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style." msgstr "若要移除頁尾,請選擇 <emph>[插入] - [頁尾]</emph>,然後選取包含該頁尾的頁面樣式。頁尾會從使用此頁面樣式的所有頁面中移除。" #: 04230000.xhp +#, fuzzy msgctxt "" "04230000.xhp\n" "par_id3153923\n" "help.text" -msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer - All</emph>." -msgstr "" +msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>." +msgstr "若要在文件中使用的所有頁面樣式內加入或移除頁尾,請選擇<emph>[插入] - [頁尾] - [全部]</emph>。" #: 04230000.xhp msgctxt "" diff --git a/source/zh-TW/helpcontent2/source/text/swriter/02.po b/source/zh-TW/helpcontent2/source/text/swriter/02.po index 14f7ca0af6d..954057b8608 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter/02.po +++ b/source/zh-TW/helpcontent2/source/text/swriter/02.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2015-12-11 12:48+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:28+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1449838096.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199331.000000\n" #: 02110000.xhp msgctxt "" @@ -3445,9 +3445,8 @@ msgstr "<ahelp hid=\".uno:InsertDateField\">將目前日期作為一個欄位插 msgctxt "" "18030100.xhp\n" "par_id3151312\n" -"3\n" "help.text" -msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>." +msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>." msgstr "如果您想要定義不同的時間格式,或使日期自動更新,請選取<emph>[插入] - [欄位指令] - [其他]</emph>來插入欄位指令,並在<link href=\"text/swriter/01/04090000.xhp\" name=\"[欄位指令]\"><emph>[欄位指令]</emph></link>對話方塊中指定需要的設定。您可以隨時選擇<link href=\"text/swriter/01/02140000.xhp\" name=\"[編輯] - [欄位指令]\"><emph>[編輯] - [欄位指令]</emph></link>,來修改現有的日期欄位格式。" #: 18030200.xhp @@ -3489,9 +3488,8 @@ msgstr "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">將目前時 msgctxt "" "18030200.xhp\n" "par_id3151177\n" -"3\n" "help.text" -msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>." +msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>." msgstr "若要指定不同的時間格式,或調整實際時間資料,請選取<emph>[插入] - [欄位指令] - [其他]</emph>,並在<link href=\"text/swriter/01/04090000.xhp\" name=\"[欄位指令]\"><emph>[欄位指令]</emph></link>對話方塊中進行所需的變更。此外,您可以隨時選擇<link href=\"text/swriter/01/02140000.xhp\" name=\"[編輯] - [欄位指令]\"><emph>[編輯] - [欄位指令]</emph></link>,來修改所插入時間欄位的格式。" #: 18030300.xhp @@ -3517,7 +3515,7 @@ msgctxt "" "18030300.xhp\n" "par_id3150760\n" "help.text" -msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page </emph><emph>Number</emph> character style." +msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page Number</emph> character style." msgstr "" #: 18030300.xhp @@ -3526,7 +3524,7 @@ msgctxt "" "18030300.xhp\n" "par_id3151175\n" "help.text" -msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide." +msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide." msgstr "如果您想要定義其他格式或修改頁碼,請使用 <emph>[插入] – [欄位] – [其他]</emph> 插入欄位,並在 <link href=\"text/swriter/01/04090000.xhp\" name=\"[欄位]\"><emph>[欄位]</emph></link> 對話方塊中進行所需的設定。您還可以使用 <link href=\"text/swriter/01/02140000.xhp\" name=\"[編輯] – [欄位]\"><emph>[編輯] – [欄位]</emph></link> 編輯以 <emph>[頁碼] </emph> 指令插入的欄位。若要變更頁碼,請參閱<link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"頁碼\"><emph>頁碼</emph></link>指南。" #: 18030400.xhp @@ -3604,9 +3602,8 @@ msgstr "<ahelp hid=\".uno:InsertTopicField\">將文件特性中指定的主題 msgctxt "" "18030500.xhp\n" "par_id3156380\n" -"3\n" "help.text" -msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." +msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." msgstr "如果您想要插入其他文件屬性當作欄位指令,請選取<emph>「插入」-「欄位指令」-「其他...」</emph>指令,並在<link href=\"text/swriter/01/04090000.xhp\" name=\"「欄位指令」\"><emph>「欄位指令」</emph></link>對話方塊中進行您想要的設定。在此可在<emph>「文件資訊」</emph>選項標籤中找到所有可供使用的欄位類型。" #: 18030600.xhp @@ -3640,9 +3637,8 @@ msgstr "<ahelp hid=\".uno:InsertTitleField\">將文件特性中指定的標題 msgctxt "" "18030600.xhp\n" "par_id3148768\n" -"3\n" "help.text" -msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." +msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." msgstr "如果您想要插入其他文件屬性當作欄位指令,請選取<emph>「插入」-「欄位指令」-「其他...」</emph>指令,並在<link href=\"text/swriter/01/04090000.xhp\" name=\"「欄位指令」\"><emph>「欄位指令」</emph></link>對話方塊中進行您想要的設定。在此可在<emph>「文件資訊」</emph>選項標籤中找到所有可供使用的欄位類型。" #: 18030700.xhp diff --git a/source/zh-TW/helpcontent2/source/text/swriter/04.po b/source/zh-TW/helpcontent2/source/text/swriter/04.po index 57e315e3b24..d1cbce4cec6 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter/04.po +++ b/source/zh-TW/helpcontent2/source/text/swriter/04.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-01-08 13:42+0100\n" -"PO-Revision-Date: 2015-05-11 23:10+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-01-08 13:06+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1431385812.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1452258384.000000\n" #: 01020000.xhp msgctxt "" @@ -1313,12 +1313,13 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinlin msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">選項鍵</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+下箭頭鍵" #: 01020000.xhp +#, fuzzy msgctxt "" "01020000.xhp\n" "par_id6164433\n" "help.text" -msgid "Move cursor to end of paragraph." -msgstr "將游標移動至段落結尾。" +msgid "Move cursor to beginning of next paragraph." +msgstr "將游標移至上一個段落的開頭" #: 01020000.xhp #, fuzzy diff --git a/source/zh-TW/helpcontent2/source/text/swriter/guide.po b/source/zh-TW/helpcontent2/source/text/swriter/guide.po index 7e007d8d8f1..6e91d9adc1b 100644 --- a/source/zh-TW/helpcontent2/source/text/swriter/guide.po +++ b/source/zh-TW/helpcontent2/source/text/swriter/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2016-04-16 21:40+0200\n" -"PO-Revision-Date: 2016-04-17 00:19+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:29+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.7\n" -"X-POOTLE-MTIME: 1460852349.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462199341.000000\n" #: anchor_object.xhp msgctxt "" @@ -3282,7 +3282,7 @@ msgctxt "" "conditional_text.xhp\n" "par_id3155566\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[變量]</item> 標籤。" #: conditional_text.xhp @@ -3349,7 +3349,7 @@ msgctxt "" "conditional_text.xhp\n" "par_id3151212\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[功能]</item> 標籤。" #: conditional_text.xhp @@ -3485,11 +3485,12 @@ msgid "Place the cursor in your document where you want to insert the page count msgstr "將游標置於文件中要插入頁數處。" #: conditional_text2.xhp +#, fuzzy msgctxt "" "conditional_text2.xhp\n" "par_id3150513\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space." +msgid "Choose <item type=\"menuitem\">Insert - Field - Page Count</item>, and then enter a space." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [頁數]</item>,然後輸入一個空格。" #: conditional_text2.xhp @@ -3498,7 +3499,7 @@ msgctxt "" "conditional_text2.xhp\n" "par_id3150537\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[功能]</item> 標籤。" #: conditional_text2.xhp @@ -4163,7 +4164,7 @@ msgctxt "" "fields_date.xhp\n" "par_id3147679\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>,並按一下<emph>[文件]</emph>標籤。" #: fields_date.xhp @@ -4233,7 +4234,7 @@ msgctxt "" "fields_enter.xhp\n" "par_id3145776\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[功能]</item> 標籤。" #: fields_enter.xhp @@ -5101,7 +5102,7 @@ msgctxt "" "footer_nextpage.xhp\n" "par_id3147109\n" "help.text" -msgid "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>." +msgid "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>." msgstr "將游標置於頁尾中,並選擇<emph>[插入] - [欄位指令] - [其他]</emph>。" #: footer_nextpage.xhp @@ -5196,12 +5197,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa msgstr "選擇 <emph>[插入] - [頁尾]</emph>,並選取要加入頁尾的頁面樣式。" #: footer_pagenumber.xhp +#, fuzzy msgctxt "" "footer_pagenumber.xhp\n" "par_id3150534\n" -"3\n" "help.text" -msgid "Choose <emph>Insert - Fields - Page Number</emph>." +msgid "Choose <emph>Insert - Field - Page Number</emph>." msgstr "選擇<emph>[插入] - [欄位指令] - [頁碼]</emph>。" #: footer_pagenumber.xhp @@ -5231,12 +5232,12 @@ msgid "Click in front of the page number field, type <item type=\"literal\">Page msgstr "在頁碼欄位前按一下,鍵入 <item type=\"literal\">Page</item> 並輸入一個空格;接著在欄位後面按一下,輸入一個空格,然後鍵入 <item type=\"literal\">of</item> 後再輸入另一個空格。" #: footer_pagenumber.xhp +#, fuzzy msgctxt "" "footer_pagenumber.xhp\n" "par_id3155554\n" -"7\n" "help.text" -msgid "Choose <emph>Insert - Fields - Page Count</emph>." +msgid "Choose <emph>Insert - Field - Page Count</emph>." msgstr "呼叫<emph>「插入」-「欄位指令」-「頁數」</emph>指令。" #: footnote_usage.xhp @@ -6528,7 +6529,7 @@ msgctxt "" "header_with_chapter.xhp\n" "par_id3146863\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[功能]</item> 標籤。" #: header_with_chapter.xhp @@ -6687,9 +6688,8 @@ msgstr "建立變量" msgctxt "" "hidden_text.xhp\n" "par_id3153131\n" -"20\n" "help.text" -msgid "Click in your document and choose <emph>Insert - Fields - More Fields</emph>." +msgid "Click in your document and choose <emph>Insert - Field - More Fields</emph>." msgstr "在文件中按一下並選擇<emph>[插入] - [欄位指令] - [其他]</emph>。" #: hidden_text.xhp @@ -6769,9 +6769,8 @@ msgstr "在文件中您要加入此文字的位置按一下。" msgctxt "" "hidden_text.xhp\n" "par_id3145409\n" -"5\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>並按一下<emph>[功能]</emph>標籤。" #: hidden_text.xhp @@ -6833,9 +6832,8 @@ msgstr "在要加入此文字的段落中按一下。" msgctxt "" "hidden_text.xhp\n" "par_id3154872\n" -"35\n" "help.text" -msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab." +msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab." msgstr "選擇<emph>[插入] - [欄位指令] - [其他]</emph>並按一下<emph>[功能]</emph>標籤。" #: hidden_text.xhp @@ -6939,9 +6937,8 @@ msgstr "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"建立非 msgctxt "" "hidden_text.xhp\n" "par_id3148603\n" -"10\n" "help.text" -msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>" +msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>" msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"「插入」-「欄位指令」-「其他」\">「插入」-「欄位指令」-「其他」</link>" #: hidden_text.xhp @@ -9702,7 +9699,7 @@ msgctxt "" "number_sequence.xhp\n" "par_id3155048\n" "help.text" -msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." +msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." msgstr "選擇 <item type=\"menuitem\">[插入] - [欄位指令] - [其他]</item>,然後按一下 <item type=\"menuitem\">[變量]</item> 標籤。" #: number_sequence.xhp @@ -10575,11 +10572,12 @@ msgid "To Insert Page Numbers" msgstr "插入頁碼" #: pagenumbers.xhp +#, fuzzy msgctxt "" "pagenumbers.xhp\n" "par_id8611102\n" "help.text" -msgid "Choose <emph>Insert - Fields - Page Number</emph> to insert a page number at the current cursor position." +msgid "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position." msgstr "選擇 <emph>[插入] - [欄位] - [頁碼]</emph> 在目前的游標位置插入頁碼。" #: pagenumbers.xhp @@ -13794,11 +13792,12 @@ msgid "You can manually check the spelling and grammar of a text selection or th msgstr "您可以手動檢查文字選取或整份文件的拼字及文法。" #: spellcheck_dialog.xhp +#, fuzzy msgctxt "" "spellcheck_dialog.xhp\n" "par_id0525200902184476\n" "help.text" -msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>." +msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/extension-center?getCategories=Dictionary\">extensions web page</link>." msgstr "若要檢查一段文字的拼字與文法是否正確,必須先安裝適當的字典。對大多數的語言來說會有三種字典:拼字檢查、斷字與禁則處理,以及同義詞庫。請參見 <link href=\"http://extensions.libreoffice.org/dictionary\">擴充套件網頁</link>。" #: spellcheck_dialog.xhp diff --git a/source/zh-TW/helpcontent2/source/text/swriter/menu.po b/source/zh-TW/helpcontent2/source/text/swriter/menu.po new file mode 100644 index 00000000000..b5bd655c0c7 --- /dev/null +++ b/source/zh-TW/helpcontent2/source/text/swriter/menu.po @@ -0,0 +1,150 @@ +#. extracted from helpcontent2/source/text/swriter/menu +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2016-05-07 21:35+0200\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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"tit\n" +"help.text" +msgid "Footnote and Endnote" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"hd_id03042016113344773\n" +"help.text" +msgid "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"par_id030420161136126396\n" +"help.text" +msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"par_id03042016113613789\n" +"help.text" +msgid "Footnote" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"par_id030420161138373075\n" +"help.text" +msgid "<ahelp hid=\".uno:InsertFootnote\">Insert a footnote at the current cursor position without a prompt.</ahelp>" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"hd_id030420161138377837\n" +"help.text" +msgid "Endnote" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"par_id030420161138378865\n" +"help.text" +msgid "<ahelp hid=\".uno:InsertEndnote\">Insert a endnote at the current cursor position without a prompt.</ahelp>" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"hd_id3147231\n" +"help.text" +msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote or Endnote</link>" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"tit\n" +"help.text" +msgid "Frame" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"hd_id030720160601535384\n" +"help.text" +msgid "<link href=\"text/swriter/menu/insert_frame.xhp\">Frame</link>" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"par_id030720160603138925\n" +"help.text" +msgid "<ahelp hid=\".\">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp>" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"hd_id030720160605268360\n" +"help.text" +msgid "Frame Interactively" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"par_id030720160605261333\n" +"help.text" +msgid "<ahelp hid=\".uno:InsertFrameInteract\">Insert a frame by drawing its shape with the mouse cursor.</ahelp>" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"hd_id3150951\n" +"help.text" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "" + +#: insert_header_footer.xhp +msgctxt "" +"insert_header_footer.xhp\n" +"tit\n" +"help.text" +msgid "Header and Footer" +msgstr "" + +#: insert_header_footer.xhp +msgctxt "" +"insert_header_footer.xhp\n" +"hd_id030720160441573285\n" +"help.text" +msgid "<link href=\"text/swriter/menu/insert_header_footer.xhp\">Header and Footer</link>" +msgstr "" + +#: insert_header_footer.xhp +msgctxt "" +"insert_header_footer.xhp\n" +"par_id030720160442296603\n" +"help.text" +msgid "<ahelp hid=\".\">This submenu includes commands to add and remove page headers and footers.</ahelp>" +msgstr "" |