From 87fc3ca7cba6ea6be066cc79bed965aaa596f426 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 25 May 2016 19:40:31 +0200 Subject: update translations for 5.2.0 beta1 and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65 --- .../vi/helpcontent2/source/text/sbasic/shared.po | 211 ++------- source/vi/helpcontent2/source/text/scalc/00.po | 37 +- source/vi/helpcontent2/source/text/scalc/01.po | 519 +-------------------- source/vi/helpcontent2/source/text/scalc/guide.po | 11 +- source/vi/helpcontent2/source/text/shared/00.po | 17 +- source/vi/helpcontent2/source/text/shared/01.po | 113 ++--- source/vi/helpcontent2/source/text/shared/02.po | 62 +-- .../vi/helpcontent2/source/text/shared/autopi.po | 18 +- .../source/text/shared/explorer/database.po | 22 +- source/vi/helpcontent2/source/text/shared/guide.po | 41 +- source/vi/helpcontent2/source/text/shared/menu.po | 142 ++++++ .../vi/helpcontent2/source/text/shared/optionen.po | 89 ++-- source/vi/helpcontent2/source/text/simpress/00.po | 45 +- source/vi/helpcontent2/source/text/simpress/01.po | 57 +-- .../vi/helpcontent2/source/text/simpress/guide.po | 44 +- source/vi/helpcontent2/source/text/swriter.po | 98 +++- source/vi/helpcontent2/source/text/swriter/00.po | 70 ++- source/vi/helpcontent2/source/text/swriter/01.po | 66 +-- source/vi/helpcontent2/source/text/swriter/02.po | 26 +- source/vi/helpcontent2/source/text/swriter/04.po | 15 +- .../vi/helpcontent2/source/text/swriter/guide.po | 52 +-- source/vi/helpcontent2/source/text/swriter/menu.po | 150 ++++++ 22 files changed, 742 insertions(+), 1163 deletions(-) create mode 100644 source/vi/helpcontent2/source/text/shared/menu.po create mode 100644 source/vi/helpcontent2/source/text/swriter/menu.po (limited to 'source/vi/helpcontent2') diff --git a/source/vi/helpcontent2/source/text/sbasic/shared.po b/source/vi/helpcontent2/source/text/sbasic/shared.po index 8434b50119b..a68bbb2c0fb 100644 --- a/source/vi/helpcontent2/source/text/sbasic/shared.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:13+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198432.000000\n" #: 00000002.xhp msgctxt "" @@ -18615,16 +18615,16 @@ msgctxt "" "03080301.xhp\n" "hd_id3150616\n" "help.text" -msgid "Randomize Statement [Runtime]" -msgstr "Câu lệnh Randomize [Runtime]" +msgid "Randomize Statement [Runtime]" +msgstr "" #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3145090\n" "help.text" -msgid "Initializes the random-number generator." -msgstr "Khởi tạo bộ sinh số ngẫu nhiên." +msgid "Initializes the random-number generator used by the Rnd function." +msgstr "" #: 03080301.xhp msgctxt "" @@ -18655,8 +18655,24 @@ msgctxt "" "03080301.xhp\n" "par_id3149670\n" "help.text" -msgid "Number: Any integer value that initializes the random-number generator." -msgstr "Số: số nguyên chứa số ngày tháng kiểu dãy." +msgid "Number: Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the Rnd function. If the parameter is omitted, the Randomize 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 Randomize 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 Randomize statement affects BASIC's Rnd function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it." +msgstr "" #: 03080301.xhp msgctxt "" @@ -18667,11 +18683,12 @@ msgid "Example:" msgstr "Thí dụ :" #: 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 Phạm vi từ 0 đến 9" #: 03080301.xhp @@ -18703,8 +18720,8 @@ msgctxt "" "03080302.xhp\n" "hd_id3148685\n" "help.text" -msgid "Rnd Function [Runtime]" -msgstr "Hàm Rnd [Runtime]" +msgid "Rnd Function [Runtime]" +msgstr "" #: 03080302.xhp msgctxt "" @@ -18759,24 +18776,16 @@ msgctxt "" "03080302.xhp\n" "par_id3125864\n" "help.text" -msgid "Expression: Any numeric expression." -msgstr "Biểu_thức: bất cứ biểu thức thuộc số nào." - -#: 03080302.xhp -msgctxt "" -"03080302.xhp\n" -"par_id3155306\n" -"help.text" -msgid "Omitted: Returns the next random number in the sequence." -msgstr "Bỏ sót: trả về số ngẫu nhiên kế tiếp trong chuỗi." +msgid "Expression: Has no effect, is ignored if provided." +msgstr "" #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3147318\n" "help.text" -msgid "The Rnd 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 "Hàm Rnd chỉ trả về những giá trị trong phạm vị 0 đến 1. Để tạo ra các số nguyên ngẫu nhiên trong một phạm vi đã cho, dùng công thức trong mẫu ví dụ theo đây:" +msgid "The Rnd 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 Randomize statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired." +msgstr "" #: 03080302.xhp msgctxt "" @@ -19474,14 +19483,6 @@ msgctxt "" msgid "Sgn returns -1." msgstr "Sgn trả về -1." -#: 03080701.xhp -msgctxt "" -"03080701.xhp\n" -"par_id3145271\n" -"help.text" -msgid "0" -msgstr "" - #: 03080701.xhp msgctxt "" "03080701.xhp\n" @@ -27533,14 +27534,6 @@ msgctxt "" msgid "Boolean" msgstr "Boolean" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3153367\n" -"help.text" -msgid "11" -msgstr "11" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27557,14 +27550,6 @@ msgctxt "" msgid "Date" msgstr "Ngày" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3153363\n" -"help.text" -msgid "7" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27581,14 +27566,6 @@ msgctxt "" msgid "Double" msgstr "Đôi" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3150486\n" -"help.text" -msgid "5" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27605,14 +27582,6 @@ msgctxt "" msgid "Integer" msgstr "Số nguyên" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3145647\n" -"help.text" -msgid "2" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27629,14 +27598,6 @@ msgctxt "" msgid "Long" msgstr "Dài" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3154513\n" -"help.text" -msgid "3" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27653,14 +27614,6 @@ msgctxt "" msgid "Object" msgstr "Đối tượng" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3154482\n" -"help.text" -msgid "9" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27677,14 +27630,6 @@ msgctxt "" msgid "Single" msgstr "Đơn" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3149020\n" -"help.text" -msgid "4" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27701,14 +27646,6 @@ msgctxt "" msgid "String" msgstr "Chuỗi" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3155960\n" -"help.text" -msgid "8" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27725,14 +27662,6 @@ msgctxt "" msgid "Variant" msgstr "Biến thế" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3154021\n" -"help.text" -msgid "12" -msgstr "12" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27749,14 +27678,6 @@ msgctxt "" msgid "Empty" msgstr "Rỗng" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3152584\n" -"help.text" -msgid "0" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -27773,14 +27694,6 @@ msgctxt "" msgid "Null" msgstr "Rỗng" -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3166424\n" -"help.text" -msgid "1" -msgstr "" - #: 03103600.xhp msgctxt "" "03103600.xhp\n" @@ -32757,14 +32670,6 @@ msgctxt "" msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:" msgstr "Biểu thức số nguyên còn tùy chọn mà ghi rõ kiểu dáng của cửa sổ trong đó chương trình được thực hiện. Những giá trị theo đây có thể tính:" -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3148663\n" -"help.text" -msgid "0" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32773,14 +32678,6 @@ msgctxt "" msgid "The focus is on the hidden program window." msgstr "Tiêu điểm ở cửa sổ chương trình bị ẩn." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3154123\n" -"help.text" -msgid "1" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32789,14 +32686,6 @@ msgctxt "" msgid "The focus is on the program window in standard size." msgstr "Tiêu điểm ở cửa sổ chương trình theo kích cỡ tiêu chuẩn." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3156422\n" -"help.text" -msgid "2" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32805,14 +32694,6 @@ msgctxt "" msgid "The focus is on the minimized program window." msgstr "Tiêu điểm ở cửa sổ chương trình bị thu nhỏ." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3149561\n" -"help.text" -msgid "3" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32821,14 +32702,6 @@ msgctxt "" msgid "focus is on the maximized program window." msgstr "Tiêu điểm ở cửa sổ chương trình đã phóng to." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3149481\n" -"help.text" -msgid "4" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32837,14 +32710,6 @@ msgctxt "" msgid "Standard size program window, without focus." msgstr "Cửa sổ chương trình có kích cỡ tiêu chuẩn, không có tiêu điểm." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3145271\n" -"help.text" -msgid "6" -msgstr "" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" @@ -32853,14 +32718,6 @@ msgctxt "" msgid "Minimized program window, focus remains on the active window." msgstr "Cửa sổ chương trình bị thu nhỏ, tiêu điểm còn lại ở cửa sổ đang hoạt động." -#: 03130500.xhp -msgctxt "" -"03130500.xhp\n" -"par_id3146119\n" -"help.text" -msgid "10" -msgstr "10" - #: 03130500.xhp msgctxt "" "03130500.xhp\n" diff --git a/source/vi/helpcontent2/source/text/scalc/00.po b/source/vi/helpcontent2/source/text/scalc/00.po index 6c537b7197a..7888ee7eb85 100644 --- a/source/vi/helpcontent2/source/text/scalc/00.po +++ b/source/vi/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:42+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:13+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837764.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198435.000000\n" #: 00000004.xhp msgctxt "" @@ -1175,12 +1175,12 @@ msgid "F9" msgstr "F9" #: 00000406.xhp +#, fuzzy msgctxt "" "00000406.xhp\n" "par_id3150941\n" -"19\n" "help.text" -msgid "Choose Tools - Cell Contents - AutoCalculate" +msgid "Choose Data - Calculate - AutoCalculate" msgstr "Chọn Công cụ > Nội dung ô > Tự động tính" #: 00000406.xhp @@ -1269,12 +1269,12 @@ msgid "Choose Data - Select Range msgstr "Chọn Dữ liệu > Chọn phạm vi" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3150443\n" -"5\n" "help.text" -msgid "Choose Data - Sort" +msgid "Choose Data - Sort..." msgstr "Chọn Dữ liệu > Sắp xếp" #: 00000412.xhp @@ -1348,12 +1348,12 @@ msgid "Choose Data - Filter" msgstr "Chọn Dữ liệu > Lọc" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3148646\n" -"12\n" "help.text" -msgid "Choose Data - Filter - AutoFilter" +msgid "Choose Data - AutoFilter" msgstr "Chọn Dữ liệu > Lọc > Tự động Lọc" #: 00000412.xhp @@ -1383,12 +1383,12 @@ msgid "AutoFilter" msgstr "Tự động lọc" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3156278\n" -"17\n" "help.text" -msgid "Choose Data - Filter - Advanced Filter" +msgid "Choose Data - More Filters - Advanced Filter..." msgstr "Chọn Dữ liệu > Lọc > Lọc cấp cao" #: 00000412.xhp @@ -1397,7 +1397,7 @@ msgctxt "" "00000412.xhp\n" "par_id3153764\n" "help.text" -msgid "Choose Data - Filter - Standard Filter - Options label" +msgid "Choose Data - More Filters - Standard Filter... - Options label" msgstr "Chọn Dữ liệu > Lọc > Lọc chuẩn > (nút) Nhiều>>" #: 00000412.xhp @@ -1406,7 +1406,7 @@ msgctxt "" "00000412.xhp\n" "par_id3155444\n" "help.text" -msgid "Choose Data - Filter - Advanced Filter - Options label" +msgid "Choose Data - More Filters - Advanced Filter... - Options label" msgstr "Chọn Dữ liệu > Lọc > Lọc cấp cao > (nút) Nhiều>>" #: 00000412.xhp @@ -1414,9 +1414,8 @@ msgstr "Chọn Dữ liệu > Lọc > Lọc cấp cao > (nút) Nhiều>>Data - Filter - Reset Filter" +msgid "Choose Data - More Filters - Reset Filter" msgstr "Chọn Dữ liệu > Lọc > Tự động Lọc" #: 00000412.xhp @@ -1446,12 +1445,12 @@ msgid "Reset Filter/Sort" msgstr "" #: 00000412.xhp +#, fuzzy msgctxt "" "00000412.xhp\n" "par_id3152778\n" -"21\n" "help.text" -msgid "Choose Data - Filter - Hide AutoFilter" +msgid "Choose Data - More Filter - Hide AutoFilter" msgstr "Chọn Dữ liệu > Lọc > Ẩn tự động lọc" #: 00000412.xhp diff --git a/source/vi/helpcontent2/source/text/scalc/01.po b/source/vi/helpcontent2/source/text/scalc/01.po index 92a5878614b..c0fd9e636b9 100644 --- a/source/vi/helpcontent2/source/text/scalc/01.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:17+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198631.000000\n" #: 01120000.xhp msgctxt "" @@ -4229,12 +4229,12 @@ msgid "Database Functions" msgstr "Các hàm cơ sở dữ liệu" #: 04060101.xhp +#, fuzzy msgctxt "" "04060101.xhp\n" "par_id3145173\n" -"2\n" "help.text" -msgid "This section deals with functions used with data organized as one row of data for one record. " +msgid "This section deals with functions used with data organized as one row of data for one record." msgstr "Phần này nói về các hàm dùng với dữ liệu được tổ chức thành các hàng tương ứng với các bản ghi. " #: 04060101.xhp @@ -4372,15 +4372,6 @@ msgctxt "" msgid "Weight" msgstr "Weight" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153816\n" -"15\n" -"help.text" -msgid "2" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4390,51 +4381,6 @@ msgctxt "" msgid "Andy" msgstr "Andy" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3156016\n" -"17\n" -"help.text" -msgid "3" -msgstr "183" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145073\n" -"18\n" -"help.text" -msgid "9" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154956\n" -"19\n" -"help.text" -msgid "150" -msgstr "150" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153976\n" -"20\n" -"help.text" -msgid "40" -msgstr "40" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150894\n" -"21\n" -"help.text" -msgid "3" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4444,51 +4390,6 @@ msgctxt "" msgid "Betty" msgstr "Betty" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149692\n" -"23\n" -"help.text" -msgid "4" -msgstr "148" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154652\n" -"24\n" -"help.text" -msgid "10" -msgstr "170" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149381\n" -"25\n" -"help.text" -msgid "1000" -msgstr "1000" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153812\n" -"26\n" -"help.text" -msgid "42" -msgstr "42" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146965\n" -"27\n" -"help.text" -msgid "4" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4498,51 +4399,6 @@ msgctxt "" msgid "Charles" msgstr "Charles" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3147244\n" -"29\n" -"help.text" -msgid "3" -msgstr "183" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149871\n" -"30\n" -"help.text" -msgid "10" -msgstr "170" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155752\n" -"31\n" -"help.text" -msgid "300" -msgstr "300" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149052\n" -"32\n" -"help.text" -msgid "51" -msgstr "51" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146097\n" -"33\n" -"help.text" -msgid "5" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4552,51 +4408,6 @@ msgctxt "" msgid "Daniel" msgstr "Daniel" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150393\n" -"35\n" -"help.text" -msgid "5" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145236\n" -"36\n" -"help.text" -msgid "11" -msgstr "11" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150534\n" -"37\n" -"help.text" -msgid "1200" -msgstr "1200" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150375\n" -"38\n" -"help.text" -msgid "48" -msgstr "48" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3159121\n" -"39\n" -"help.text" -msgid "6" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4606,51 +4417,6 @@ msgctxt "" msgid "Eva" msgstr "Eva" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146886\n" -"41\n" -"help.text" -msgid "2" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149945\n" -"42\n" -"help.text" -msgid "8" -msgstr "148" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3157904\n" -"43\n" -"help.text" -msgid "650" -msgstr "650" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149352\n" -"44\n" -"help.text" -msgid "33" -msgstr "33" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150028\n" -"45\n" -"help.text" -msgid "7" -msgstr "" - #: 04060101.xhp #, fuzzy msgctxt "" @@ -4661,53 +4427,6 @@ msgctxt "" msgid "Frank" msgstr "Grade" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150743\n" -"47\n" -"help.text" -msgid "2" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154844\n" -"48\n" -"help.text" -msgid "7" -msgstr "170" - -#: 04060101.xhp -#, fuzzy -msgctxt "" -"04060101.xhp\n" -"par_id3148435\n" -"49\n" -"help.text" -msgid "300" -msgstr "300" - -#: 04060101.xhp -#, fuzzy -msgctxt "" -"04060101.xhp\n" -"par_id3148882\n" -"50\n" -"help.text" -msgid "42" -msgstr "42" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150140\n" -"51\n" -"help.text" -msgid "8" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4717,51 +4436,6 @@ msgctxt "" msgid "Greta" msgstr "Greta" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148739\n" -"53\n" -"help.text" -msgid "1" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148583\n" -"54\n" -"help.text" -msgid "7" -msgstr "170" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154556\n" -"55\n" -"help.text" -msgid "200" -msgstr "200" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155255\n" -"56\n" -"help.text" -msgid "36" -msgstr "36" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145141\n" -"57\n" -"help.text" -msgid "9" -msgstr "" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4771,51 +4445,6 @@ msgctxt "" msgid "Harry" msgstr "Harry" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149955\n" -"59\n" -"help.text" -msgid "3" -msgstr "183" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150005\n" -"60\n" -"help.text" -msgid "9" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155951\n" -"61\n" -"help.text" -msgid "1200" -msgstr "1200" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145169\n" -"62\n" -"help.text" -msgid "44" -msgstr "44" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153571\n" -"63\n" -"help.text" -msgid "10" -msgstr "10" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -4825,69 +4454,6 @@ msgctxt "" msgid "Irene" msgstr "Irene" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149877\n" -"65\n" -"help.text" -msgid "2" -msgstr "195" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3154327\n" -"66\n" -"help.text" -msgid "8" -msgstr "148" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3155435\n" -"67\n" -"help.text" -msgid "1000" -msgstr "1000" - -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145353\n" -"68\n" -"help.text" -msgid "42" -msgstr "42" - -#: 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" @@ -4933,42 +4499,6 @@ msgctxt "" msgid "Weight" msgstr "Weight" -#: 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 ">600" -msgstr ">600" - -#: 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" @@ -4978,15 +4508,6 @@ msgctxt "" msgid "DCOUNT" msgstr "DCOUNT" -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3145083\n" -"82\n" -"help.text" -msgid "5" -msgstr "195" - #: 04060101.xhp msgctxt "" "04060101.xhp\n" @@ -5024,12 +4545,13 @@ msgid "Database is the cell range defining the database." msgstr "Cơ sở dữ liệu là phạm vi ô được đặt làm cơ sở dữ liệu." #: 04060101.xhp +#, fuzzy msgctxt "" "04060101.xhp\n" "par_id3151272\n" "86\n" "help.text" -msgid "DatabaseField 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. To reference a column by means of the column header name, place quotation marks around the header name. " +msgid "DatabaseField 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. To reference a column by means of the column header name, place quotation marks around the header name." msgstr "DatabaseField đặt cột trong đó hàm hoạt động sau khi tiêu chí tìm kiếm của tham số đầu tiên được áp dụng và đã chọn các hàng dữ liệu. Việc này không liên quan đến tiêu chí tìm kiếm. Dùng số 0 để chỉ toàn bộ phạm vi dữ liệu. Để tham chiếu một cột thông qua tên của phần đầu cột, hãy đặt dấu ngoặc kép xung quanh tên của phần đầu cột. " #: 04060101.xhp @@ -12624,11 +12146,12 @@ msgid "Examples" msgstr "Ví dụ" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" -"par_id3147240\n" +"par_id3147241\n" "help.text" -msgid "=COS(PI()/2) returns 0, the cosine of PI/2 radians." +msgid "=COS(PI()*2) returns 1, the cosine of 2*PI radians." msgstr "=COS(PI()/2) trả về 0, cosin của π/2 radian." #: 04060106.xhp @@ -53924,11 +53447,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 Data - Calculate - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "Để áp dụng định dạng có điều kiện, trước tiên bạn cần phải hiệu lực chức năng Tự động Tính. Hãy chọn lệnh Công cụ > Nội dung ô > Tự động Tính (bật được thì bạn thấy một dấu kiểm bên cạnh câu lệnh đó)." #: 05120000.xhp @@ -61188,7 +60712,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 @@ -61196,7 +60720,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 @@ -64361,7 +63885,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 Values and Timeline 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 Values and Timeline named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." msgstr "" #: func_forecastetspiadd.xhp @@ -64483,7 +64007,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 Values and Timeline 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 Values and Timeline named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation." msgstr "" #: func_forecastetspimult.xhp @@ -68149,11 +67673,12 @@ msgid "Solver" msgstr "Giải phương trình" #: solver.xhp +#, fuzzy msgctxt "" "solver.xhp\n" "bm_id7654652\n" "help.text" -msgid "goal seeking;solverwhat if operations;solverback-solvingsolver" +msgid "goal seeking;solver what if operations;solver back-solving solver" msgstr "tìm mục đích;giải phương trìnhthao tác « nếu thì »;giải phương trìnhgiải ngượcbộ giải" #: solver.xhp @@ -68165,11 +67690,12 @@ msgid "SolverGiải phương trình" #: solver.xhp +#, fuzzy msgctxt "" "solver.xhp\n" "par_id9210486\n" "help.text" -msgid "Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods." +msgid "Opens the Solver dialog. A solver allows you to solve equations with multiple unknown variables by goal-seeking methods." msgstr "Mở hộp thoại Giải phương trình. Một dụng cụ giải giúp bạn giải phương trình có nhiều biến không rõ, dùng phương pháp tìm mục đích." #: solver.xhp @@ -68357,11 +67883,12 @@ msgid "Configure the current solver.Cấu hình bộ giải hiện thời." #: solver_options.xhp +#, fuzzy msgctxt "" "solver_options.xhp\n" "par_id6531266\n" "help.text" -msgid "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." +msgid "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." msgstr "Nếu mục nhập hiện thời trong hộp liệt kê Thiết lập cho phép chỉnh sửa giá trị, bạn có thể nhấn nút Sửa. Một hộp thoại xuất hiện, bạn có thể sửa đổi giá trị này." #: solver_options.xhp diff --git a/source/vi/helpcontent2/source/text/scalc/guide.po b/source/vi/helpcontent2/source/text/scalc/guide.po index 55025be6c70..23d75d36e7f 100644 --- a/source/vi/helpcontent2/source/text/scalc/guide.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-07 21:35+0200\n" +"PO-Revision-Date: 2016-05-02 14:17+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198638.000000\n" #: address_auto.xhp msgctxt "" @@ -2617,11 +2617,12 @@ msgid "Using the menu command Format - Conditional formatting, 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 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 Data - Calculate - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "Để sử dụng tính năng định dạng có điều kiện, chức năng Tự động Tính phải được bật. Chọn Công cụ > Nội dung ô > Tự động Tính (bạn sẽ thấy một dấu kiểm bên cạnh lệnh này khi nó được bật)." #: cellstyle_conditional.xhp diff --git a/source/vi/helpcontent2/source/text/shared/00.po b/source/vi/helpcontent2/source/text/shared/00.po index f5b70c2fe4c..09a9ad7b9ff 100644 --- a/source/vi/helpcontent2/source/text/shared/00.po +++ b/source/vi/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:44+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:17+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837844.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198655.000000\n" #: 00000001.xhp msgctxt "" @@ -7695,12 +7695,12 @@ msgid "Choose Insert - Hyperlink" msgstr "Chọn lệnh Chèn > Siêu liên kết" #: 00000403.xhp +#, fuzzy msgctxt "" "00000403.xhp\n" "par_id3153717\n" -"38\n" "help.text" -msgid "Click Hyperlink icon on Standard bar, click Mail & News" +msgid "Click Hyperlink icon on Standard bar, click Mail" msgstr "Nhấn vào biểu tượng Siêu liên kết trên thanh Chuẩn, sau đó nhấn vào mục Thư tín và Tin tức" #: 00000403.xhp @@ -13376,9 +13376,8 @@ msgstr "Chọn lệnh Định dạng > Trục > Trục Y > (thẻ) SốNumber Format dialog for tables and fields in text documents: Choose Format - Number Format, or choose Insert - Fields - More Fields - Variables tab and select \"Additional formats\" in the Format list." +msgid "Also as Number Format dialog for tables and fields in text documents: Choose Format - Number Format, or choose Insert - Field - More Fields - Variables tab and select \"Additional formats\" in the Format list." msgstr "Cũng như hộp thoại Định dạng số cho bảng và trường trong tài liệu văn bản: chọn lệnh Định dạng > Định dạng số, hoặc chọn Chèn > Trường > Khác > (thẻ) Biến rồi chọn mục « Định dạng thêm » trong danh sách các Định dạng." #: 00040503.xhp diff --git a/source/vi/helpcontent2/source/text/shared/01.po b/source/vi/helpcontent2/source/text/shared/01.po index fc3cd1a4cab..d32b1a55eb0 100644 --- a/source/vi/helpcontent2/source/text/shared/01.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:18+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198690.000000\n" #: 01010000.xhp msgctxt "" @@ -10058,12 +10058,12 @@ msgid "Edit" msgstr "Sửa" #: 02200100.xhp +#, fuzzy msgctxt "" "02200100.xhp\n" "par_id3150008\n" -"2\n" "help.text" -msgid "Lets you edit a selected object in your file that you inserted with the Insert – Object command." +msgid "Lets you edit a selected object in your file that you inserted with the Insert – Object command." msgstr "Trong tập tin, cho phép bạn chỉnh sửa một đối tượng đã chọn mà bạn đã chèn bằng lệnh Chèn > Đối tượng." #: 02200200.xhp @@ -18833,66 +18833,29 @@ msgid "Specify the spacing between individual characters." msgstr "Ghi rõ khoảng cách giữa hai ký tự." #: 05020500.xhp +#, fuzzy msgctxt "" "05020500.xhp\n" "hd_id3125865\n" -"19\n" "help.text" msgid "Spacing" msgstr "Giãn cách" #: 05020500.xhp +#, fuzzy msgctxt "" "05020500.xhp\n" -"par_id3153178\n" -"20\n" +"par_id3146974\n" "help.text" -msgid "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 by box." +msgid "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." msgstr "Xác định khoảng cách giữa các ký tự riêng của chuỗi đã chọn. Để co giãn hay co lại khoảng cách, nhập vào hộp theo hệ số cần điều chỉnh." #: 05020500.xhp msgctxt "" "05020500.xhp\n" -"par_id3154908\n" -"21\n" -"help.text" -msgid "Default - uses the character spacing specified in the font type" -msgstr "Mặc định — dùng khoảng cách ký tự được ghi rõ trong kiểu phông" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3156543\n" -"22\n" -"help.text" -msgid "Expanded - increases the character spacing" -msgstr "Mở rộng — tăng khoảng cách giữa các ký tự." - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3154297\n" -"23\n" -"help.text" -msgid "Condensed - decreases the character spacing" -msgstr "Hẹp — giảm khoảng cách giữa các ký tự." - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"hd_id3157870\n" -"25\n" -"help.text" -msgid "by" -msgstr "theo" - -#: 05020500.xhp -msgctxt "" -"05020500.xhp\n" -"par_id3146974\n" -"26\n" +"par_id3146975\n" "help.text" -msgid "Enter the amount by which you want to expand or condense the character spacing for the selected text." +msgid "To increase the spacing, set a positive value; to reduce it, set a negative value." msgstr "" #: 05020500.xhp @@ -18948,12 +18911,12 @@ msgid "Asian La msgstr "Bố trí Châu Á" #: 05020600.xhp +#, fuzzy msgctxt "" "05020600.xhp\n" "par_id3155351\n" -"2\n" "help.text" -msgid "Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command." +msgid "Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command." msgstr "Đặt các tùy chọn về chức năng viết dòng đôi bằng ngôn ngữ Châu Á. Hãy chọn các ký tự trong văn bản, sau đó chọn lệnh này." #: 05020600.xhp @@ -22081,12 +22044,12 @@ msgid "Left margin" msgstr "Lề trái" #: 05040300.xhp +#, fuzzy msgctxt "" "05040300.xhp\n" "par_id3150449\n" -"18\n" "help.text" -msgid "Enter the amount of space to leave between the left edge of the page and the left edge of the header." +msgid "Enter the amount of space to leave between the left page margin and the left edge of the header." msgstr "Nhập khoảng cách cần để lại giữa cạnh bên trái của trang và cạnh bên trái của phần đầu trang." #: 05040300.xhp @@ -22099,12 +22062,12 @@ msgid "Right margin" msgstr "Lề phải" #: 05040300.xhp +#, fuzzy msgctxt "" "05040300.xhp\n" "par_id3157322\n" -"20\n" "help.text" -msgid "Enter the amount of space to leave between the right edge of the page and the right edge of the header." +msgid "Enter the amount of space to leave between the right page margin and the right edge of the header." msgstr "Nhập khoảng cách cần để lại giữa cạnh bên phải của trang và cạnh bên phải của phần đầu trang." #: 05040300.xhp @@ -37915,12 +37878,12 @@ msgid "Append libraries" msgstr "Phụ thêm thư viện" #: 06130500.xhp +#, fuzzy msgctxt "" "06130500.xhp\n" "par_id3155271\n" -"2\n" "help.text" -msgid "Locate the %PRODUCTNAME Basic library that you want to add to the current list, and then click Open." +msgid "Locate the %PRODUCTNAME Basic library that you want to add to the current list, and then click Open." msgstr "Tìm thư viện Basic %PRODUCTNAME mà bạn muốn thêm vào danh sách hiện thời, sau đó nhấn vào nút Mở." #: 06130500.xhp @@ -43574,27 +43537,27 @@ msgid "Export as PDF" msgstr "Xuất dạng PDF" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "bm_id3149532\n" "help.text" -msgid "PDF;export portable document format exporting;to PDF" +msgid "PDF;export portable document format exporting;to PDF" msgstr "PDF;xuất khẩuđịnh dạng tài liệu di độngxuất;dạng PDF" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "hd_id3149532\n" -"52\n" "help.text" -msgid "Export as PDF" -msgstr "Xuất dạng PDF" +msgid "Export as PDF" +msgstr "Gửi thư đính kèm PDF" #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" "par_id3154044\n" -"1\n" "help.text" msgid "Saves the current file to Portable Document Format (PDF) version 1.4. A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed." msgstr "Lưu tập tin hiện tại theo định dạng tài liệu di động (PDF) phiên bản 1.4. Tập tin PDF có thể được xem và in ra trên bất cứ nền tảng nào, bảo tồn toàn bộ định dạng gốc (gồm các ảnh), miễn là có phần mềm hỗ trợ (có nhiều chương trình đọc PDF miễn phí)." @@ -43611,7 +43574,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "hd_id3148520\n" -"2\n" "help.text" msgid "Range" msgstr "Phạm vi" @@ -43620,7 +43582,6 @@ msgstr "Phạm vi" 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 "Đặt các tùy chọn xuất cho các trang nằm trong tập tin PDF." @@ -43629,7 +43590,6 @@ msgstr "Đặt các tùy chọn xuất cho các trang nằm trong tập tin PDF. msgctxt "" "ref_pdf_export.xhp\n" "hd_id3166445\n" -"4\n" "help.text" msgid "All" msgstr "Tất cả" @@ -43638,7 +43598,6 @@ msgstr "Tất cả" msgctxt "" "ref_pdf_export.xhp\n" "par_id3149893\n" -"5\n" "help.text" msgid "Exports all defined print ranges. If no print range is defined, exports the entire document." msgstr "Xuất tất cả các phạm vi in đã xác định. Chưa xác định thì xuất tài liệu hoàn toàn." @@ -43647,7 +43606,6 @@ msgstr "Xuất tất cả các phạ msgctxt "" "ref_pdf_export.xhp\n" "hd_id3154673\n" -"6\n" "help.text" msgid "Pages" msgstr "Trang" @@ -43656,7 +43614,6 @@ msgstr "Trang" msgctxt "" "ref_pdf_export.xhp\n" "par_id3147571\n" -"7\n" "help.text" msgid "Exports the pages you type in the box." msgstr "" @@ -43665,7 +43622,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 "Để xuất một phạm vi trang, dùng định dạng « 3-6 ». Để xuất mỗi trang riêng, dùng định dạng « 7;9;11 ». Bạn cũng có thể xuất tổ hợp phạm vi trang và trang đơn, dùng định dạng như « 3-6;8;10;12 »." @@ -43674,7 +43630,6 @@ msgstr "Để xuất một phạm vi trang, dùng định dạng « 3-6 ». Đ msgctxt "" "ref_pdf_export.xhp\n" "hd_id3147043\n" -"8\n" "help.text" msgid "Selection" msgstr "Lựa chọn" @@ -43683,7 +43638,6 @@ msgstr "Lựa chọn" msgctxt "" "ref_pdf_export.xhp\n" "par_id3150774\n" -"9\n" "help.text" msgid "Exports the current selection." msgstr "Xuất vùng chọn hiện tại." @@ -43897,7 +43851,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 %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print and select the In margins option in the Comments 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 %PRODUCTNAME - Preferences Tools - Options - %PRODUCTNAME Writer - Print and select the In margins option in the Comments area. The exported pages will be scaled down and the comments will be placed into their margins." msgstr "" #: ref_pdf_export.xhp @@ -43961,7 +43915,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id102620090953596\n" "help.text" -msgid "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." +msgid "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." msgstr "" #: ref_pdf_export.xhp @@ -43978,7 +43932,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id8551896\n" "help.text" -msgid "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." +msgid "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." msgstr "Bật tùy chọn này thì in các trang trắng đã được chèn tự động. Có ích nếu bạn in mặt đôi. Chẳng hạn, trong cuốn sách, một kiểu dáng đoạn văn « Chương » nào đó đã được đặt để bắt đầu luôn luôn với trang có số lẻ. Trang trước kết thúc trên trang lẻ thì %PRODUCTNAME chèn một trang trắng có số chẵn, để làm cho trang kế tiếp bắt đầu trên trang lẻ. Tùy chọn này điều khiển có nên in trang trắng hay không." #: ref_pdf_export.xhp @@ -44463,11 +44417,12 @@ msgid "Export bookmarks as named destinations" msgstr "Xuất liên kết lưu dạng đích đặt tên" #: ref_pdf_export.xhp +#, fuzzy msgctxt "" "ref_pdf_export.xhp\n" "par_id4809411\n" "help.text" -msgid "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." +msgid "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." msgstr "Liên kết lưu (đích tham chiếu) trong tập tin PDF có thể được xác định dạng vùng hình chữ nhật. Hơn nữa, liên kết lưu đến đích đặt tên có thể được xác định theo tên. Hãy đánh dấu trong hộp chọn để xuất các tên của đối tượng trong tài liệu dưới dạng đích liên kết lưu hợp lệ. Tùy chọn này cho phép liên kết đến đối tượng đó theo tên, từ tài liệu khác." #: ref_pdf_export.xhp @@ -44595,7 +44550,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 @@ -44812,7 +44767,7 @@ msgctxt "" "ref_pdf_export.xhp\n" "par_id22107306\n" "help.text" -msgid "The key store to be used can be selected under %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Security - Certificate Path." +msgid "The key store to be used can be selected under %PRODUCTNAME - Preferences Tools - Options - %PRODUCTNAME - Security - Certificate Path." msgstr "" #: ref_pdf_export.xhp @@ -44956,7 +44911,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 %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Security - TSAs." +msgid "The list of TSA URLs that can be selected is maintained under %PRODUCTNAME - Preferences Tools - Options - %PRODUCTNAME - Security - TSAs." msgstr "" #: ref_pdf_export.xhp @@ -44971,7 +44926,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "hd_id3150507\n" -"50\n" "help.text" msgid "Export button" msgstr "" @@ -44980,7 +44934,6 @@ msgstr "" msgctxt "" "ref_pdf_export.xhp\n" "par_id3146975\n" -"51\n" "help.text" msgid "Exports the current file in PDF format." msgstr "Xuất tập tin hiện tại theo định dạng PDF." diff --git a/source/vi/helpcontent2/source/text/shared/02.po b/source/vi/helpcontent2/source/text/shared/02.po index 12a97516921..01a575b908a 100644 --- a/source/vi/helpcontent2/source/text/shared/02.po +++ b/source/vi/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:44+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:18+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837884.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198701.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 Visible Buttons. Click the arrow at the end of the toolbar to access the Visible Buttons command." -msgstr "Bạn có thể hiển thị hoặc che giấu các Nút thấy được. Ấn vào mũi tên ở phần cuối của thanh công cụ để dùng được các lệnh gắn theo các Nút thấy được." +msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the Visible Buttons command." +msgstr "" #: 01140000.xhp msgctxt "" @@ -10323,7 +10323,6 @@ msgstr "Áp dụng kiểu dáng" msgctxt "" "02010000.xhp\n" "hd_id3148520\n" -"1\n" "help.text" msgid "Apply Style" msgstr "Áp dụng kiểu dáng" @@ -10332,7 +10331,6 @@ msgstr "Assigns a style to the current paragraph, selected paragraphs, or to a selected object." msgstr "Gán một kiểu dáng cho đoạn văn đang biên soạn, cho các đoạn văn đã chọn, hay cho một đối tượng đã chọn." @@ -10351,22 +10349,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 "Apply Style" +msgid "Apply Style" msgstr "Áp dụng kiểu dáng" #: 02010000.xhp msgctxt "" "02010000.xhp\n" "par_id3145345\n" -"3\n" "help.text" msgid "Apply Style" msgstr "Áp dụng kiểu dáng" @@ -11903,8 +11901,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 "Hiệu lực chức năng Nạp URL bằng lệnh Nút hiện (nhấn vào mũi tên ở cuối thanh công cụ)." +msgid "Enable Load URL with the Visible Buttons command (right-click the toolbar)." +msgstr "" #: 07060000.xhp msgctxt "" @@ -12663,35 +12661,36 @@ msgctxt "" "09070200.xhp\n" "tit\n" "help.text" -msgid "Mail & News" -msgstr "Thư tín/Tin tức" +msgid "Mail" +msgstr "" #: 09070200.xhp +#, fuzzy msgctxt "" "09070200.xhp\n" "hd_id3147102\n" "1\n" "help.text" -msgid "Mail & News" -msgstr "Thư tín/Tin tức" +msgid "Mail" +msgstr "Dữ liệu" #: 09070200.xhp +#, fuzzy msgctxt "" "09070200.xhp\n" "par_id3153049\n" "2\n" "help.text" -msgid "On the Mail & News page in the Hyperlink dialog you can edit hyperlinks for e-mail or news addresses." +msgid "On the Mail page in the Hyperlink dialog you can edit hyperlinks for e-mail addresses." msgstr "Trên trang Thư tín/Tin tức trong Hộp thoại siêu liên kết, bạn có thể chỉnh sửa siêu liên kết cho địa chỉ thư điện tử hay tin tức." #: 09070200.xhp msgctxt "" "09070200.xhp\n" "hd_id3153528\n" -"3\n" "help.text" -msgid "Mail & News" -msgstr "Thư tín/Tin tức" +msgid "Mail" +msgstr "" #: 09070200.xhp msgctxt "" @@ -12712,25 +12711,6 @@ msgctxt "" msgid "Assigns the specified e-mail address to the hyperlink. Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the Recipient field." msgstr "Gán cho siêu liên kết địa chỉ thư điện tử đã ghi rõ. Cú nhấn vào siêu liên kết mới trong tài liệu thì mở một tài liệu thông điệp mới, đặt địa chỉ của người nhận được xác định trong trường Thư điện tử." -#: 09070200.xhp -msgctxt "" -"09070200.xhp\n" -"hd_id3155628\n" -"6\n" -"help.text" -msgid "News" -msgstr "Tin tức" - -#: 09070200.xhp -#, fuzzy -msgctxt "" -"09070200.xhp\n" -"par_id3149955\n" -"7\n" -"help.text" -msgid "Assigns a news address to the hyperlink. Clicking the hyperlink in the document will open a new message document to the news group you entered in the Recipient field." -msgstr "Gán cho siêu liên kết địa chỉ tin tức đã ghi rõ. Cú nhấn vào siêu liên kết mới trong tài liệu thì mở một tài liệu thông điệp mới cho nhóm tin bạn đã gõ vào trường Người nhận." - #: 09070200.xhp msgctxt "" "09070200.xhp\n" diff --git a/source/vi/helpcontent2/source/text/shared/autopi.po b/source/vi/helpcontent2/source/text/shared/autopi.po index e5e7086be14..11eb4531fec 100644 --- a/source/vi/helpcontent2/source/text/shared/autopi.po +++ b/source/vi/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: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:18+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837910.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198709.000000\n" #: 01000000.xhp msgctxt "" @@ -4889,12 +4889,12 @@ msgid " Chọn Bố trí\">Trợ lý Báo cáo > Chọn Bố trí" #: 01100400.xhp +#, fuzzy msgctxt "" "01100400.xhp\n" "par_id3154894\n" -"1\n" "help.text" -msgid "Choose the layout from different templates and styles, and choose landscape or portrait page orientation." +msgid "Choose the layout from different templates and styles, and choose landscape or portrait page orientation." msgstr "Chọn bố trí từ các mẫu và kiểu dáng khác nhau, cũng chọn hướng trang nằm ngang hay nằm dọc." #: 01100400.xhp @@ -8534,12 +8534,12 @@ msgid " msgstr "Gán trường" #: 01170500.xhp +#, fuzzy msgctxt "" "01170500.xhp\n" "par_id3143284\n" -"2\n" "help.text" -msgid "Opens a dialog that allows you to specify the field assignment." +msgid "Opens a dialog that allows you to specify the field assignment." msgstr "Opens a dialog that allows you to specify the field assignment." #: 01170500.xhp diff --git a/source/vi/helpcontent2/source/text/shared/explorer/database.po b/source/vi/helpcontent2/source/text/shared/explorer/database.po index 155c42a52ed..9a08d3703fc 100644 --- a/source/vi/helpcontent2/source/text/shared/explorer/database.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:18+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198722.000000\n" #: 02000000.xhp msgctxt "" @@ -5475,12 +5475,12 @@ msgid "Table description" msgstr "Mô tả của bảng" #: 05040200.xhp +#, fuzzy msgctxt "" "05040200.xhp\n" "par_id3154422\n" -"4\n" "help.text" -msgid "Displays the description for the selected table." +msgid "Displays the description for the selected table." msgstr "Hiển thị mô tả về bảng đã chọn." #: 11000002.xhp @@ -5571,12 +5571,12 @@ msgid "O msgstr "ODBC" #: 11020000.xhp +#, fuzzy msgctxt "" "11020000.xhp\n" "par_id3150499\n" -"2\n" "help.text" -msgid "Specifies the settings for ODBC databases. This includes your user access data, driver settings, and font definitions." +msgid "Specifies the settings for ODBC databases. This includes your user access data, driver settings, and font definitions." msgstr "Ghi rõ thiết lập cho các cơ sở dữ liệu kiểu ODBC. Thiết lập này bao gồm dữ liệu truy cập người dùng của bạn, thiết lập trình điều khiển và các lời xác định phông." #: 11020000.xhp @@ -5813,12 +5813,12 @@ msgid " msgstr "dBASE" #: 11030000.xhp +#, fuzzy msgctxt "" "11030000.xhp\n" "par_id3147088\n" -"2\n" "help.text" -msgid "Specify the settings for a dBASE database." +msgid "Specify the settings for a dBASE database." msgstr "Ghi rõ thiết lập cho một cơ sở dữ liệu dBASE." #: 11030000.xhp @@ -8861,7 +8861,7 @@ msgctxt "" "dabawiz02.xhp\n" "par_idN105B4\n" "help.text" -msgid "Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the View - Data Sources 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." +msgid "Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the View - Data Sources 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." msgstr "Bật tùy chọn này để đăng ký cơ sở dữ liệu bên trong bản sao người dùng cho %PRODUCTNAME của bạn. Sau khi đăng ký thì cơ sở dữ liệu được hiển thị trong cửa sổ Xem > Nguồn dữ liệu. Bạn cần phải đăng ký một cơ sở dữ liệu để có khả năng chèn trường từ cơ sở dữ liệu đó vào một tài liệu (Chèn > Trường > Khác) hoặc vào thao tác trộn thư." #: dabawiz02.xhp diff --git a/source/vi/helpcontent2/source/text/shared/guide.po b/source/vi/helpcontent2/source/text/shared/guide.po index 2390e9b2df6..7b6490c4b5b 100644 --- a/source/vi/helpcontent2/source/text/shared/guide.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:18+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198727.000000\n" #: aaa_start.xhp msgctxt "" @@ -7280,14 +7280,13 @@ msgctxt "" "error_report.xhp\n" "bm_id3150616\n" "help.text" -msgid "Error Report Tool reports;error reports crash reports activating;Error Report Tool" +msgid "Error Report Tool reports;error reports crash reports activating;Error Report Tool" msgstr "" #: error_report.xhp msgctxt "" "error_report.xhp\n" "hd_id3150616\n" -"17\n" "help.text" msgid "Error Report Tool" msgstr "" @@ -7296,7 +7295,6 @@ msgstr "" 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 "" @@ -7305,7 +7303,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 "" @@ -7314,7 +7311,6 @@ msgstr "" msgctxt "" "error_report.xhp\n" "hd_id3148538\n" -"4\n" "help.text" msgid "Starting the Error Report Tool" msgstr "" @@ -7323,7 +7319,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 "" @@ -7332,7 +7327,6 @@ msgstr "" msgctxt "" "error_report.xhp\n" "hd_id3154046\n" -"7\n" "help.text" msgid "Completing the Report" msgstr "" @@ -7341,7 +7335,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 "" @@ -7350,7 +7343,6 @@ msgstr "" msgctxt "" "error_report.xhp\n" "hd_id3159399\n" -"9\n" "help.text" msgid "Sending the Error Report" msgstr "" @@ -7359,7 +7351,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 Send button." msgstr "" @@ -7368,7 +7359,6 @@ msgstr "" 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 support forum on the Internet." msgstr "" @@ -7377,16 +7367,14 @@ msgstr "" 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 "" @@ -7395,7 +7383,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 Show Report button on the main dialog of the Error Report Tool to view what will get sent in the main file." msgstr "" @@ -7404,7 +7391,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 "" @@ -15249,9 +15235,8 @@ msgstr "" 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 @@ -15303,9 +15288,8 @@ msgstr "" msgctxt "" "print_blackwhite.xhp\n" "hd_id3147653\n" -"9\n" "help.text" -msgid "Printing in black and white in %PRODUCTNAME Impress and %PRODUCTNAME Draw" +msgid "Printing in Black and White in %PRODUCTNAME Impress and %PRODUCTNAME Draw" msgstr "" #: print_blackwhite.xhp @@ -15366,9 +15350,8 @@ msgstr "" 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 @@ -15384,9 +15367,8 @@ msgstr "" 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 @@ -15429,9 +15411,8 @@ msgstr "" 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/vi/helpcontent2/source/text/shared/menu.po b/source/vi/helpcontent2/source/text/shared/menu.po new file mode 100644 index 00000000000..8fe6a9c3545 --- /dev/null +++ b/source/vi/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 \n" +"Language-Team: LANGUAGE \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 "Chart" +msgstr "" + +#: insert_chart.xhp +msgctxt "" +"insert_chart.xhp\n" +"par_id030420160947559665\n" +"help.text" +msgid "Inserts a chart based on data from a cell or table range or with default data." +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 "Form Control" +msgstr "" + +#: insert_form_control.xhp +msgctxt "" +"insert_form_control.xhp\n" +"par_id03072016061205929\n" +"help.text" +msgid "This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document." +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 "Shape" +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"par_id030420161051456436\n" +"help.text" +msgid "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." +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 "This submenu contains straight, freeform, curved and polygon line shapes." +msgstr "" + +#: insert_shape.xhp +msgctxt "" +"insert_shape.xhp\n" +"hd_id030720160823321429\n" +"help.text" +msgid "Line" +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/vi/helpcontent2/source/text/shared/optionen.po b/source/vi/helpcontent2/source/text/shared/optionen.po index 26928613674..0e2f260f21c 100644 --- a/source/vi/helpcontent2/source/text/shared/optionen.po +++ b/source/vi/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: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:18+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837944.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198735.000000\n" #: 01000000.xhp msgctxt "" @@ -1404,6 +1404,30 @@ msgctxt "" msgid "This is where $[officename] puts its temporary files." msgstr "$[officename] để các tập tin tạm thời trong thư mục này." +#: 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 "{install}/share/classification/example.xml{install}\\share\\classification\\example.xml" +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" @@ -4327,8 +4351,8 @@ msgctxt "" "01011000.xhp\n" "bm_id3153881\n" "help.text" -msgid "undoing; number of stepsgraphics; cachecache for graphicsQuickstarter" -msgstr "hồi lại; số bướcđồ họa; bộ nhớ tạmbộ nhớ tạm các đồ họaBộ Khởi chạy Nhanh" +msgid "graphics; cachecache for graphicsQuickstarter" +msgstr "" #: 01011000.xhp msgctxt "" @@ -4343,45 +4367,8 @@ msgstr "B msgctxt "" "01011000.xhp\n" "par_id3154307\n" -"26\n" "help.text" -msgid "Defines the settings for the graphics cache and the number of steps you can undo." -msgstr "Xác định thiết lập cho bộ nhớ tạm đồ họa và số bước có thể hủy." - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"hd_id3155390\n" -"1\n" -"help.text" -msgid "Undo" -msgstr "Hủy bước" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"par_id3145673\n" -"2\n" -"help.text" -msgid "Defines the maximum number of reverse steps allowed." -msgstr "Xác định số bước tối đa có thể đi ngược." - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"hd_id3153881\n" -"3\n" -"help.text" -msgid "Number of steps" -msgstr "Số bước" - -#: 01011000.xhp -msgctxt "" -"01011000.xhp\n" -"par_id3148685\n" -"4\n" -"help.text" -msgid "You can specify the number of steps which can be undone by selecting a number from the box." +msgid "This tab page lets you define various settings for the graphics cache." msgstr "" #: 01011000.xhp @@ -9314,12 +9301,12 @@ msgid "Back msgstr "Nền" #: 01050300.xhp +#, fuzzy msgctxt "" "01050300.xhp\n" "par_id3150443\n" -"2\n" "help.text" -msgid "Specifies the background for HTML documents. 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 "Specifies the background for HTML documents. 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 "Ghi rõ nền của tài liệu HTML. Nền này được xác định cho cả hai tài liệu HTML mới và tài liệu bạn nạp lại, miễn là mã nguồn của trang không xác định nền riêng." #: 01050300.xhp @@ -11133,12 +11120,12 @@ msgid "PrintIn" #: 01060700.xhp +#, fuzzy msgctxt "" "01060700.xhp\n" "par_id3143267\n" -"2\n" "help.text" -msgid "Determines the printer settings for spreadsheets." +msgid "Determines the printer settings for spreadsheets." msgstr "Xác định thiết lập máy in cho các bảng tính." #: 01060700.xhp @@ -13149,12 +13136,12 @@ msgid "Chart options" msgstr "Tùy chọn Đồ thị" #: 01110000.xhp +#, fuzzy msgctxt "" "01110000.xhp\n" "par_id3149182\n" -"2\n" "help.text" -msgid "Defines the general settings for charts." +msgid "Defines the general settings for charts." msgstr "Xác định thiết lập chung về đồ thị." #: 01110100.xhp diff --git a/source/vi/helpcontent2/source/text/simpress/00.po b/source/vi/helpcontent2/source/text/simpress/00.po index 58df0e1cb38..e182d70e0b0 100644 --- a/source/vi/helpcontent2/source/text/simpress/00.po +++ b/source/vi/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:45+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-04-17 00:14+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837947.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1460852078.000000\n" #: 00000004.xhp msgctxt "" @@ -648,75 +648,75 @@ msgid "File" msgstr "Tập tin" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149351\n" -"17\n" "help.text" -msgid "Choose Insert - Fields" +msgid "Choose Insert - Field" msgstr "Chọn lệnh Chèn > Trường." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150477\n" -"22\n" "help.text" -msgid "Choose Insert - Fields - Date (fixed)" +msgid "Choose Insert - Field - Date (fixed)" msgstr "Chọn lệnh Chèn > Trường > Ngày (cố định)." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3146879\n" -"18\n" "help.text" -msgid "Choose Insert - Fields - Date (variable)" +msgid "Choose Insert - Field - Date (variable)" msgstr "Choose Insert - Fields - Date (variable)" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153036\n" -"19\n" "help.text" -msgid "Choose Insert - Fields - Time (fixed)" +msgid "Choose Insert - Field - Time (fixed)" msgstr "Chọn lệnh Chèn - Trường - Giờ (cố định)." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3145590\n" -"20\n" "help.text" -msgid "Choose Insert - Fields - Time (variable)" +msgid "Choose Insert - Field - Time (variable)" msgstr "Chọn lệnh Chèn > Trường > Giờ (thay đổi)." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153935\n" -"21\n" "help.text" -msgid "Choose Insert - Fields - Page Number" +msgid "Choose Insert - Field - Page Number" msgstr "Chọn lệnh Chèn > Trường >-Tên tập tin." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3148583\n" -"23\n" "help.text" -msgid "Choose Insert - Fields - Author" +msgid "Choose Insert - Field - Author" msgstr "Chọn lệnh Chèn > Trường > Tác giả." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3155951\n" -"24\n" "help.text" -msgid "Choose Insert - Fields - File Name" +msgid "Choose Insert - Field - File Name" msgstr "Chọn lệnh Chèn > Trường >-Tên tập tin." #: 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 Slide - New Page/Slide" -msgstr "" +msgstr "Chọn lệnh Chèn > Ảnh chiếu" #: slide_menu.xhp #, fuzzy diff --git a/source/vi/helpcontent2/source/text/simpress/01.po b/source/vi/helpcontent2/source/text/simpress/01.po index 67c66d203fa..127afa669d0 100644 --- a/source/vi/helpcontent2/source/text/simpress/01.po +++ b/source/vi/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:45+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 22:09+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837956.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198740.000000\n" #: 01170000.xhp msgctxt "" @@ -6820,18 +6820,18 @@ msgid "Slide Show Settings" msgstr "Thiết lập Chiếu ảnh" #: 06080000.xhp +#, fuzzy msgctxt "" "06080000.xhp\n" "bm_id3153818\n" "help.text" -msgid "presentations; settings forslide shows; settings forpresentations; window / full screenmultiple monitors" +msgid "presentations; settings for slide shows; settings for presentations; window / full screen multiple monitors" msgstr "trình diễn; thiết lậpchiếu ảnh; thiết lậptrình diễn; cửa sổ/toàn màn hìnhnhiều màn hình" #: 06080000.xhp msgctxt "" "06080000.xhp\n" "hd_id3153818\n" -"1\n" "help.text" msgid "Slide Show Settings" msgstr "Thiết lập Chiếu ảnh" @@ -6840,7 +6840,6 @@ msgstr "Thiết lập Chiếu ảnh" msgctxt "" "06080000.xhp\n" "par_id3148606\n" -"2\n" "help.text" msgid "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." msgstr "Xác định thiết lập cho trình diễn, gồm có ảnh chiếu nào cần hiển thị đầu tiên, phương pháp làm cho ảnh chiếu tiến bộ, kiểu trình diễn và các tùy chọn về con trỏ." @@ -6849,7 +6848,6 @@ msgstr "Xác đ msgctxt "" "06080000.xhp\n" "hd_id3150213\n" -"3\n" "help.text" msgid "Range" msgstr "Phạm vi" @@ -6858,7 +6856,6 @@ msgstr "Phạm vi" msgctxt "" "06080000.xhp\n" "par_id3154766\n" -"4\n" "help.text" msgid "Specifies which slides to include in the slide show." msgstr "Ghi rõ những ảnh chiếu cần hiển thị trong trình diễn này." @@ -6867,7 +6864,6 @@ msgstr "Ghi rõ những ảnh chiếu cần hiển thị trong trình diễn nà msgctxt "" "06080000.xhp\n" "hd_id3145363\n" -"5\n" "help.text" msgid "All slides" msgstr "Mọi ảnh chiếu" @@ -6876,7 +6872,6 @@ msgstr "Mọi ảnh chiếu" msgctxt "" "06080000.xhp\n" "par_id3145114\n" -"6\n" "help.text" msgid "Includes all of the slides in your slide show." msgstr "Hiển thị mọi ảnh chiếu trong trình diễn này." @@ -6885,7 +6880,6 @@ msgstr "Hiển t msgctxt "" "06080000.xhp\n" "hd_id3150431\n" -"7\n" "help.text" msgid "From:" msgstr "Từ :" @@ -6894,7 +6888,6 @@ msgstr "Từ :" msgctxt "" "06080000.xhp\n" "par_id3150391\n" -"8\n" "help.text" msgid "Enter the number of the start slide." msgstr "Gõ số thứ tự của ảnh chiếu sẽ bắt đầu trình diễn." @@ -6903,7 +6896,6 @@ msgstr "Gõ số t msgctxt "" "06080000.xhp\n" "hd_id3147404\n" -"86\n" "help.text" msgid "Custom Slide Show" msgstr "Chiếu ảnh riêng" @@ -6912,7 +6904,6 @@ msgstr "Chiếu ảnh riêng" msgctxt "" "06080000.xhp\n" "par_id3150538\n" -"87\n" "help.text" msgid "Runs a custom slide show in the order that you defined in Slide Show - Custom Slide Show." msgstr "Chạy một chiếu ảnh riêng theo thứ tự bạn đã xác định trong hộp thoại Chiếu ảnh riêng\">Chiếu ảnh > Chiếu ảnh riêng." @@ -6921,7 +6912,6 @@ msgstr "A full screen slide is shown." msgstr "Hiển thị ảnh chiếu trên toàn màn hình." @@ -6957,7 +6944,6 @@ msgstr "Hiển th msgctxt "" "06080000.xhp\n" "hd_id3153034\n" -"90\n" "help.text" msgid "Window" msgstr "Cửa sổ" @@ -6966,7 +6952,6 @@ msgstr "Cửa sổ" msgctxt "" "06080000.xhp\n" "par_id3155257\n" -"82\n" "help.text" msgid "Slide show runs in the $[officename] program window." msgstr "Chiếu ảnh chạy bên trong cửa sổ của chương trình $[officename]." @@ -6975,7 +6960,6 @@ msgstr "Chiếu ả msgctxt "" "06080000.xhp\n" "hd_id3145593\n" -"91\n" "help.text" msgid "Auto" msgstr "Tự động" @@ -6984,7 +6968,6 @@ msgstr "Tự động" msgctxt "" "06080000.xhp\n" "par_id3149509\n" -"95\n" "help.text" msgid "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." msgstr "Khởi chạy lại chiếu ảnh sau khoảng thời gian tạm dừng bạn ghi rõ. Một ảnh chiếu tạm dừng riêng được hiển thị giữa ảnh chiếu cuối cùng và ảnh chiếu bắt đầu lại. Bấm phím Esc để dừng chạy chiếu ảnh." @@ -6993,7 +6976,6 @@ msgstr "Khởi chạy msgctxt "" "06080000.xhp\n" "hd_id3150862\n" -"96\n" "help.text" msgid "Duration of pause" msgstr "Thời gian tạm dừng" @@ -7002,7 +6984,6 @@ msgstr "Thời gian tạm dừng" msgctxt "" "06080000.xhp\n" "par_id3153112\n" -"97\n" "help.text" msgid "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." msgstr "Gõ khoảng thời gian cần tạm dừng trước khi khởi chạy lại chiếu ảnh. Gõ số không thì chiếu ảnh sẽ khởi chạy lại ngay lập tức, không hiển thị ảnh chiếu tạm dừng riêng." @@ -7011,7 +6992,6 @@ msgstr "Gõ msgctxt "" "06080000.xhp\n" "hd_id3166420\n" -"92\n" "help.text" msgid "Show logo" msgstr "Hiện biểu hình" @@ -7020,7 +7000,6 @@ msgstr "Hiện biểu hình" msgctxt "" "06080000.xhp\n" "par_id3154501\n" -"98\n" "help.text" msgid "Displays the $[officename] logo on the pause slide. The logo cannot be exchanged." msgstr "Hiển thị biểu hình $[officename] trên ảnh chiếu tạm dừng. Không thể thay đổi hay thay thế biểu hình này." @@ -7029,7 +7008,6 @@ msgstr "Hiển th msgctxt "" "06080000.xhp\n" "hd_id3150130\n" -"9\n" "help.text" msgid "Options" msgstr "Tùy chọn" @@ -7038,7 +7016,6 @@ msgstr "Tùy chọn" msgctxt "" "06080000.xhp\n" "hd_id3149883\n" -"13\n" "help.text" msgid "Change slides manually" msgstr "Tự lật ảnh chiếu" @@ -7047,7 +7024,6 @@ msgstr "Tự lật ảnh chiếu" msgctxt "" "06080000.xhp\n" "par_id3147373\n" -"14\n" "help.text" msgid "Slides never change automatically when this box is selected." msgstr "Bật tùy chọn này thì ảnh chiếu không chuyển đổi tự động." @@ -7056,7 +7032,6 @@ msgstr "Bật msgctxt "" "06080000.xhp\n" "hd_id3155439\n" -"15\n" "help.text" msgid "Mouse pointer visible" msgstr "Hiện con trỏ chuột" @@ -7065,7 +7040,6 @@ msgstr "Hiện con trỏ chuột" msgctxt "" "06080000.xhp\n" "par_id3150272\n" -"16\n" "help.text" msgid "Shows the mouse pointer during a slide show." msgstr "Hiển thị con trỏ của con chuột trong khi chiếu ảnh." @@ -7074,7 +7048,6 @@ msgstr "Hi msgctxt "" "06080000.xhp\n" "hd_id3150570\n" -"17\n" "help.text" msgid "Mouse pointer as pen" msgstr "Con trỏ chuột dạng bút" @@ -7083,7 +7056,6 @@ msgstr "Con trỏ chuột dạng bút" msgctxt "" "06080000.xhp\n" "par_id3150665\n" -"18\n" "help.text" msgid "Changes the mouse pointer to a pen which you can use to draw on slides during the presentation." msgstr "Thay đổi hình của con trỏ chuột sang cái bút bạn có thể sử dụng để vẽ hay viết trên ảnh chiếu trong trình diễn." @@ -7100,7 +7072,6 @@ msgstr "" msgctxt "" "06080000.xhp\n" "hd_id3153927\n" -"20\n" "help.text" msgid "Navigator visible" msgstr "Hiện Bộ điều hướng" @@ -7109,7 +7080,6 @@ msgstr "Hiện Bộ điều hướng" msgctxt "" "06080000.xhp\n" "par_id3148430\n" -"21\n" "help.text" msgid "Displays the Navigator during the slide show." msgstr "Hiển thị Bộ điều hướng trong khi chiếu ảnh." @@ -7118,7 +7088,6 @@ msgstr "H msgctxt "" "06080000.xhp\n" "hd_id3153718\n" -"84\n" "help.text" msgid "Animations allowed" msgstr "Cho phép hoạt họa" @@ -7127,7 +7096,6 @@ msgstr "Cho phép hoạt họa" msgctxt "" "06080000.xhp\n" "par_id3083445\n" -"85\n" "help.text" msgid "Displays all frames of animated GIF files during the slide show. If this option is not selected, only the first frame of an animated GIF file is displayed." msgstr "Trong khi chiếu ảnh, cũng hiển thị các khung của ảnh GIF đã hoạt họa. Không chọn mục này thì chỉ hiển thị khung đầu tiên của ảnh GIF đã hoạt họa." @@ -7136,7 +7104,6 @@ msgstr " msgctxt "" "06080000.xhp\n" "hd_id3152478\n" -"22\n" "help.text" msgid "Change slides by clicking on background" msgstr "Nhấn vào nền để lật ảnh chiếu" @@ -7145,7 +7112,6 @@ msgstr "Nhấn vào nền để lật ảnh chiếu" msgctxt "" "06080000.xhp\n" "par_id3156305\n" -"23\n" "help.text" msgid "Advances to the next slide when you click on the background of a slide." msgstr "Tiến tới ảnh chiếu kế tiếp khi bạn nhấn vào nền của ảnh chiếu." @@ -7154,7 +7120,6 @@ msgstr "The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation." msgstr "Trong trình diễn, cửa sổ $[officename] còn lại ở trên các cửa sổ khác. Không có chương trình khác có thể nhảy lên ở trên trình diễn của bạn." @@ -7201,11 +7165,12 @@ msgid "Select a monitor to use for full screen slide show mode. msgstr "Chọn màn hình nào cần dùng trong chế độ toàn màn hình của chiếu ảnh." #: 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 "Nếu hệ điều hành cho phép hiển thị một cửa sổ qua mọi màn hình sẵn sàng, bạn cũng có thể chọn chức năng « Mọi màn hình ». Trong trường hợp này, trình diễn sẽ được hiển thị trên mọi màn hình sẵn sàng. (Tính năng này rất có ích khi dạy, hoặc khi có nhóm khán giả lớn hay khán giả ở vài địa điểm khác.)" #: 06080000.xhp @@ -7395,12 +7360,12 @@ msgid "Define Custom Slide Show" msgstr "Xác định Chiếu ảnh riêng" #: 06100100.xhp +#, fuzzy msgctxt "" "06100100.xhp\n" "par_id3154659\n" -"2\n" "help.text" -msgid "Creates a custom slide show." +msgid "Creates a custom slide show." msgstr "Tạo một chiếu ảnh riêng." #: 06100100.xhp diff --git a/source/vi/helpcontent2/source/text/simpress/guide.po b/source/vi/helpcontent2/source/text/simpress/guide.po index cb63a46a903..f8964ad0c42 100644 --- a/source/vi/helpcontent2/source/text/simpress/guide.po +++ b/source/vi/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:46+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-07 21:35+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837961.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198745.000000\n" #: 3d_create.xhp msgctxt "" @@ -1307,19 +1307,21 @@ msgid "Masters exist for slides, notes, and handouts." msgstr "Có cái chủ cho ảnh chiếu, lời ghi chú và bản phát tay." #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id8403576\n" "help.text" -msgid "To edit a slide master, choose View - Master - Slide Master. Click the Close Master View icon on the Master View toolbar, or choose View - Normal, to leave the slide master." +msgid "To edit a slide master, choose View - Slide Master. Click the Close Master View icon on the Master View toolbar, or choose View - Normal, to leave the slide master." msgstr "Để chỉnh sửa ảnh chiếu chủ, chọn lệnh Xem > Chủ > Ảnh chiếu chủ. Nhấn vào biểu tượng Đóng ô xem chủ trên thanh công cụ Ô xem chủ, hoặc chọn lệnh trình đơn Xem > Chuẩn, để rời ảnh chiếu chủ." #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id5641651\n" "help.text" -msgid "To edit a notes master, choose View - Master - Notes Master. Click the Close Master View icon on the Master View toolbar, or choose View - Normal, to leave the notes master." +msgid "To edit a notes master, choose View - Notes Master. Click the Close Master View icon on the Master View toolbar, or choose View - Normal, to leave the notes master." msgstr "Để chỉnh sửa lời ghi chú chủ, chọn lệnh Xem > Chủ > Ghi chú chủ. Nhấn vào biểu tượng Đóng ô xem chủ trên thanh công cụ Ô xem chủ, hoặc chọn lệnh trình đơn Xem > Chuẩn, để rời lời ghi chú chủ." #: footer.xhp @@ -1347,11 +1349,12 @@ msgid "Every type of master has some predefined areas to hold the date, footer, msgstr "Mọi kiểu cái chủ đều có một số vùng đã xác định sẵn để hiển thị ngày tháng, phần chân trang và số thứ tự ảnh chiếu." #: 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 "Chuyển đổi sang ô xem chủ thì bạn có thể kéo vùng như vậy sang vị trí khác, hoặc để thay đổi kích cỡ của vùng. Cũng có thể nhấn vào vùng để gõ văn bản thêm, hoặc tô sáng nội dung của vùng rồi áp dụng định dạng văn bản riêng. Chẳng hạn, bạn có thể thay đổi kích cỡ hay màu của phông chữ." #: footer.xhp @@ -1371,19 +1374,21 @@ msgid "Objects that you insert on a slide master are visible on all slides that msgstr "Đối tượng bạn chèn vào ảnh chiếu chủ thì hiện rõ trên mỗi ảnh chiếu dựa vào ảnh chiếu chủ đó." #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id8843043\n" "help.text" -msgid "Choose View - Header and Footer." +msgid "Choose Insert - Header and Footer." msgstr "Chọn lệnh Xem > Đầu/Chân trang." #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id1876583\n" "help.text" -msgid "You see a dialog with two tab pages: Slide and Notes and Handouts where you can enter contents to the predefined areas." +msgid "You see a dialog with two tab pages: Slides and Notes and Handouts where you can enter contents to the predefined areas." msgstr "Bạn thấy hộp thoại có hai trang: Ảnh chiếuGhi chú và Phát tay trên đó bạn có thể gõ vào vùng đã xác định sẵn nội dung thích hợp." #: footer.xhp @@ -1460,13 +1465,13 @@ msgid "You can add a text object anywhere on the slide master." msgstr "Bạn có thể thêm một đối tượng văn bản vào bất cứ vị trí nào trên ảnh chiếu chủ." #: footer.xhp +#, fuzzy msgctxt "" "footer.xhp\n" "par_id3148866\n" -"14\n" "help.text" -msgid "Choose View - Master - Slide Master." -msgstr "Chọn lệnh Xem > Chủ > Ảnh chiếu chủ." +msgid "Choose View - Slide Master." +msgstr "Chọn lệnh Xem > Bộ sắp xếp ảnh chiếu." #: footer.xhp msgctxt "" @@ -1496,23 +1501,14 @@ msgid "Choose View - Normal when you are finished." msgstr "Làm xong thì chọn lệnh Xem > Chuẩn." #: 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 Insert - Fields." +msgid "You can also add fields, such as the date or page number, to a header or footer by choosing Insert - Field." msgstr "Cũng có thể thêm các trường, như ngày tháng hay số thứ tự trang, vào phần đầu/chân trang, bằng cách chọn lệnh Chèn > Trường." -#: 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 Format - Slide Layout, and clearing the Objects on background check box." -msgstr "Bạn có thể ẩn phần đầu/chân trang trên ảnh chiếu riêng, bằng cách chọn lệnhĐịnh dạng > Bố trí ảnh chiếu, và bỏ chọn hộp Đối tượng trên nền." - #: footer.xhp msgctxt "" "footer.xhp\n" diff --git a/source/vi/helpcontent2/source/text/swriter.po b/source/vi/helpcontent2/source/text/swriter.po index f0e57e06886..8eff3c4e5a3 100644 --- a/source/vi/helpcontent2/source/text/swriter.po +++ b/source/vi/helpcontent2/source/text/swriter.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:17+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198755.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 "Classification Bar" +msgstr "" + +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id3150202\n" +"help.text" +msgid "The Classification bar contains tools to help secure document handling." +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 "Zoom" msgstr "Thu/Phóng" #: main0104.xhp +#, fuzzy msgctxt "" "main0104.xhp\n" "tit\n" "help.text" -msgid ".uno:InsertHeaderFooterMenu" -msgstr "" +msgid "Insert" +msgstr "Chèn" #: main0104.xhp msgctxt "" @@ -1566,7 +1647,6 @@ msgstr "Thanh trạng thái" msgctxt "" "main0208.xhp\n" "hd_id3153397\n" -"1\n" "help.text" msgid "Status Bar" msgstr "Thanh trạng thái" @@ -1575,7 +1655,6 @@ msgstr "Th 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 "Thanh trạng thái chứa thông tin về tài liệu hiện thời, và cung cấp một số nút có chức năng đặc biệt." @@ -1621,11 +1700,12 @@ msgid "Zoom & View Layout" msgstr "Thu/Phóng và Xem bố trí" #: 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 "Ba điều khiển trên thanh trạng thái của trình Writer cho phép thay đổi cách Thu/Phóng và bố trí xem của tài liệu văn bản." #: main0208.xhp diff --git a/source/vi/helpcontent2/source/text/swriter/00.po b/source/vi/helpcontent2/source/text/swriter/00.po index c12e3a6c848..dbbfd658473 100644 --- a/source/vi/helpcontent2/source/text/swriter/00.po +++ b/source/vi/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:46+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837977.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198756.000000\n" #: 00000004.xhp msgctxt "" @@ -559,39 +559,38 @@ msgid "Choose Insert - Manual BreakChọn lệnh Chèn > Chỗ tự ngắt." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3154654\n" -"3\n" "help.text" -msgid "Choose Insert - Fields" +msgid "Choose Insert - Field" msgstr "Chọn lệnh Chèn > Trường." #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146966\n" -"90\n" "help.text" msgid "Open context menu - choose Fields (inserted fields)" msgstr "Mở trình đơn ngữ cảnh, sau đó chọn lệnh Trường (trường đã chèn)." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149053\n" -"44\n" "help.text" -msgid "Choose Insert - Fields - Date" +msgid "Choose Insert - Field - Date" msgstr "Chọn lệnh Chèn > Trường > Ngày." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3151393\n" -"45\n" "help.text" -msgid "Choose Insert - Fields - Time" +msgid "Choose Insert - Field - Time" msgstr "Chọn lệnh Chèn > Trường > Giờ." #: 00000404.xhp @@ -599,45 +598,44 @@ msgstr "Chọn lệnh Chèn > Trường msgctxt "" "00000404.xhp\n" "par_id3146325\n" -"46\n" "help.text" -msgid "Choose Insert - Fields - Page Number" +msgid "Choose Insert - Field - Page Number" msgstr "Chọn lệnh Chèn > Trường > Số hiệu trang." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149356\n" -"47\n" "help.text" -msgid "Choose Insert - Fields - Page Count" +msgid "Choose Insert - Field - Page Count" msgstr "Chọn lệnh Chèn > Trường > Số đếm trang." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153003\n" -"48\n" "help.text" -msgid "Choose Insert - Fields - Subject" +msgid "Choose Insert - Field - Subject" msgstr "Chọn lệnh Chèn > Trường > Chủ đề." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150016\n" -"49\n" "help.text" -msgid "Choose Insert - Fields - Title" +msgid "Choose Insert - Field - Title" msgstr "Chọn lệnh Chèn > Trường > Tựa đề." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150564\n" -"50\n" "help.text" -msgid "Choose Insert - Fields - Author" +msgid "Choose Insert - Field - Author" msgstr "Chọn lệnh Chèn > Trường > Tác giả." #: 00000404.xhp @@ -645,9 +643,8 @@ msgstr "Chọn lệnh Chèn > Trường > msgctxt "" "00000404.xhp\n" "par_id3148386\n" -"4\n" "help.text" -msgid "Choose Insert - Fields - More Fields" +msgid "Choose Insert - Field - More Fields" msgstr "Chọn lệnh Chèn > Trường > Khác." #: 00000404.xhp @@ -690,9 +687,8 @@ msgstr "Chèn trường" msgctxt "" "00000404.xhp\n" "par_id3149295\n" -"56\n" "help.text" -msgid "Choose Insert - Fields - More Fields - Document tab " +msgid "Choose Insert - Field - More Fields - Document tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Tài liệu." #: 00000404.xhp @@ -700,16 +696,14 @@ msgstr "Chọn thẻ Chèn > Trường > Kh msgctxt "" "00000404.xhp\n" "par_id3154692\n" -"51\n" "help.text" -msgid "Choose Insert - Fields - More Fields - Cross-references tab" +msgid "Choose Insert - Field - More Fields - Cross-references tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Tham chiếu chéo" #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3145411\n" -"63\n" "help.text" msgid "Choose Insert - Cross-reference" msgstr "" @@ -719,9 +713,8 @@ msgstr "" msgctxt "" "00000404.xhp\n" "par_id3147515\n" -"52\n" "help.text" -msgid "Choose Insert - Fields - More Fields - Functions tab " +msgid "Choose Insert - Field - More Fields - Functions tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Hàm." #: 00000404.xhp @@ -729,9 +722,8 @@ msgstr "Chọn thẻ Chèn > Trường > K msgctxt "" "00000404.xhp\n" "par_id3153581\n" -"53\n" "help.text" -msgid "Choose Insert - Fields - More Fields - DocInformation tab " +msgid "Choose Insert - Field - More Fields - DocInformation tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Thông tin Tài liệu." #: 00000404.xhp @@ -739,9 +731,8 @@ msgstr "Chọn thẻ Chèn > Trường > msgctxt "" "00000404.xhp\n" "par_id3150710\n" -"54\n" "help.text" -msgid "Choose Insert - Fields - More Fields - Variables tab " +msgid "Choose Insert - Field - More Fields - Variables tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Biến." #: 00000404.xhp @@ -749,9 +740,8 @@ msgstr "Chọn thẻ Chèn > Trường > Kh msgctxt "" "00000404.xhp\n" "par_id3152945\n" -"55\n" "help.text" -msgid "Choose Insert - Fields - More Fields - Database tab " +msgid "Choose Insert - Field - More Fields - Database tab" msgstr "Chọn thẻ Chèn > Trường > Khác > Cơ sở dữ liệu." #: 00000404.xhp @@ -1016,12 +1006,13 @@ msgid "Choose Insert - Table of Contents and msgstr "" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3146342\n" "help.text" msgid "Choose Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents tab" -msgstr "" +msgstr "Chọn thẻ Chèn > Chỉ mục và Bảng > Chỉ mục và Bảng > Mục nhập (khi Mục lục là kiểu được chọn)." #: 00000404.xhp #, fuzzy @@ -1096,12 +1087,13 @@ msgid "Choose Insert - Table of Contents and Index msgstr "Chọn thẻ Chèn > Chỉ mục và Bảng > Chỉ mục và Bảng > Mục nhập (khi Mục lục là kiểu được chọn)." #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153295\n" "help.text" msgid "Choose Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents, mark \"Additional Styles\" check box and then click Assign styles" -msgstr "" +msgstr "Chọn thẻ Chèn > Chỉ mục và Bảng > Chỉ mục và Bảng > Mục nhập (khi Mục lục là kiểu được chọn)." #: 00000404.xhp #, fuzzy diff --git a/source/vi/helpcontent2/source/text/swriter/01.po b/source/vi/helpcontent2/source/text/swriter/01.po index 88985ce8a44..b9af88d427d 100644 --- a/source/vi/helpcontent2/source/text/swriter/01.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198777.000000\n" #: 01120000.xhp msgctxt "" @@ -115,9 +115,8 @@ msgstr "Mở h 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 Database tab page under Insert - Fields - More Fields." +msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the Database tab page under Insert - Field - More Fields." msgstr "Trong khi in ấn, thông tin cơ sở dữ liệu thì thay thế các trường cơ sở dữ liệu (bộ giữ chỗ) tương ứng. Để tìm thêm thông tin về cách chèn trường cơ sở dữ liệu, xem trang thẻ Cơ sở dữ liệu dưới mục trình đơn Chèn > Trường > Khác." #: 01150000.xhp @@ -10173,9 +10172,8 @@ msgstr "Để hiển thị văn bản điều kiện dựa vào số trang:" msgctxt "" "04090200.xhp\n" "par_id3150333\n" -"136\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Functions tab." +msgid "Choose Insert - Field - More Fields, and then click the Functions tab." msgstr "Chọn lệnh Chèn > Trường > Khác, sau đó nhấn vào thẻ Hàm." #: 04090200.xhp @@ -10237,9 +10235,8 @@ msgstr "Để hiển thị văn bản điều kiện dựa vào một biến t msgctxt "" "04090200.xhp\n" "par_id3155836\n" -"138\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Variables tab." +msgid "Choose Insert - Field - More Fields, and then click the Variables tab." msgstr "Chọn lệnh Chèn > Trường > Khác, sau đó nhấn vào thẻ Biến." #: 04090200.xhp @@ -10355,9 +10352,8 @@ msgstr "Phần thứ nhất của mẫu thí dụ này chèn một dấu cách v msgctxt "" "04090200.xhp\n" "par_id3150523\n" -"145\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Database tab." +msgid "Choose Insert - Field - More Fields, and then click the Database tab." msgstr "Chọn lệnh Chèn > Trường > Khác, sau đó nhấn vào thẻ Cơ sở dữ liệu." #: 04090200.xhp @@ -13235,18 +13231,18 @@ msgid "Edit Concordance File" msgstr "Sửa Tập tin Phù hợp" #: 04120250.xhp +#, fuzzy msgctxt "" "04120250.xhp\n" "bm_id3148768\n" "help.text" -msgid "editing; concordance filesconcordance files; definition" +msgid "editing; concordance files concordance files; definition" msgstr "chỉnh sửa; tập tin phù hợptập tin phù hợp; lời xác định" #: 04120250.xhp msgctxt "" "04120250.xhp\n" "hd_id3148768\n" -"1\n" "help.text" msgid "Edit Concordance File" msgstr "Sửa Tập tin Phù hợp" @@ -13255,24 +13251,23 @@ msgstr "Sửa Tập tin Phù hợp" msgctxt "" "04120250.xhp\n" "par_id3151180\n" -"2\n" "help.text" msgid "Create or edit a list of words to include in an Alphabetical Index. 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 "Tạo hoặc chỉnh sửa một danh sách các từ cần kèm thêm trong một chỉ mục abc. Một tập tin phù hợp liệt kê các từ nên được tham chiếu trong một chỉ mục abc, cũng như mỗi số thứ tự của trang chứa từ đó." #: 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 "Bạn có thể sử dụng nút « Tìm tất cả » trong hộp thoại Tìm và Thay thế để tô sáng mỗi lần gặp một từ nào đó, sau đó mở hộp thoại Chèn Mục nhập Chỉ mục để thêm từ đó và các nơi vào chỉ mục abc. Tuy nhiên, nếu bạn cần cùng một tập hợp chỉ mục abc trong nhiều tài liệu, tập tin phù hợp cho phép bạn nhập mỗi từ chỉ một lần, sau đó dùng danh sách nhiều lần." #: 04120250.xhp msgctxt "" "04120250.xhp\n" "hd_id3154645\n" -"19\n" "help.text" msgid "To access the Edit Concordance File dialog:" msgstr "Để truy cập đến hộp thoại Sửa Tập tin Phù hợp:" @@ -13289,7 +13284,6 @@ msgstr "" msgctxt "" "04120250.xhp\n" "par_id3145420\n" -"21\n" "help.text" msgid "In the Type box, select \"Alphabetical Index\"." msgstr "Trong hộp Kiểu, chọn « Chỉ mục abc »." @@ -13298,7 +13292,6 @@ msgstr "Trong hộp Kiểu, chọn « Chỉ mục abc »." msgctxt "" "04120250.xhp\n" "par_id3154107\n" -"22\n" "help.text" msgid "In the Options area, select the Concordance file check box." msgstr "Trong vùng Tùy chọn, đánh dấu trong hộp chọn Tập tin phù hợp." @@ -13307,7 +13300,6 @@ msgstr "Trong vùng Tùy chọn, đánh dấu trong hộp chọn File button, and then choose New or Edit." msgstr "Nhấn vào nút Tập tin, sau đó chọn lệnh Mới hoặc Sửa." @@ -13316,7 +13308,6 @@ msgstr "Nhấn vào nút Tập tin, sau đó chọn lệnh M msgctxt "" "04120250.xhp\n" "par_id3154470\n" -"24\n" "help.text" msgid "A concordance file contains the following fields:" msgstr "Một tập tin phù hợp chứa những trường này:" @@ -13325,7 +13316,6 @@ msgstr "Một tập tin phù hợp chứa những trường này:" 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 "« Chuỗi tìm kiếm » thì tham chiếu đến mục nhập chỉ mục mà bạn muốn đánh dấu trong tài liệu." @@ -13334,7 +13324,6 @@ msgstr "« Chuỗi tìm kiếm » thì tham chiếu đến mục nhập chỉ m 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 "« Mục nhập xen kẽ » tham chiếu đến mục nhập chỉ mục mà bạn muốn hiển thị trong chỉ mục." @@ -13343,7 +13332,6 @@ msgstr "« Mục nhập xen kẽ » tham chiếu đến mục nhập chỉ mục 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 "Khoá thứ nhất và khoá thứ hai là mục nhập chỉ mục cấp trên. « Chuỗi tìm kiếm » hoặc « Mục nhập xen kẽ » xuất hiện dưới dạng mục nhập phụ bên dưới khoá 1 và 2." @@ -13352,7 +13340,6 @@ msgstr "Khoá thứ nhất và khoá thứ hai là mục nhập chỉ mục cấ msgctxt "" "04120250.xhp\n" "par_id3155184\n" -"6\n" "help.text" msgid "\"Match case\" means that uppercase and lowercase letters are considered." msgstr "« Phân biệt chữ hoa/thường » có nghĩa là chữ hoa và chữ thường được phân loại khác." @@ -13361,7 +13348,6 @@ msgstr "« Phân biệt chữ hoa/thường » có nghĩa là chữ hoa và ch msgctxt "" "04120250.xhp\n" "par_id3143282\n" -"7\n" "help.text" msgid "\"Word only\" searches for the term as a single word." msgstr "« Chỉ từ » sẽ tìm kiếm chuỗi dạng một từ riêng lẻ." @@ -13370,7 +13356,6 @@ msgstr "« Chỉ từ » sẽ tìm kiếm chuỗi dạng một từ riêng lẻ. 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 "Để hiệu lực tùy chọn « Phân biệt chữ hoa/thường » hoặc « Chỉ từ », nhấn vào ô tương ứng, sau đó đánh dấu trong hộp chọn đó." @@ -13379,7 +13364,6 @@ msgstr "Để hiệu lực tùy chọn « Phân biệt chữ hoa/thường » ho msgctxt "" "04120250.xhp\n" "hd_id3153629\n" -"25\n" "help.text" msgid "To create a concordance file without the Edit Concordance File dialog:" msgstr "Để tạo một tập tin phù hợp khi không dùng hộp thoại Sửa Tập tin Phù hợp:" @@ -13388,7 +13372,6 @@ msgstr "Để tạo một tập tin phù hợp khi không dùng hộp thoại Insert - Header and Footer - Header, 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 Insert - Header and Footer - Header, and then select the page style containing the header. The header is removed from all of the pages that use this page style." msgstr "Để bỏ phần đầu trang, chọn Chèn > Đầu trang, sau đó sau đó chọn kiểu trang có chứa phần đầu trang. Phần đầu sẽ được bỏ khỏi tất cả các trang sử dụng kiểu trang đó." #: 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 Insert - Header and Footer - Header - All." -msgstr "" +msgid "To add or remove headers from all of the page styles that are in use in the document, choose Insert - Header and Footer - Header - All." +msgstr "Để thêm hay bỏ phần đầu trang của tất cả các kiểu trang hiện hành trong văn bản, chọn Chèn > Đầu trang > Tất cả." #: 04220000.xhp msgctxt "" @@ -14642,16 +14615,17 @@ msgctxt "" "04230000.xhp\n" "par_id3150566\n" "help.text" -msgid "To remove a footer, choose Insert - Header and Footer - Footer, 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 Insert - Header and Footer - Footer, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style." msgstr "Để bỏ chân trang, chọnChèn > Chân trang, sau đó chọn kiểu trang có chứa chân trang. Phần chân trang sẽ được bỏ khỏi tất cả các trang sử dụng dạng trang đó." #: 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 Insert - Header and Footer - Footer - All." -msgstr "" +msgid "To add or remove footers from all of the page styles that are in use in the document, choose Insert - Header and Footer - Footer - All." +msgstr "Để thêm vào hoặc loại bỏ các chân trang khỏi các dạng trang hiện hành trong văn bản, chọn Chèn > Chân trang > Tất cả." #: 04230000.xhp msgctxt "" diff --git a/source/vi/helpcontent2/source/text/swriter/02.po b/source/vi/helpcontent2/source/text/swriter/02.po index 02f3bf8216d..06f37b564b5 100644 --- a/source/vi/helpcontent2/source/text/swriter/02.po +++ b/source/vi/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:46+0000\n" -"Last-Translator: system user <>\n" +"POT-Creation-Date: 2016-05-23 21:36+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1449837997.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198779.000000\n" #: 02110000.xhp msgctxt "" @@ -3445,9 +3445,8 @@ msgstr "Chèn ngày tháng hiện thời d 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 Insert - Fields - More Fields to insert a field command and make the desired settings in the Fields dialog. The format of an existing date field can be modified at any time by choosing Edit - Fields." +msgid "If you would like to define a different date format, or have the date updated automatically, select Insert - Field - More Fields to insert a field command and make the desired settings in the Fields dialog. The format of an existing date field can be modified at any time by choosing Edit - Fields." msgstr "Nếu bạn muốn xác định định dạng ngày tháng khác, hoặc muốn ngày tháng tự động cập nhật, chọn lệnh Chèn > Trường > Khác để chèn một lệnh trường và tạo thiết lập đã muốn trong hộp thoại Trường. Định dạng của trường ngày tháng tồn tại cũng có thể được sửa đổi vào bất cứ lúc nào, bằng cách chọn lệnh Trường\">Sửa > Trường." #: 18030200.xhp @@ -3489,9 +3488,8 @@ msgstr "Chèn giờ h 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 Insert - Fields - More Fields and make the desired changes in the Fields dialog. Additionally, you can modify the format of an inserted time field at any time by choosing Edit - Fields." +msgid "To assign a different time format, or adapt the actual time data, select Insert - Field - More Fields and make the desired changes in the Fields dialog. Additionally, you can modify the format of an inserted time field at any time by choosing Edit - Fields." msgstr "Để gán định dạng giờ khác, hoặc sửa đổi dữ liệu giờ thật, chọn lệnh Chèn > Trường > Khác và làm các thay đổi đã muốn trong hộp thoại Trường. Hơn nữa, bạn có thể sửa đổi định dạng của trường giờ đã chèn, vào bất cứ lúc nào, bằng cách chọn lệnh Trường\">Sửa > Trường." #: 18030300.xhp @@ -3517,7 +3515,7 @@ msgctxt "" "18030300.xhp\n" "par_id3150760\n" "help.text" -msgid "Inserts the current page number as a field at the cursor position. The default setting is for it to use the Page Number character style." +msgid "Inserts the current page number as a field at the cursor position. The default setting is for it to use the Page Number 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 Insert - Fields - More Fields and make the desired settings in the Fields dialog. It is also possible to edit a field inserted with the Page Number command with Edit - Fields. To change page numbers, read the Page Numbers guide." +msgid "If you would like to define a different format or modify the page number, insert a field with Insert - Field - More Fields and make the desired settings in the Fields dialog. It is also possible to edit a field inserted with the Page Number command with Edit - Fields. To change page numbers, read the Page Numbers guide." msgstr "Nếu bạn muốn xác định định dạng khác, hoặc sửa đổi số hiệu trang, chèn một trường bằng lệnh Chèn > Trường > Khác và làm các thay đổi đã muốn trong hộp thoại Trường. Cũng có thể chỉnh sửa trường được chèn bằng lệnh Số hiệu trang, dùng Trường\">Sửa > Trường. Để thay đổi số hiệu trang, đọc sổ tay Số hiệu trang." #: 18030400.xhp @@ -3604,9 +3602,8 @@ msgstr "Chèn chủ đề được xác đ 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 Insert - Fields - More Fields and make the desired settings in the Fields dialog. The DocInformation 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 Insert - Field - More Fields and make the desired settings in the Fields dialog. The DocInformation category contains all of the fields shown in the document properties." msgstr "Nếu bạn muốn chèn thuộc tính tài liệu khác dạng trường, chọn lệnhChèn > Trường > Khác và làm thiết lâp đã muốn trong hộp thoại Trường. Phân loại Thông tin tài liệu thì chứa tất cả các trường được hiển thị trong các thuộc tính tài liệu." #: 18030600.xhp @@ -3640,9 +3637,8 @@ msgstr "Chèn tựa đề được xác đ 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 Insert - Fields - More Fields and make the desired settings in the Fields dialog. The DocInformation 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 Insert - Field - More Fields and make the desired settings in the Fields dialog. The DocInformation category contains all of the fields shown in the document properties." msgstr "Nếu bạn muốn chèn thuộc tính tài liệu khác dạng trường, chọn lệnhChèn > Trường > Khác và làm thiết lâp đã muốn trong hộp thoại Trường. Phân loại Thông tin tài liệu thì chứa tất cả các trường được hiển thị trong các thuộc tính tài liệu." #: 18030700.xhp diff --git a/source/vi/helpcontent2/source/text/swriter/04.po b/source/vi/helpcontent2/source/text/swriter/04.po index c0d8b133241..59de112c7de 100644 --- a/source/vi/helpcontent2/source/text/swriter/04.po +++ b/source/vi/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 22:52+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 \n" "Language: vi\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: 1431384773.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1452258379.000000\n" #: 01020000.xhp msgctxt "" @@ -1316,12 +1316,13 @@ msgid "OptionOption Alt+phím mũi tên" #: 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 "Di chuyển con trỏ tới đầu của đoạn trước" #: 01020000.xhp #, fuzzy diff --git a/source/vi/helpcontent2/source/text/swriter/guide.po b/source/vi/helpcontent2/source/text/swriter/guide.po index b3e04ec7104..07ce059c9d1 100644 --- a/source/vi/helpcontent2/source/text/swriter/guide.po +++ b/source/vi/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:17+0000\n" +"POT-Creation-Date: 2016-05-23 21:37+0200\n" +"PO-Revision-Date: 2016-05-02 14:19+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" "Language: vi\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: 1460852228.000000\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1462198792.000000\n" #: anchor_object.xhp msgctxt "" @@ -3279,7 +3279,7 @@ msgctxt "" "conditional_text.xhp\n" "par_id3155566\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Variables tab." +msgid "Choose Insert - Field - More Fields, and then click the Variables tab." msgstr "Chọn Chèn - Trường - Khác, rồi nhấn tab Biến số." #: conditional_text.xhp @@ -3346,7 +3346,7 @@ msgctxt "" "conditional_text.xhp\n" "par_id3151212\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Functions tab." +msgid "Choose Insert - Field - More Fields, and then click the Functions tab." msgstr "Chọn mục Chèn - Trường - Khác, rồi nhấn tab Hàm." #: conditional_text.xhp @@ -3482,11 +3482,12 @@ msgid "Place the cursor in your document where you want to insert the page count msgstr "Để con trỏ vào tài liệu ở vị trí bạn muốn chèn số đếm trang." #: conditional_text2.xhp +#, fuzzy msgctxt "" "conditional_text2.xhp\n" "par_id3150513\n" "help.text" -msgid "Choose Insert - Fields - Page Count, and then enter a space." +msgid "Choose Insert - Field - Page Count, and then enter a space." msgstr "Chọn lệnh Chèn > Trường > Đếm trang, sau đó gõ một dấu cách." #: conditional_text2.xhp @@ -3495,7 +3496,7 @@ msgctxt "" "conditional_text2.xhp\n" "par_id3150537\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Functions tab." +msgid "Choose Insert - Field - More Fields, and then click the Functions tab." msgstr "Chọn mục Chèn - Trường - Khác, rồi nhấn tab Hàm." #: conditional_text2.xhp @@ -4156,7 +4157,7 @@ msgctxt "" "fields_date.xhp\n" "par_id3147679\n" "help.text" -msgid "Choose Insert - Fields - More Fields and click the Document tab." +msgid "Choose Insert - Field - More Fields and click the Document tab." msgstr "Chọn lệnh Chiếu ảnh > Trường > Khác, sau đó nhấn vào thẻ Tài liệu." #: fields_date.xhp @@ -4226,7 +4227,7 @@ msgctxt "" "fields_enter.xhp\n" "par_id3145776\n" "help.text" -msgid "Choose Insert - Fields - More Fields and click the Functions tab." +msgid "Choose Insert - Field - More Fields and click the Functions tab." msgstr "Chọn mục Chèn - Trường - Khác, rồi nhấn tab Hàm." #: fields_enter.xhp @@ -5093,7 +5094,7 @@ msgctxt "" "footer_nextpage.xhp\n" "par_id3147109\n" "help.text" -msgid "Place the cursor in the footer and choose Insert - Fields - More Fields." +msgid "Place the cursor in the footer and choose Insert - Field - More Fields." msgstr "Để con trỏ vào phần chân trang, sau đó chọn lệnh Chèn > Trường > Khác." #: footer_nextpage.xhp @@ -5188,12 +5189,12 @@ msgid "Choose Insert - Footer and select the page style that you wa msgstr "Chọn lệnh Chèn > Chân trang, sau đó chọn kiểu dáng trang vào đó bạn muốn thêm phần chân trang." #: footer_pagenumber.xhp +#, fuzzy msgctxt "" "footer_pagenumber.xhp\n" "par_id3150534\n" -"3\n" "help.text" -msgid "Choose Insert - Fields - Page Number." +msgid "Choose Insert - Field - Page Number." msgstr "Chọn lệnh Chèn > Trường > Số hiệu trang." #: footer_pagenumber.xhp @@ -5223,12 +5224,12 @@ msgid "Click in front of the page number field, type Page msgstr "Nhấn phía trước của trường số trang, đánh Page rồi nhấn phím cách; nhấn trường đứng sau, nhập một dấu cách rồi đánh of và một dấu cách khác nữa." #: footer_pagenumber.xhp +#, fuzzy msgctxt "" "footer_pagenumber.xhp\n" "par_id3155554\n" -"7\n" "help.text" -msgid "Choose Insert - Fields - Page Count." +msgid "Choose Insert - Field - Page Count." msgstr "Chọn lệnh Chèn > Trường > Đếm trang." #: footnote_usage.xhp @@ -6520,7 +6521,7 @@ msgctxt "" "header_with_chapter.xhp\n" "par_id3146863\n" "help.text" -msgid "Choose Insert - Fields - More Fields and click the Document tab." +msgid "Choose Insert - Field - More Fields and click the Document tab." msgstr "Chọn mục Chèn - Trường - Khác, rồi nhấn tab Hàm." #: header_with_chapter.xhp @@ -6679,9 +6680,8 @@ msgstr "Tạo một biến" msgctxt "" "hidden_text.xhp\n" "par_id3153131\n" -"20\n" "help.text" -msgid "Click in your document and choose Insert - Fields - More Fields." +msgid "Click in your document and choose Insert - Field - More Fields." msgstr "Nhấn vào tài liệu, sau đó chọn lệnh Chèn > Trường > Khác." #: hidden_text.xhp @@ -6761,9 +6761,8 @@ msgstr "Nhấn vào tài liệu ở vị trí bạn muốn thêm văn bản." msgctxt "" "hidden_text.xhp\n" "par_id3145409\n" -"5\n" "help.text" -msgid "Choose Insert - Fields - More Fields and click the Functions tab." +msgid "Choose Insert - Field - More Fields and click the Functions tab." msgstr "Chọn lệnh Chèn > Trường > Khác, sau đó nhấn vào thẻ Hàm." #: hidden_text.xhp @@ -6825,9 +6824,8 @@ msgstr "Nhấn vào đoạn văn ở vị trí bạn muốn thêm văn bản." msgctxt "" "hidden_text.xhp\n" "par_id3154872\n" -"35\n" "help.text" -msgid "Choose Insert - Fields - More Fields and click the Functions tab." +msgid "Choose Insert - Field - More Fields and click the Functions tab." msgstr "Chọn lệnh Chèn > Trường > Khác, sau đó nhấn vào thẻ Hàm." #: hidden_text.xhp @@ -6931,9 +6929,8 @@ msgstr "Insert - Fields - More Fields" +msgid "Insert - Field - More Fields" msgstr " Trường > Khác\">Chèn > Trường > Khác" #: hidden_text.xhp @@ -9691,7 +9688,7 @@ msgctxt "" "number_sequence.xhp\n" "par_id3155048\n" "help.text" -msgid "Choose Insert - Fields - More Fields, and then click the Variables tab." +msgid "Choose Insert - Field - More Fields, and then click the Variables tab." msgstr "Chọn Chèn - Trường - Khác, rồi nhấn tab Biến số." #: number_sequence.xhp @@ -10564,11 +10561,12 @@ msgid "To Insert Page Numbers" msgstr "Chèn số trang" #: pagenumbers.xhp +#, fuzzy msgctxt "" "pagenumbers.xhp\n" "par_id8611102\n" "help.text" -msgid "Choose Insert - Fields - Page Number to insert a page number at the current cursor position." +msgid "Choose Insert - Field - Page Number to insert a page number at the current cursor position." msgstr "Chọn lệnh Chèn > Trường > Số thứ tự trang để chèn số thứ tự trang ở vị trí con trỏ hiện tại." #: pagenumbers.xhp @@ -13785,7 +13783,7 @@ 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 extensions web page." +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 extensions web page." msgstr "" #: spellcheck_dialog.xhp diff --git a/source/vi/helpcontent2/source/text/swriter/menu.po b/source/vi/helpcontent2/source/text/swriter/menu.po new file mode 100644 index 00000000000..b5bd655c0c7 --- /dev/null +++ b/source/vi/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 \n" +"Language-Team: LANGUAGE \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 "Footnote and Endnote" +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"par_id030420161136126396\n" +"help.text" +msgid "The menu contains commands to insert a footnote or endnote with or without additional user interaction." +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 "Insert a footnote at the current cursor position without a prompt." +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 "Insert a endnote at the current cursor position without a prompt." +msgstr "" + +#: insert_footnote_endnote.xhp +msgctxt "" +"insert_footnote_endnote.xhp\n" +"hd_id3147231\n" +"help.text" +msgid "Footnote or Endnote" +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 "Frame" +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"par_id030720160603138925\n" +"help.text" +msgid "This submenu contains both interactive and non-interactive means of inserting a frame." +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 "Insert a frame by drawing its shape with the mouse cursor." +msgstr "" + +#: insert_frame.xhp +msgctxt "" +"insert_frame.xhp\n" +"hd_id3150951\n" +"help.text" +msgid "Floating Frame" +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 "Header and Footer" +msgstr "" + +#: insert_header_footer.xhp +msgctxt "" +"insert_header_footer.xhp\n" +"par_id030720160442296603\n" +"help.text" +msgid "This submenu includes commands to add and remove page headers and footers." +msgstr "" -- cgit