update translations for 5.2.0 beta1
and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
This commit is contained in:
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:11+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462183886.000000\n"
|
||||
|
||||
#: 00000002.xhp
|
||||
msgctxt ""
|
||||
@@ -18615,16 +18615,16 @@ msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize རྗོད་པ་[འཁོར་རྒྱུགས་བྱེད་དུས་]\">Randomize རྗོད་པ་[འཁོར་རྒྱུགས་བྱེད་དུས་]</link>"
|
||||
msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id3145090\n"
|
||||
"help.text"
|
||||
msgid "Initializes the random-number generator."
|
||||
msgstr "ཐོག་མ་ཅན་གྱི་སྐབས་བསྟུན་གྲངས་སྐྱེ་གྲུབ་ཆས།"
|
||||
msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
@@ -18655,8 +18655,24 @@ msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id3149670\n"
|
||||
"help.text"
|
||||
msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
|
||||
msgstr "<emph>Number </emph>རིམ་སྒྲིག་ཚེས་གྲངས་གྲངས་ཀྱི་ཧྲིལ་གྲངས་འདུས་ཡོད།"
|
||||
msgid "<emph>Number:</emph> Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the <emph>Rnd</emph> function. If the parameter is omitted, the <emph>Randomize</emph> statement will be ignored."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id110520161656428611\n"
|
||||
"help.text"
|
||||
msgid "Unless a predictable sequence of numbers is desired, there is no need to use the <emph>Randomize</emph> statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id12052016194258344\n"
|
||||
"help.text"
|
||||
msgid "The <emph>Randomize</emph> statement affects BASIC's <emph>Rnd</emph> function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
@@ -18667,11 +18683,12 @@ msgid "Example:"
|
||||
msgstr "དཔེ་གཞི་"
|
||||
|
||||
#: 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 Range from 0 to 9"
|
||||
|
||||
#: 03080301.xhp
|
||||
@@ -18703,8 +18720,8 @@ msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"hd_id3148685\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd རྟེན་གྲངས་[ཁོར་རྒྱུག་སྐབས་]\">Rnd རྟེན་གྲངས་[ཁོར་རྒྱུག་སྐབས་]</link>"
|
||||
msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
@@ -18759,24 +18776,16 @@ msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3125864\n"
|
||||
"help.text"
|
||||
msgid "<emph>Expression:</emph> Any numeric expression."
|
||||
msgstr "<emph>Expression </emph>གྲངས་གང་རུང་མཚོན་ཚུལ།"
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3155306\n"
|
||||
"help.text"
|
||||
msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
|
||||
msgstr "<emph>Omitted </emph> རིམ་སྟར་ནང་གི་སྐབས་བསྟུན་གྲངས་རྗེས་མ་དེ་ཕྱིར་ལོག་བྱས།"
|
||||
msgid "<emph>Expression:</emph> Has no effect, is ignored if provided."
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3147318\n"
|
||||
"help.text"
|
||||
msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
|
||||
msgstr "<emph>Rnd</emph> རྟེན་གྲངས་དེ 0 ལས་ཆེ་བ་དང་1 ལས་ཆུང་བའི་ཐང་ལ་ལོག་པ་ཙམ་ཡིན། སྤྲོད་གཏན་འཁེལ་བའི་ཁྱབ་ཁོངས་ནང་གི་སྐབས་བསྟུན་ཧྲིལ་གྲངས་སྐྱེ་གྲུབ་དགོན་ན་གཤམ་གསང་དཔེ་གཞི་ནང་གི་སྤྱི་འགྲོས་བེད་སྤྱོད་རོགས།"
|
||||
msgid "The <emph>Rnd</emph> function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A <emph>Randomize</emph> statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired."
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
@@ -19474,14 +19483,6 @@ msgctxt ""
|
||||
msgid "Sgn returns -1."
|
||||
msgstr "Sgn ཕྱིར་ལོག་ -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 "ཚེས་གྲངས་"
|
||||
|
||||
#: 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 "ཆ་ལྡན་དག་ཚད་"
|
||||
|
||||
#: 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 "ཧྲིལ་གྲངས་"
|
||||
|
||||
#: 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 "ཧྲིལ་གྲངས་རིང་པོ་"
|
||||
|
||||
#: 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 "Object"
|
||||
|
||||
#: 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 "དག་ཚད་ཡ་ལྡན་"
|
||||
|
||||
#: 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 "ཡིག་རྟགས་ཕྲེང་བ་"
|
||||
|
||||
#: 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 "Variant"
|
||||
|
||||
#: 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 "Empty"
|
||||
|
||||
#: 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 "སྟོང་"
|
||||
|
||||
#: 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 "བྱ་རིམ་ལག་བསྟར་སྐབས་དེར་ཡོད་སྒེའུ་ཁུང་རྣམས་ཧྲིལ་གྲངས་མཚོན་ཚུལ་གགཏན་འཁེལ་ལ་སྤྱོད་པ་ (གདེམས་རུང་)དེའི་ཐང་ནི་"
|
||||
|
||||
#: 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 "མདོ་གནས་དེ་གབ་པའི་བྱ་རིམ་སྒེའུ་ཁུང་དུ་གནས།"
|
||||
|
||||
#: 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 "མདོ་གནས་དེ་ཚད་ལྡན་གྱི་བྱ་རིམ་སྒེའུ་ཁུང་སྟེང་གནས་པ།"
|
||||
|
||||
#: 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 "མདོ་གནས་དེ་ཆུང་ཤོས་གྱི་བྱ་རིམ་སྒེའུ་ཁུང་སྟེང་གནས་པ།"
|
||||
|
||||
#: 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 "མདོ་གནས་དེ་ཆེ་ཤོས་གྱི་བྱ་རིམ་སྒེའུ་ཁུང་སྟེང་གནས་པ།"
|
||||
|
||||
#: 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 "ཚད་ལྡན་གྱི་ཆེ་ཆུང་གཉིས་ཀའི་བྱ་རིམ་སྒེའུ་ཁུང་ལ་མདོ་གནས་མེད།"
|
||||
|
||||
#: 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 "ཆུང་འགྱུར་ཅན་གྱི་བྱ་རིམ་སྒེའུ་ཁུང་གི་མདོ་གནས་ནི་སྔར་བཞིན་སྤྱོད་བཞིན་པའི་སྒེའུ་ཁུང་དུ་གནས།"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3146119\n"
|
||||
"help.text"
|
||||
msgid "10"
|
||||
msgstr "10"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
|
||||
@@ -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:12+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:11+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449835954.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462183895.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -1175,12 +1175,12 @@ msgid "F9"
|
||||
msgstr "མྱུར་བདེའི་མཐེབ་ F5"
|
||||
|
||||
#: 00000406.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000406.xhp\n"
|
||||
"par_id3150941\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
|
||||
msgid "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph></variable>"
|
||||
msgstr "<variable id=\"exatmb\">ཚལ་ཐོ་ <emph>[ཡོ་བྱད།] - [དྲ་མིག་ནང་དོན།] - [རང་འགུལ་རྩིས་རྒྱག]</emph></variable>"
|
||||
|
||||
#: 00000406.xhp
|
||||
@@ -1269,12 +1269,12 @@ msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>
|
||||
msgstr "<variable id=\"dbrba\">ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [ས་ཁོངས་འདེམས་པ།...]</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3150443\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
|
||||
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
|
||||
msgstr "<variable id=\"dnsrt\">ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [རིམ་སྒྲིག...]</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1348,12 +1348,12 @@ msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
|
||||
msgstr "<variable id=\"dnftr\">ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།]</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3148646\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
|
||||
msgid "Choose <emph>Data - AutoFilter</emph>"
|
||||
msgstr "ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [རང་འགུལ་འཚག་འདེམས།]</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1383,12 +1383,12 @@ msgid "AutoFilter"
|
||||
msgstr "རང་འགུལ་འཚག་འདེམས།"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3156278\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
|
||||
msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>"
|
||||
msgstr "<variable id=\"dnfspz\">ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [མཐོ་རིམ་འཚག་འདེམས།...]</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1397,7 +1397,7 @@ msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3153764\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
|
||||
msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
|
||||
msgstr "ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [ཚད་གཞི་འཚག་འདེམས།...] - \"འདེམས་གཞི།\"</emph>གནོན་མཐེབ།"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1406,7 +1406,7 @@ msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3155444\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
|
||||
msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
|
||||
msgstr "ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [མཐོ་རིམ་འཚག་འདེམས།...] - \"འདེམས་གཞི།\"</emph>གནོན་མཐེབ།"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1414,9 +1414,8 @@ msgstr "ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3156382\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Reset Filter</emph>"
|
||||
msgid "Choose <emph>Data - More Filters - Reset Filter</emph>"
|
||||
msgstr "ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [རང་འགུལ་འཚག་འདེམས།]</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1446,12 +1445,12 @@ msgid "Reset Filter/Sort"
|
||||
msgstr ""
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3152778\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
|
||||
msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph></variable>"
|
||||
msgstr "<variable id=\"dnaftas\">ཚལ་ཐོ་ <emph>[གཞི་གྲངས།] - [འཚག་འདེམས།] - [རང་འགུལ་འཚག་འདེམས་གབ་པ།]</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:13+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184039.000000\n"
|
||||
|
||||
#: 01120000.xhp
|
||||
msgctxt ""
|
||||
@@ -4226,12 +4226,12 @@ msgid "Database Functions"
|
||||
msgstr "གཞི་གྲངས་མཛོད་རྟེན་གྲངས།"
|
||||
|
||||
#: 04060101.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145173\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
|
||||
msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record.</variable>"
|
||||
msgstr "<variable id=\"datenbanktext\">ས་བཅད་འདིས་གཞི་གྲངས་དོ་དམ་(ཕྲེང་གཅིག་གི་གཞི་གྲངས་ནི་ཐོ་འགོད་གཅིག་ཡིན་)གྱི་རྟེན་གྲངས་སྤྱོད་པ་ངོ་སྦྲོད་བྱེད། </variable>"
|
||||
|
||||
#: 04060101.xhp
|
||||
@@ -4369,15 +4369,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Weight</item>"
|
||||
msgstr "ལུས་པོའི་ལྗིད་ཚད།"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153816\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "2"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4387,51 +4378,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Andy</item>"
|
||||
msgstr "Andy"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3156016\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr "3"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145073\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">9</item>"
|
||||
msgstr "9"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154956\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">150</item>"
|
||||
msgstr "150"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153976\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">40</item>"
|
||||
msgstr "40"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150894\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "3"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4441,51 +4387,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Betty</item>"
|
||||
msgstr "Betty"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149692\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">4</item>"
|
||||
msgstr "4"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154652\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">10</item>"
|
||||
msgstr "10"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149381\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1000</item>"
|
||||
msgstr "1000"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153812\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
msgstr "42"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146965\n"
|
||||
"27\n"
|
||||
"help.text"
|
||||
msgid "4"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4495,51 +4396,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Charles</item>"
|
||||
msgstr "Charles"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3147244\n"
|
||||
"29\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr "3"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149871\n"
|
||||
"30\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">10</item>"
|
||||
msgstr "10"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155752\n"
|
||||
"31\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">300</item>"
|
||||
msgstr "300"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149052\n"
|
||||
"32\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">51</item>"
|
||||
msgstr "51"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146097\n"
|
||||
"33\n"
|
||||
"help.text"
|
||||
msgid "5"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4549,51 +4405,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Daniel</item>"
|
||||
msgstr "Daniel"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150393\n"
|
||||
"35\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">5</item>"
|
||||
msgstr "5"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145236\n"
|
||||
"36\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">11</item>"
|
||||
msgstr "11"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150534\n"
|
||||
"37\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1200</item>"
|
||||
msgstr "1200"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150375\n"
|
||||
"38\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">48</item>"
|
||||
msgstr "48"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3159121\n"
|
||||
"39\n"
|
||||
"help.text"
|
||||
msgid "6"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4603,51 +4414,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Eva</item>"
|
||||
msgstr "Eva"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146886\n"
|
||||
"41\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr "2"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149945\n"
|
||||
"42\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">8</item>"
|
||||
msgstr "8"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3157904\n"
|
||||
"43\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">650</item>"
|
||||
msgstr "650"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149352\n"
|
||||
"44\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">33</item>"
|
||||
msgstr "33"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150028\n"
|
||||
"45\n"
|
||||
"help.text"
|
||||
msgid "7"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
@@ -4658,53 +4424,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Frank</item>"
|
||||
msgstr "ལོ་རིམ།"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150743\n"
|
||||
"47\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr "2"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154844\n"
|
||||
"48\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">7</item>"
|
||||
msgstr "7"
|
||||
|
||||
#: 04060101.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148435\n"
|
||||
"49\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">300</item>"
|
||||
msgstr "300"
|
||||
|
||||
#: 04060101.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148882\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
msgstr "42"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150140\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "8"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4714,51 +4433,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Greta</item>"
|
||||
msgstr "Greta"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148739\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1</item>"
|
||||
msgstr "1"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148583\n"
|
||||
"54\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">7</item>"
|
||||
msgstr "7"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154556\n"
|
||||
"55\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">200</item>"
|
||||
msgstr "200"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155255\n"
|
||||
"56\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">36</item>"
|
||||
msgstr "36"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145141\n"
|
||||
"57\n"
|
||||
"help.text"
|
||||
msgid "9"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4768,51 +4442,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Harry</item>"
|
||||
msgstr "Hans"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149955\n"
|
||||
"59\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr "3"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150005\n"
|
||||
"60\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">9</item>"
|
||||
msgstr "9"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155951\n"
|
||||
"61\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1200</item>"
|
||||
msgstr "1200"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145169\n"
|
||||
"62\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">44</item>"
|
||||
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"
|
||||
@@ -4822,69 +4451,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Irene</item>"
|
||||
msgstr "Irene"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149877\n"
|
||||
"65\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr "2"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154327\n"
|
||||
"66\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">8</item>"
|
||||
msgstr "8"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155435\n"
|
||||
"67\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1000</item>"
|
||||
msgstr "1000"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145353\n"
|
||||
"68\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
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"
|
||||
@@ -4930,42 +4496,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Weight</item>"
|
||||
msgstr "ལུས་པོའི་ལྗིད་ཚད།"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153920\n"
|
||||
"77\n"
|
||||
"help.text"
|
||||
msgid "14"
|
||||
msgstr "14"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148429\n"
|
||||
"78\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">>600</item>"
|
||||
msgstr ">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"
|
||||
@@ -4975,15 +4505,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">DCOUNT</item>"
|
||||
msgstr "DCOUNT"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145083\n"
|
||||
"82\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">5</item>"
|
||||
msgstr "5"
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -5021,12 +4542,13 @@ msgid "<emph>Database</emph> is the cell range defining the database."
|
||||
msgstr "<emph>database</emph>གཞི་གྲངས་ཚུད་པའི་དྲ་མིག་ས་ཁོངས་ལ་ཟེར།"
|
||||
|
||||
#: 04060101.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3151272\n"
|
||||
"86\n"
|
||||
"help.text"
|
||||
msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
|
||||
msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name.</variable>"
|
||||
msgstr "<emph>གཞི་གྲངས་མཛོད་ཡིག་དུམ་</emph>ཞུགས་གྲངས་དང་པོའི་བཤེར་འཚོལ་ཆ་རྐྱེན་ཉེར་སྤྱོད་གཏན་འཁེལ་བྱེད་པ་མ་ཟད་གཞི་གྲངས་ཕྲེང་འདེམས་པའི་རྗེས་ རྟེན་གྲངས་ནུས་པའི་སྟར་དེ་དང་བཤེར་འཚོལ་ཆ་རྐྱེན་དང་འབྲེལ་བ་མེད། གྲངས་ཀ་ 0 སྤྱད་དེ་གཞི་གྲངས་ས་ཁོངས་ཧྲིལ་པོ་གཏན་འཁེལ་བྱེད། <variable id=\"quotes\">སྟར་ཁ་བྱང་མིང་སྤྱད་དེ་སྟར་འདྲེན་སྤྱོད་བྱེད་ ཁ་བྱང་མིང་གི་སྔོན་རྗེས་ལ་དྲང་རྟགས་ཆ་སྣོན། </variable>"
|
||||
|
||||
#: 04060101.xhp
|
||||
@@ -12620,11 +12142,12 @@ msgid "Examples"
|
||||
msgstr "དཔེ་གཞི།"
|
||||
|
||||
#: 04060106.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04060106.xhp\n"
|
||||
"par_id3147240\n"
|
||||
"par_id3147241\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
|
||||
msgid "<item type=\"input\">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians."
|
||||
msgstr "ཟུར་ཚད་ 6.28 (2Pi) ལྷག་རྒྱུད་གྲངས་ 1ཕྱིར་ལོག་པ།"
|
||||
|
||||
#: 04060106.xhp
|
||||
@@ -53907,7 +53430,7 @@ msgctxt ""
|
||||
"05120000.xhp\n"
|
||||
"par_id2414014\n"
|
||||
"help.text"
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgstr ""
|
||||
|
||||
#: 05120000.xhp
|
||||
@@ -61166,7 +60689,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
|
||||
@@ -61174,7 +60697,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
|
||||
@@ -64339,7 +63862,7 @@ msgctxt ""
|
||||
"func_forecastetspiadd.xhp\n"
|
||||
"hd_id04032016112394554\n"
|
||||
"help.text"
|
||||
msgid "Returns 18.8061295551355, the the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgid "Returns 18.8061295551355, the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgstr ""
|
||||
|
||||
#: func_forecastetspiadd.xhp
|
||||
@@ -64461,7 +63984,7 @@ msgctxt ""
|
||||
"func_forecastetspimult.xhp\n"
|
||||
"hd_id04032016112394554\n"
|
||||
"help.text"
|
||||
msgid "Returns 20.1040952101013, the the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgid "Returns 20.1040952101013, the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgstr ""
|
||||
|
||||
#: func_forecastetspimult.xhp
|
||||
@@ -68131,7 +67654,7 @@ msgctxt ""
|
||||
"solver.xhp\n"
|
||||
"bm_id7654652\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
|
||||
msgid "<bookmark_value>goal seeking;solver</bookmark_value> <bookmark_value>what if operations;solver</bookmark_value> <bookmark_value>back-solving</bookmark_value> <bookmark_value>solver</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: solver.xhp
|
||||
@@ -68147,7 +67670,7 @@ msgctxt ""
|
||||
"solver.xhp\n"
|
||||
"par_id9210486\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows you to solve equations with multiple unknown variables by goal-seeking methods.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: solver.xhp
|
||||
@@ -68339,7 +67862,7 @@ msgctxt ""
|
||||
"solver_options.xhp\n"
|
||||
"par_id6531266\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows you to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: solver_options.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:14+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184065.000000\n"
|
||||
|
||||
#: address_auto.xhp
|
||||
msgctxt ""
|
||||
@@ -2621,7 +2621,7 @@ msgctxt ""
|
||||
"cellstyle_conditional.xhp\n"
|
||||
"par_id8039796\n"
|
||||
"help.text"
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgstr ""
|
||||
|
||||
#: cellstyle_conditional.xhp
|
||||
|
||||
@@ -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:14+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:15+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836041.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184108.000000\n"
|
||||
|
||||
#: 00000001.xhp
|
||||
msgctxt ""
|
||||
@@ -7696,12 +7696,12 @@ msgid "Choose <emph>Insert - Hyperlink</emph>"
|
||||
msgstr "ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཆེས་ཐག་སྦྲེལ་...] - \"དབྱིན་ཐ་དྲ་བ་\"</emph>འདེམས་གཞིའི་ཁཱ།"
|
||||
|
||||
#: 00000403.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000403.xhp\n"
|
||||
"par_id3153717\n"
|
||||
"38\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
|
||||
msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail</emph></variable>"
|
||||
msgstr "<variable id=\"hypdiamailnews\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཆེས་ཐག་སྦྲེལ་...] - \"གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ་\"</emph>འདེམས་གཞིའི་ཁཱ་</variable>"
|
||||
|
||||
#: 00000403.xhp
|
||||
@@ -13371,9 +13371,8 @@ msgstr "ཚལ་ཐོ་:<emph>[རྣམ་གཞག་] - [མདའ་] - [
|
||||
msgctxt ""
|
||||
"00040503.xhp\n"
|
||||
"par_id3150823\n"
|
||||
"32\n"
|
||||
"help.text"
|
||||
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
|
||||
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
|
||||
msgstr "ཚལ་ཐོ་:<emph>[རྣམ་གཞག་] - [དྲ་མིག་...] - \"གྲངས་ཀ་\"</emph>འདེམས་གཞི་ཁཱ།"
|
||||
|
||||
#: 00040503.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:16+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184171.000000\n"
|
||||
|
||||
#: 01010000.xhp
|
||||
msgctxt ""
|
||||
@@ -10056,12 +10056,12 @@ msgid "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>"
|
||||
msgstr "<link href=\"text/shared/01/02200100.xhp\" name=\"རྩོམ་སྒྲིག་\">རྩོམ་སྒྲིག་</link>"
|
||||
|
||||
#: 02200100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"02200100.xhp\n"
|
||||
"par_id3150008\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
|
||||
msgid "<ahelp visibility=\"visible\" hid=\".\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object</emph> command.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\" visibility=\"visible\"> [ བསྒར་འཛུད་ - བྱ་ཡུལ་] བཀའ་ཚིག་བརྒྱུད་ནས་ཡིག་ཆའི་ནང་བསྒར་འཛུད་བྱས་པའི་བདམས་པའི་བྱ་ཡུལ་རྩོམ་སྒྲིག་བྱ་བར་སྤྱོད།</ahelp>"
|
||||
|
||||
#: 02200200.xhp
|
||||
@@ -18832,66 +18832,29 @@ msgid "Specify the spacing between individual characters."
|
||||
msgstr "ཡིག་རྟགས་ཁག་སོ་སོའི་བར་གྱི་བང་རྒྱང་གཏན་འཁེལ་བྱེད།"
|
||||
|
||||
#: 05020500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"hd_id3125865\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "Spacing"
|
||||
msgstr "བར་འགྱངས།"
|
||||
|
||||
#: 05020500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3153178\n"
|
||||
"20\n"
|
||||
"par_id3146974\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Specifies the spacing between the characters of the selected text. Enter the amount by which you want to expand or condense the text in the spin button.</ahelp>"
|
||||
msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_POSITION_LB_KERNING2\">བདམས་ཟིན་ཡི་གེའི་ནང་ཡིག་རྟགས་ཁག་དབར་གྱི་བར་རྒྱང་གཏན་འཁེལ་བྱེད། བར་རྒྱང་འཐེན་རྐྱོང་ངམ་ནང་སྐུམ་བྱེད་<emph>\"བར་གཅོད་\"</emph>སྒྲོམ་ནང་ཡི་གེ་འཐེན་རྐྱོང་ངམ་ནང་སྐུམ་གྱི་ཐང་ནང་འཇུག་བྱེད། </ahelp>"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3154908\n"
|
||||
"21\n"
|
||||
"par_id3146975\n"
|
||||
"help.text"
|
||||
msgid "<emph>Default</emph> - uses the character spacing specified in the font type"
|
||||
msgstr "<emph>ཚད་གཞི་</emph> - ཡིག་གཟུགས་རིགས་ནང་བདམས་ཟིན་པའི་ཡིག་རྟགས་བར་རྒྱང་གཏན་འཁེལ་བྱེད།"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3156543\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "<emph>Expanded</emph> - increases the character spacing"
|
||||
msgstr "<emph>ཞེང་ཚད་སྣོན་པ་</emph> -ཡིག་རྟགས་བར་རྒྱང་གསར་སྣོན་བྱེད།"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3154297\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<emph>Condensed</emph> - decreases the character spacing"
|
||||
msgstr "<emph>དམ་སྐུམ་</emph> - ཡིག་རྟགས་བར་རྒྱང་ཆུང་དུ་གཏོང་བ།"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"hd_id3157870\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "by"
|
||||
msgstr "བར་གཅོད།"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3146974\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
|
||||
msgid "To increase the spacing, set a positive value; to reduce it, set a negative value."
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
@@ -18950,9 +18913,8 @@ msgstr "<link href=\"text/shared/01/05020600.xhp\" name=\"ཕྲེང་གཉ
|
||||
msgctxt ""
|
||||
"05020600.xhp\n"
|
||||
"par_id3155351\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05020600.xhp
|
||||
@@ -22080,12 +22042,12 @@ msgid "Left margin"
|
||||
msgstr "གཡོན་མཐའ་རྒྱང་།"
|
||||
|
||||
#: 05040300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05040300.xhp\n"
|
||||
"par_id3150449\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left page margin and the left edge of the header.</ahelp>"
|
||||
msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">ཤོག་ངོས་གཡོན་འགྲམ་དང་ཤོག་སྨིན་གཡོན་འགྲམ་བར་གྱི་བར་རྒྱང་ནང་འཇུག་བྱེད། </ahelp>"
|
||||
|
||||
#: 05040300.xhp
|
||||
@@ -22098,12 +22060,12 @@ msgid "Right margin"
|
||||
msgstr "གཡས་མཐའ་རྒྱང་།"
|
||||
|
||||
#: 05040300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05040300.xhp\n"
|
||||
"par_id3157322\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right page margin and the right edge of the header.</ahelp>"
|
||||
msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">ཤོག་ངོས་གཡས་མཐའི་འགྲམ་དང་ཤོག་སྨིན་གྱི་གཡས་མཐའི་འགྲམ་བར་གྱི་བར་རྒྱང་ནང་འཇུག་བྱེད། </ahelp>"
|
||||
|
||||
#: 05040300.xhp
|
||||
@@ -37917,12 +37879,12 @@ msgid "Append libraries"
|
||||
msgstr "བྱ་རིམ་མཛོད་ཁ་སྣོན།"
|
||||
|
||||
#: 06130500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06130500.xhp\n"
|
||||
"par_id3155271\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\" visibility=\"visible\">འཚོལ་བ་ནི་མིག་སྔའི་རེའུ་འགོད་ནང་གི་ $[officename] Basic བྱ་རིམ་མཛོད་གསབ་སྣོན་བྱེད་ དེ་རྗེས་\"ཁ་ཕྱེ་\"རྐྱང་རྡེབ་བྱེད།</ahelp>"
|
||||
|
||||
#: 06130500.xhp
|
||||
@@ -43574,27 +43536,27 @@ msgid "Export as PDF"
|
||||
msgstr "PDFལ་ཕྱིར་བཏོན་བྱེད།"
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"bm_id3149532\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
|
||||
msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
|
||||
msgstr "<bookmark_value>PDF; PDF རྣམ་གཞག་སྒོ་ནས་</bookmark_value><bookmark_value>སྤོ་འཛུགས་རུ་བའི་ཡིག་ཚགས་རྣམ་གཞག་</bookmark_value><bookmark_value>འདྲེན་བཏོན་;བར་ PDF</bookmark_value>"
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3149532\n"
|
||||
"52\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>"
|
||||
msgstr "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"ལ་ཕྱིར་བཏོན་བྱས་ PDF\">ལ་ཕྱིར་བཏོན་བྱས་ PDF</link></variable></variable>"
|
||||
msgid "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>"
|
||||
msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\" PDF རྣག་གཞག་གི་སྦྲག་ཡིག་ཞོར་ཡིག་ལ་བརྩི་བ་\"> PDF རྣག་གཞག་གི་སྦྲག་ཡིག་ཞོར་ཡིག་ལ་བརྩི་བ་</link></variable>"
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3154044\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
|
||||
msgstr "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">མིག་སྔའི་ཡིག་ཆ་དེ་སྤོ་འཛུགས་རུ་བའི་ཡིག་ཚགས་རྣམ་གཞག་ཉར་ཚགས་བྱེད་(PDF) </ahelp>གལ་ཏེ་རོགས་སྐྱོར་བྱས་པའི་མཉེན་ཆས་སྒྲིག་འཇུག་བྱས་མེད་ན་མ་སྟེགས་གང་རུང་སྟེང་ཆ་ཚང་བའི་ཐོག་མའི་རྣམ་གཞག་གི་སྒོ་ནས་ལྟ་ཞིབ་བའམ་ PDF ཡིག་ཆ་གཏག་པར་བྱེད།</variable>"
|
||||
@@ -43611,7 +43573,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3148520\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "Range"
|
||||
msgstr "ཁྱབ་ཁོངས།"
|
||||
@@ -43620,7 +43581,6 @@ msgstr "ཁྱབ་ཁོངས།"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3154230\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Sets the export options for the pages included in the PDF file."
|
||||
msgstr "PDF ཡིག་ཆའི་ཕྱིར་བཏོན་འདེམས་གཞི་བཀོད་སྒྲིག་བྱེད།"
|
||||
@@ -43629,7 +43589,6 @@ msgstr "PDF ཡིག་ཆའི་ཕྱིར་བཏོན་འདེམ
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3166445\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "All"
|
||||
msgstr "ཡོངས་རྫོགས།"
|
||||
@@ -43638,7 +43597,6 @@ msgstr "ཡོངས་རྫོགས།"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3149893\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>"
|
||||
msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">མཚན་འཇོག་བྱས་པའི་གཏག་པར་ཁྱབ་ཁོངས་ཡོད་ཚད་ཕྱིར་བཏོན་བྱེད།གལ་ཏེ་གཏག་པར་ཁྱབ་ཁོངས་མཚན་འཇོག་བྱད་མེད་ནི་ཡིག་ཚགས་ཧྲིལ་པོ་ཕྱིར་བཏོན་བྱེད།</ahelp>"
|
||||
@@ -43647,7 +43605,6 @@ msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">མཚན་འཇོག་
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3154673\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "Pages"
|
||||
msgstr "ཤོག་ཨང་ཁྱབ་ཁོངས།"
|
||||
@@ -43656,7 +43613,6 @@ msgstr "ཤོག་ཨང་ཁྱབ་ཁོངས།"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3147571\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>"
|
||||
msgstr ""
|
||||
@@ -43665,7 +43621,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3145136\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12."
|
||||
msgstr "ཁྱབ་ཁོངས་གང་རུང་ནང་གི་ཤོག་ངོས་ཕྱིར་བཏོན་བྱ་དགོས་ན་ རྣམ་གཞག་ 3-6བེད་སྤྱོད་བྱ་རོགས་ རྐྱང་ཤོག་ཕྱིར་བཏོན་བྱ་དགོས་ན་ རྣམ་གཞག་ 7;9;11སྤྱོད་རོགས།གལ་ཏེ་དགོས་པ་ཡོད་ན་ དུས་མཉམ་དུ་ཤོག་ངོས་ཁྱབ་ཁོངས་དང་ཤོག་རྐྱང་ཕྱིར་བཏོན་བྱས་ཆོག་ རྣམ་གཞག་ནི་ 3-6;8;10;12ཡིན།"
|
||||
@@ -43674,7 +43629,6 @@ msgstr "ཁྱབ་ཁོངས་གང་རུང་ནང་གི་ཤོ
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3147043\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "Selection"
|
||||
msgstr "འདེམས་གཞི།"
|
||||
@@ -43683,7 +43637,6 @@ msgstr "འདེམས་གཞི།"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3150774\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>"
|
||||
msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">མིག་སྔའི་འདེམས་པ་ཕྱིར་བཏོན་བྱེད།</ahelp>"
|
||||
@@ -43896,7 +43849,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_idN207C2\n"
|
||||
"help.text"
|
||||
msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
|
||||
msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -43960,7 +43913,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id102620090953596\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -43976,7 +43929,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id8551896\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44465,7 +44418,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id4809411\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows to link to those objects by name from other documents.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44593,7 +44546,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
|
||||
@@ -44810,7 +44763,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id22107306\n"
|
||||
"help.text"
|
||||
msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>."
|
||||
msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44954,7 +44907,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id39089022\n"
|
||||
"help.text"
|
||||
msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
|
||||
msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44969,7 +44922,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3150507\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "Export button"
|
||||
msgstr ""
|
||||
@@ -44978,7 +44930,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3146975\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
@@ -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:14+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:16+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836089.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184193.000000\n"
|
||||
|
||||
#: 01110000.xhp
|
||||
msgctxt ""
|
||||
@@ -139,7 +139,7 @@ msgctxt ""
|
||||
"01140000.xhp\n"
|
||||
"par_idN1089D\n"
|
||||
"help.text"
|
||||
msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
|
||||
msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the <emph>Visible Buttons</emph> command."
|
||||
msgstr ""
|
||||
|
||||
#: 01140000.xhp
|
||||
@@ -10325,7 +10325,6 @@ msgstr "བཟོ་ལྟ།"
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"hd_id3148520\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
|
||||
msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"བཟོ་ལྟ།\">བཟོ་ལྟ།</link>"
|
||||
@@ -10334,7 +10333,6 @@ msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"བཟོ་ལྟ།\
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3155351\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
|
||||
msgstr "<ahelp hid=\".uno:StyleApply\">མིག་སྔའི་དུམ་མཚམས་ལ་སྤྱོད་ བདམས་པའི་དུམ་མཚམས་སམ་བདམས་པའི་བྱ་ཡུལ་གྱིས་བཟོ་ལྟ་གཏན་འཁེལ་བྱེད། </ahelp>"
|
||||
@@ -10352,22 +10350,22 @@ msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_idN10631\n"
|
||||
"help.text"
|
||||
msgid "By pressing the Down arrow button on the right of a style name, you show pop-up menu that allows to update style from selection or to edit style."
|
||||
msgid "Clicking on the Down arrow button on the right of a style name shows a pop-up menu that allows you to update the style from the current selection or to edit the style."
|
||||
msgstr ""
|
||||
|
||||
#: 02010000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3155552\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
|
||||
msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"2.642cm\" height=\"0.533cm\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
|
||||
msgstr "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"4.471cm\" height=\"1.244cm\" localize=\"true\"><alt id=\"alt_id3152801\">དྲ་མིག་བཟོ་ལྟ།</alt></image>"
|
||||
|
||||
#: 02010000.xhp
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3145345\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Apply Style"
|
||||
msgstr "བཟོ་ལྟ།"
|
||||
@@ -11904,7 +11902,7 @@ 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)."
|
||||
msgid "Enable Load URL with the <emph>Visible Buttons</emph> command (right-click the toolbar)."
|
||||
msgstr ""
|
||||
|
||||
#: 07060000.xhp
|
||||
@@ -12664,35 +12662,36 @@ msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Mail & News"
|
||||
msgstr "གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ།"
|
||||
msgid "Mail"
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3147102\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
|
||||
msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ།\">གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ།</link>"
|
||||
msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>"
|
||||
msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"གཞི་གྲངས།\">གཞི་གྲངས།</link>"
|
||||
|
||||
#: 09070200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"par_id3153049\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
|
||||
msgid "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses."
|
||||
msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"ཆེས་ཐག་སྦྲེལ།\">\"ཆེས་ཐག་སྦྲེལ།\"</link>གླེང་སྒྲོམ་གྱི་<emph>\"གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ།\"</emph>ཡི་འདེམས་གཞི་ཁྭ་ཡི་ཐོག་ཁྱེད་ཀྱིས་གློག་རྡུལ་སྦྲག་ཡིག་གནས་ཡུལ་ལམ་གསར་འགྱུར་གནས་ཡུལ་གྱི་ཆེས་ཐག་སྦྲེལ་ལ་རྩོམ་སྒྲིག་བྱས་ཆོག"
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3153528\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Mail & News"
|
||||
msgstr "གློག་རྡུལ་སྦྲག་ཡིག་དང་གསར་འགྱུར་ཚོ།"
|
||||
msgid "Mail"
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
@@ -12713,25 +12712,6 @@ msgctxt ""
|
||||
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
|
||||
msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\" visibility=\"visible\">གཏན་འཁེལ་གྱི་གློག་རྡུལ་སྦྲག་ཡིག་གནས་ཡུལ་ཆེས་ཐག་སྦྲེལ་དུ་གཏན་འཁེལ་བྱས་པ། </ahelp>ཡིག་ཚགས་ནང་གསར་འཛུགས་ཀྱི་ཆེས་ཐག་སྦྲེལ་ལ་རྐྱང་རྡེབ་གྱིས་གློག་རྡུལ་སྦྲག་ཡིག་ཡིག་ཚགས་གསར་པ་ཞིག་ཁ་ཕྱེ་བ་དང་ ཡིག་ཚགས་འདི་ཉིད་<emph>\"ཡིག་ལེན་མཁན།\"</emph>ཡིག་དུམ་ནང་གཏན་འཁེལ་གྱི་ཡིག་ལེན་མཁན་ལ་བསྐུར།"
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3155628\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "News"
|
||||
msgstr "གསར་འགྱུར།"
|
||||
|
||||
#: 09070200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"par_id3149955\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Recipient</emph> field."
|
||||
msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\" visibility=\"visible\">གསར་འགྱུར་གནས་ཡུལ་ཆེས་ཐག་སྦྲེལ་དུ་གཏན་འཁེལ་བཟོ་བ།</ahelp>ཡིག་ཚགས་ནང་ཆེས་ཐག་སྦྲེལ་གློག་རྡུལ་སྦྲག་ཡིག་ཡིག་ཚགས་གསར་པ་ཞིག་ཁ་ཕྱེ་བས་ཡིག་ཚགས་དེ་ཉིད་<emph>\"ཡིག་ལེན་མཁན།\"</emph>ཡིག་དུམ་ནང་ནང་འཇུག་བྱས་པའི་གསར་འགྱུར་ཚོ་པར་བསྐུར།"
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
|
||||
@@ -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:16+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:16+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836208.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184205.000000\n"
|
||||
|
||||
#: 01000000.xhp
|
||||
msgctxt ""
|
||||
@@ -4890,12 +4890,12 @@ msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Cho
|
||||
msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"ཪྙན་ཐོ་རང་འགུལ་ཡིག་ཆའི་ལས་རོགས་ - འདེམས་གཞི་བཟོ་ལྟ་\">ཪྙན་ཐོ་སྣེ་སྟོན་ - འདེམས་གཞི་བཟོ་ལྟ་</link>"
|
||||
|
||||
#: 01100400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100400.xhp\n"
|
||||
"par_id3154894\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\">ཪྙན་ཐོའི་ཁ་བྱང་ནང་བཅུག་བྱེད་ མི་འདྲ་བའི་མ་པང་དང་བཟོ་ལྟའི་ནང་ནས་པར་དབྱིབས་འདེམས་པ་དང་སྦྲགས་ འཕྲེད་ཕྱོགས་ཡང་ན་གཞུང་ཕྱོགས་ཀྱི་ཤོག་ངོས་ཁ་ཕྱོགས་སའདེམས། </ahelp>"
|
||||
|
||||
#: 01100400.xhp
|
||||
@@ -8132,13 +8132,14 @@ msgid "Outlook address book"
|
||||
msgstr ""
|
||||
|
||||
#: 01170000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01170000.xhp\n"
|
||||
"par_id3159176\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/outlook\">Select this option if you already use an address book in Microsoft Outlook (not Outlook Express).</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/ldap\">གལ་ཏེ LDAP ཞབས་ཞུ་ཆས་སྟེང་འཕྲེན་གཏོང་དེབ་སྤྱད་ཡོད་ན་ འདེམས་གཞི་དེ་འདེམས་རོགས། </ahelp>"
|
||||
|
||||
#: 01170000.xhp
|
||||
msgctxt ""
|
||||
@@ -8150,13 +8151,14 @@ msgid "Windows system address book"
|
||||
msgstr ""
|
||||
|
||||
#: 01170000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01170000.xhp\n"
|
||||
"par_id3150254\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/windows\">Select this option if you already use an address book in Microsoft Outlook Express.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/ldap\">གལ་ཏེ LDAP ཞབས་ཞུ་ཆས་སྟེང་འཕྲེན་གཏོང་དེབ་སྤྱད་ཡོད་ན་ འདེམས་གཞི་དེ་འདེམས་རོགས། </ahelp>"
|
||||
|
||||
#: 01170000.xhp
|
||||
msgctxt ""
|
||||
@@ -8535,12 +8537,12 @@ msgid "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\">
|
||||
msgstr "<link href=\"text/shared/autopi/01170500.xhp\" name=\"གཏན་འཁེལ་ཡིག་དུམ་\">གཏན་འཁེལ་ཡིག་དུམ་</link>"
|
||||
|
||||
#: 01170500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01170500.xhp\n"
|
||||
"par_id3143284\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\">གཏན་འཁེལ་ཡིག་དུམ་མཚན་འཇོག་བྱ་བར་སྤྱོད་པའི་གླིང་སྒྲོམ་ཁ་ཕྱེ་བ། </ahelp>"
|
||||
|
||||
#: 01170500.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:17+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184223.000000\n"
|
||||
|
||||
#: 02000000.xhp
|
||||
msgctxt ""
|
||||
@@ -5474,12 +5474,12 @@ msgid "Table description"
|
||||
msgstr "རེའུ་མིག་གསལ་བཤད།"
|
||||
|
||||
#: 05040200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05040200.xhp\n"
|
||||
"par_id3154422\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\" visibility=\"visible\">འདེམས་ངེས་རེའུ་མིག་གི་གསལ་བཤད་མངོན་པ།</ahelp>"
|
||||
|
||||
#: 11000002.xhp
|
||||
@@ -5570,12 +5570,12 @@ msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">O
|
||||
msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
|
||||
|
||||
#: 11020000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150499\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgstr "<ahelp visibility=\"visible\" hid=\"\">འབྲེལ་ཡོད་ <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> གཞི་གྲངས་མཛོད་ཀྱི་བཀོད་སྒྲིག་བྱེད། དེའི་ནང་སྤྱོད་པོའི་འཚམས་འདྲིའི་གཞི་གྲངས་དང་འགུལ་འདེད་བྱ་རིམ་བཀོད་སྒྲིག་དང་ཡིག་གཟུགས་གཏན་འཁེལ་ཚུད་ཡོད། </ahelp>"
|
||||
|
||||
#: 11020000.xhp
|
||||
@@ -5812,12 +5812,12 @@ msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">
|
||||
msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBase</link>"
|
||||
|
||||
#: 11030000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3147088\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\">འབྲེལ་ཡོད་ཀྱི་ dBase གཞི་གྲངས་མཛོད་ཀྱི་བཀོད་སྒྲིག་གཏན་འཁེལ་བྱེད། </ahelp>"
|
||||
|
||||
#: 11030000.xhp
|
||||
@@ -8860,7 +8860,7 @@ msgctxt ""
|
||||
"dabawiz02.xhp\n"
|
||||
"par_idN105B4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - More Fields) or in a mail merge.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Field - More Fields) or in a mail merge.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\"> %PRODUCTNAME ཡི་སྤྱོད་པོའི་ཟུར་དེབ་ནང་གཞི་གྲངས་མཛོད་ཐོ་འགོད་འདེམས་དགོས། ཐོ་འགོད་ཟིན་རྗེས་ གཞི་གྲངས་མཛོད་ཀྱི།<emph>མཐོང་རིས་ - གཞི་གྲངས་ཁུངས་</emph>སྒེའུ་ཁུང་ནང་མངོན་ནོ། </ahelp>"
|
||||
|
||||
#: dabawiz02.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:17+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184260.000000\n"
|
||||
|
||||
#: aaa_start.xhp
|
||||
msgctxt ""
|
||||
@@ -7279,18 +7279,18 @@ msgid "Error Report Tool"
|
||||
msgstr "ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ།"
|
||||
|
||||
#: error_report.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"bm_id3150616\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
|
||||
msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
|
||||
msgstr "<bookmark_value>ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་</bookmark_value><bookmark_value>ཪྙན་ཐོའི་ནོར་བ་</bookmark_value><bookmark_value>སྙན་ཞུ་ཐོར་བ་</bookmark_value>"
|
||||
|
||||
#: error_report.xhp
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
|
||||
msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་\">ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་</link></variable>"
|
||||
@@ -7299,7 +7299,6 @@ msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_repor
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3153345\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "The Error Report Tool starts automatically when a program crash occurs."
|
||||
msgstr ""
|
||||
@@ -7308,7 +7307,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 "ནོར་བའི་ཪྙན་ཐོའི་ཡོ་བྱད་དགོས་ངེས་ཀྱི་ཆ་རྐྱེན་འཕྲིན་ཡོད་ཚད་བསྡུ་ལེན་བྱེད་ བྱ་རིམ་གསར་སྤེལ་མཁན་གྱིས་བྱ་རིམ་ཚབ་ཨང་སྒྱུར་བཅོས་བྱེད་ གལ་ཡོད་ཀྱི་རྗེས་ཀྱི་པར་གཞིའི་ནང་འདྲ་བའི་ནོར་འཁྲུལ་ཐོན་པ་གཡོལ་ཐབས་བྱེད། ཁྱེད་ཀྱིས་སྐྱེ་གྲུབ་ནོར་འཁྲུལ་སྙན་ཞུ་ང་ཚོར་བསྐུར་རྒྱུ་དགའ་བསུ་ཞུ་ དེ་བས་ལེགས་པའི་མཉེན་ཆས་སྒྱུར་བཅོས་བྱ་རྒྱུ་ང་ཚོས་རོགས་རམ་བྱེད།"
|
||||
@@ -7317,7 +7315,6 @@ msgstr "ནོར་བའི་ཪྙན་ཐོའི་ཡོ་བྱད་
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3148538\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Starting the Error Report Tool"
|
||||
msgstr "ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་སྒུལ་སློང་བྱེད།"
|
||||
@@ -7326,7 +7323,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 ""
|
||||
@@ -7335,7 +7331,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3154046\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "Completing the Report"
|
||||
msgstr "སྙན་ཞུ་ལེགས་གྲུབ་བྱུར།"
|
||||
@@ -7344,7 +7339,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 "\"ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་\"གླེང་སྒྲོམ་གཙོ་བོའི་ནང་ཟུར་སྣོན་ཆ་འཕྲིན་ཁ་ཤས་ནང་བཅུག་བྱས་ཏེ་ གསར་སྤེན་མཁན་ནོར་འཁྲུལ་ཪྙེད་ཐུབ་རོགས་རམ་བྱེད། དཔེར་ན་ གལ་ཏེ་མཉེན་ཆ་མཁྲེགསཆས་ ཁོར་ཡུལ་འགྱུར་བ་བྱུང་ན་ཡང་ན་ གནོན་མཐེབ་ཞིག་རྐྱང་རྡེབ་རྗེས་གཞི་ནས་ནོར་འཁྲུལ་ཐོན་གསལ་བཤད་འདི་དག་གི་ཆ་འཕྲིན་ནང་བཅུག་བྱེད།"
|
||||
@@ -7353,7 +7347,6 @@ msgstr "\"ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་\"
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3159399\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Sending the Error Report"
|
||||
msgstr "སྙན་ཞུ་ནོར་བ་བསྐུར།"
|
||||
@@ -7362,7 +7355,6 @@ msgstr "སྙན་ཞུ་ནོར་བ་བསྐུར།"
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3150504\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
|
||||
msgstr "ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་ཪྙན་ཞུའི་གཞི་གྲངས་སྐུར་སྐབས་ HTTP PUT / SOAP འགྲོའ་མཐུད་བོད་སྤྱོད། ཁྱེད་ཀྱི་འདེམས་པའི་སྐོ་ནས་སྤྱོད་པའི་རང་བཞིན་གི་ཡི་གེ་ཁ་ཤས་ནང་འཇུག་ དེ་ནས་བྱ་རིམ་ཐོར་བའི་ཁོར་ཡུག་ཤན་འབྱེད་བྱེད། དེ་ནས་<emph>\"བསྐུར་\"</emph>གནོན་མཐེབ་ལ་རྐང་རྡེབ་བྱེད།"
|
||||
@@ -7371,25 +7363,23 @@ 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 <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet."
|
||||
msgstr "ནོར་བའི་ཪྙན་ཐོའི་ ང་ཚོས་སླར་གསིརགསིར་ལག་མི་བྱེད། གལ་ཏེ་དགོས་ཁོ་ཡོད་ན་ལག་རྩལ་གྱི་རྒྱབ་སྐྱོར་དགོས་ན་ Internet ཐོག་<link href=\"text/shared/main0108.xhp\">ལག་རྩལ་རྫརྒྱབ་སྐྱོར་དཔྱད་སྟེགས་འཚམས་འདྲེ་བྱེད།</link>"
|
||||
|
||||
#: error_report.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3153526\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
|
||||
msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
|
||||
msgstr "ཁྱེད་ཀྱིས་གསར་སྤེལ་མཁན་གྱི་ཪྙན་ཞུ་ནང་གི་ནོར་འཁྲུལ་གཏོན་པའི་གནས་དོན་བསྐྱར་སློག་སྐབས། གལ་ཏེ་གློག་རྡུལ་སྦྲག་ཡིག་ཐབས་ཚུལ་བརྒྱུད་ ཁྱེད་དང་འབྲེལ་བ་བྱ་ཆོག"
|
||||
|
||||
#: error_report.xhp
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3150792\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "What Data is Sent?"
|
||||
msgstr "གཞི་གྲངས་གང་ཞིག་བསྐུར་རམ།"
|
||||
@@ -7398,7 +7388,6 @@ msgstr "གཞི་གྲངས་གང་ཞིག་བསྐུར་རམ
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3154366\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file."
|
||||
msgstr "སྙན་ཞུ་ནོར་བ་ནི་ཡིག་ཆ་མང་དག་ལས་གྲུབ་པ་ཡིན། གཙོར་ཡིག་ནང་ནོར་གྱི་རིགས་བཀོལ་སྤྱོད་མ་ལག་དང་པར་གཞི་ནང་ཉར་བེད་སྤྱོད་གནས་ཚུལ་དེ་བཞིན་ནང་འཇུག་གི་གསལ་བཤད་སོགས་ ཆ་འཕྲིན་འདུས་ཡོད་\"ཪྙན་ཐོའི་ཡོ་བྱད་ནོར་བ་\"གླེང་སྒྲོམ་གཙོ་བོའི་ནང་གྱི་<emph>\"མངོན་པའི་ཪྙན་ཞུ་\"</emph>གནོན་མཐེབ་རྐྱང་རྡེབ་བྱེད་ ཏེ་གཙོར་ཡིག་ནང་བསྐུར་བའི་ནང་དོན་ལྟ་ཞིབ་བྱེད།"
|
||||
@@ -7407,7 +7396,6 @@ msgstr "སྙན་ཞུ་ནོར་བ་ནི་ཡིག་ཆ་མང
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3151177\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
|
||||
msgstr "གཞན་ཡང་མ་ལག་འགའ་ཤས་ཀྱི་ ཚད་ཞི་ཡོ་བྱད་(Windows མ་ལག་ནང་གི་\"dbhhelp.dll\"、UNIX མ་ལག་ནང་གི་\"pstack\")ཀྱི་འབྲེལ་ཡོད་ཀྱི་ཉར་སྟར་ནང་དོན་དང་སྤུང་པའི་རྗེས་འདེད་ཆ་འཕྲིན་བསྡུ་རུ་བྱེད།"
|
||||
@@ -15265,12 +15253,12 @@ msgid "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_bl
|
||||
msgstr "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"དཀར་ནག་གཏག་པར་\">དཀར་ནག་གཏག་པར་</link></variable>"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3150499\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Printing text and graphics in black and white"
|
||||
msgid "Printing Text and Images in Black and White"
|
||||
msgstr "ཡི་གེ་དང་རིས་དབྱིབས་དཀར་ནག་གཏག་པར་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15319,12 +15307,12 @@ msgid "The current document will be printed in black and white."
|
||||
msgstr "མིག་སྔའི་ཡིག་ཚགས་ནི་དཀར་ནག་གཏག་པར་ཟེར།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3147653\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
|
||||
msgid "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
|
||||
msgstr "$[officename] གསལ་སྟོན་ཡིག་ཟིན་དང་$[officename] རིས་འགོད་བཟོ་བའི་ནང་གཏག་པར་དཀར་ནག་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15382,12 +15370,12 @@ msgid "<emph>Black & white</emph> converts all colors into the two values black
|
||||
msgstr "<emph>དཀར་ནག་</emph>ནི་ཚོས་གཞི་ཡོད་ཚད་དཀར་ནག་གྲངས་ཐང་ཁག་གཉིས་ལ་བརྗེ་སྒྱུར་བྱེད། བྱ་ཡུལ་མཐའ་འཁོར་གྱི་མཐའ་འགྲམ་ཡོད་ཚད་ནག་པོ་ལ་གཏག་པར་བྱེད། ཡི་གེ་ཡོད་ཚད་ནག་པོ་ལ་གཏག་པར་བྱེད། <emph>རྣམ་གཞག་ - ཤོག་ - རྒྱབ་ལྗོངས་</emph>བཀོད་སྒྲིག་གི་རྒྱབ་ལྗོངས་བརྒྱུད་གཏག་པར་མི་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3153896\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "Printing only text in black and white"
|
||||
msgid "Printing Only Text in Black and White"
|
||||
msgstr "ཡི་གེ་དཀར་ནག་ལ་གཏག་པར་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15400,12 +15388,12 @@ msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose t
|
||||
msgstr "$[officename] ཡི་གེ་ལས་སྣོན་ནང་ དཀར་ནག་ཐབས་ཚུལ་སྤྱད་པ་མཚོན་མདོག་ཡི་གེ་གཏག་པརཔར་བྱེད་པ་འདེམས་ཆོག། བཀོད་སྒྲིག་འདི་གཏག་པར་རྗེས་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་སྤྱོད་བདེ་བྱེད་པ་གཏན་འཁེལ་བྱེད་ ད་དུང་མིག་སྔའི་གཏག་པར་བརྒྱུད་རིམ་ལ་དམིགས་པ་ཡིན།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3150358\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "Printing all text documents with black and white text"
|
||||
msgid "Printing All Text Documents with Black and White Text"
|
||||
msgstr "དཀར་ནག་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ཚང་མ་གཏག་པར་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15445,12 +15433,12 @@ msgid "All text documents or HTML documents will be printed with black text."
|
||||
msgstr "ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ཡོད་ཚད་གམ་ཡང་ན་ HTML ཡིག་ཚགས་ནི་ཡི་གེ་ནག་པོ་གཏག་པར་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3148920\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "Printing the current text document with black and white text"
|
||||
msgid "Printing the Current Text Document with Black and White Text"
|
||||
msgstr "དཀར་ནག་ཡི་གེ་མིག་སྔའི་ཡིག་ཚགས་ནང་གཏག་པར་བྱེད།"
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
|
||||
142
source/bo/helpcontent2/source/text/shared/menu.po
Normal file
142
source/bo/helpcontent2/source/text/shared/menu.po
Normal file
@@ -0,0 +1,142 @@
|
||||
#. extracted from helpcontent2/source/text/shared/menu
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Chart"
|
||||
msgstr ""
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"hd_id030420160945436725\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"par_id030420160947559665\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Form Control"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"hd_id030720160611303537\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"par_id03072016061205929\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Shape"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"hd_id030420161043484643\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030420161051456436\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains common shapes like a line, circle, triangle, and square, or a symbol shape like a smiley face, heart, and flower that can be inserted into the document.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629548185\n"
|
||||
"help.text"
|
||||
msgid "Line"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160640091844\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains straight, freeform, curved and polygon line shapes.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"hd_id030720160823321429\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/01140000.xhp#line_title\">Line</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629546864\n"
|
||||
"help.text"
|
||||
msgid "Basic"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160644597415\n"
|
||||
"help.text"
|
||||
msgid "This submenu contains basic shapes like rectangles, circles, triangles, pentagon, hexagon, octagon, cylinder, and cube."
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629547675\n"
|
||||
"help.text"
|
||||
msgid "Symbol"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160644595417\n"
|
||||
"help.text"
|
||||
msgid "This submenu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, beveled shapes, and brackets."
|
||||
msgstr ""
|
||||
@@ -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:17+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:17+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836273.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184274.000000\n"
|
||||
|
||||
#: 01000000.xhp
|
||||
msgctxt ""
|
||||
@@ -1406,6 +1406,30 @@ msgctxt ""
|
||||
msgid "This is where $[officename] puts its temporary files."
|
||||
msgstr "$[officename]འདིར་ཁྱེད་ཀྱིས་གནས་སྐབས་ཡིག་ཆ་ཉར་འཇོག་བྱེད།"
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3154607\n"
|
||||
"help.text"
|
||||
msgid "Classification"
|
||||
msgstr ""
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3149344\n"
|
||||
"help.text"
|
||||
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>"
|
||||
msgstr ""
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3154651\n"
|
||||
"help.text"
|
||||
msgid "$[officename] reads the TSCP BAF policy from this file."
|
||||
msgstr ""
|
||||
|
||||
#: 01010301.xhp
|
||||
msgctxt ""
|
||||
"01010301.xhp\n"
|
||||
@@ -4321,8 +4345,8 @@ msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"bm_id3153881\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
|
||||
msgstr "<bookmark_value>མེད་པ་བཟོ་བ་; བརྒྱུད་རིམ་གྲངས།</bookmark_value><bookmark_value>རི་མོ་; དལ་རྒྱུགས།</bookmark_value><bookmark_value>རི་མོའི་དལ་རྒྱུགས་ཁུངས།</bookmark_value>"
|
||||
msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
@@ -4337,45 +4361,8 @@ msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"ནང་གས
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3154307\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"hd_id3155390\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Undo"
|
||||
msgstr "དོར་བའི་བཀའ།"
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3145673\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "Defines the maximum number of reverse steps allowed."
|
||||
msgstr "མཚན་ཉིད་དོར་བའི་ནང་ཤོས་ཀྱི་གོམ་གྲངས།"
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"hd_id3153881\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Number of steps"
|
||||
msgstr "གོམ་གྲངས།"
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3148685\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/optmemorypage/undo\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
@@ -9308,12 +9295,12 @@ msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Back
|
||||
msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"རྒྱབ་ལྗོངས།\">རྒྱབ་ལྗོངས།</link>"
|
||||
|
||||
#: 01050300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050300.xhp\n"
|
||||
"par_id3150443\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
|
||||
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
|
||||
msgstr "<ahelp hid=\"\" visibility=\"visible\"> HTMLཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་གཏན་འཁེལ་བཟོ་བ། </ahelp>རྒྱབ་ལྗོངས་འདི་ཉིད་གཅིག་ནས་གསར་འཛུགས་ཀྱི་ HTML ཡིག་ཚགས་ལ་སྤྱོད་ཆོག་ལ་ཡང་ཞུར་སྣོན་གྱི་ HTML ཡིག་ཚགས་ལའང་སྤྱད་ཆོག་ ཡིག་ཚགས་འདི་དག་ལ་རྒྱབ་ལྗོངས་གཞན་མཚན་འཇོག་བྱས་མེད་ཕྱིན།"
|
||||
|
||||
#: 01050300.xhp
|
||||
@@ -11127,12 +11114,12 @@ msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</li
|
||||
msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"གཏག་པར།\">གཏག་པར།</link>"
|
||||
|
||||
#: 01060700.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01060700.xhp\n"
|
||||
"par_id3143267\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>"
|
||||
msgstr "<ahelp hid=\"\" visibility=\"visible\">ལས་དེབ་ཏུ་སྤྱོད་པའི་གཏག་པརའཁྲུལ་ཆས་བཀོད་སྒྲིག་བྱ་རྒྱུ་གཏན་འཁེལ་བ། </ahelp>"
|
||||
|
||||
#: 01060700.xhp
|
||||
@@ -13143,12 +13130,12 @@ msgid "Chart options"
|
||||
msgstr "རེའུ་མིག"
|
||||
|
||||
#: 01110000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01110000.xhp\n"
|
||||
"par_id3149182\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
|
||||
msgid "<variable id=\"farbe\"><ahelp hid=\".\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
|
||||
msgstr "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">མཚན་ཉིད་རེའུ་མིག་གི་སྤྱིར་བཏང་གཏན་འཁེལ། </ahelp></variable>"
|
||||
|
||||
#: 01110100.xhp
|
||||
|
||||
@@ -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:17+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:17+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836276.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184278.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -647,75 +647,75 @@ msgid "File"
|
||||
msgstr "ཡིག་ཆ།"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149351\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
|
||||
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150477\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf1\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཚེས་གྲངས་(རྒྱས་བཅད་)]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146879\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf2\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཚེས་གྲངས་(འགྱུར་རུང་བ་)]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153036\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf3\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [དུས་ཚོད་(རྒྱས་བཅད་)]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3145590\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf4\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [དུས་ཚོད་(འགྱུར་རུང་བ་)]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153935\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
|
||||
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf7\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཡིག་ཆའི་མིང་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3148583\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
|
||||
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf6\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [རྩོམ་པ་པོ་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3155951\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
|
||||
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf7\">ཚལ་ཐོ་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཡིག་ཆའི་མིང་]</emph></variable>"
|
||||
|
||||
#: 00000405.xhp
|
||||
|
||||
@@ -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:18+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:18+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836290.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184293.000000\n"
|
||||
|
||||
#: 01170000.xhp
|
||||
msgctxt ""
|
||||
@@ -6820,18 +6820,18 @@ msgid "Slide Show Settings"
|
||||
msgstr "བསྟོན་པའི་ཐབས་ལམ་བཀོད་སྒྲིག་"
|
||||
|
||||
#: 06080000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"bm_id3153818\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
|
||||
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple monitors</bookmark_value>"
|
||||
msgstr "<bookmark_value>གསལ་སྟོན་ཡིག་ཟིན་; གཏན་འཁེལ་ནི་</bookmark_value><bookmark_value>སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ་; གཏན་འཁེལ་ནི་</bookmark_value><bookmark_value>གསལ་སྟོན་ཡིག་ཟིན་; སྒེའུ་ཁུང་/ངོས་ཡོངས་</bookmark_value>"
|
||||
|
||||
#: 06080000.xhp
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153818\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Slide Show Settings"
|
||||
msgstr "བསྟོན་པའི་ཐབས་ལམ་བཀོད་སྒྲིག་"
|
||||
@@ -6840,7 +6840,6 @@ msgstr "བསྟོན་པའི་ཐབས་ལམ་བཀོད་སྒ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148606\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
|
||||
msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\"> སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་པའི་མཚན་ཉིད་ཀྱི་འགེལ་ཡོད་བཀོད་སྒྲིག་དང་ སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གང་རུང་དུ་ཚུད་པའི་འགོ་ཚུགས་པ་、སྒྲོན་བཪྙན་སྤྱིན་ཤོག་བརྗེ་པོའི་ཐབས་ཤེས་、གསལ་སྟོན་ཡིག་ཟིན་གྱི་རིགས་འདེམས་པ། </ahelp></variable>"
|
||||
@@ -6849,7 +6848,6 @@ msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\"> སྒ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150213\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Range"
|
||||
msgstr "ཁྱབ་ཁོངས་"
|
||||
@@ -6858,7 +6856,6 @@ msgstr "ཁྱབ་ཁོངས་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3154766\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Specifies which slides to include in the slide show."
|
||||
msgstr "གཏན་འཁེལ་བའི་བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ནང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ག་ཚོད་ཡོད་དམ་"
|
||||
@@ -6867,7 +6864,6 @@ msgstr "གཏན་འཁེལ་བའི་བཪྙན་གཏོང་ས
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3145363\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "All slides"
|
||||
msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཡོངས་"
|
||||
@@ -6876,7 +6872,6 @@ msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཡོང
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3145114\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\"> སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ་ནང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཡོངས་ཚུད་ཡོད་ </ahelp>"
|
||||
@@ -6885,7 +6880,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\"> སྒ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150431\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "From:"
|
||||
msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ནས་"
|
||||
@@ -6894,7 +6888,6 @@ msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ནས་
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150391\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">མགོ་འཛུགས་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གི་ཨང་རྟགས་ནང་འཇུག</ahelp>"
|
||||
@@ -6903,7 +6896,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">མགོ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3147404\n"
|
||||
"86\n"
|
||||
"help.text"
|
||||
msgid "Custom Slide Show"
|
||||
msgstr "རང་མཚན་འཇོག་བསྟོན་པ་"
|
||||
@@ -6912,7 +6904,6 @@ msgstr "རང་མཚན་འཇོག་བསྟོན་པ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150538\n"
|
||||
"87\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">ཁྱེད་ཀྱིས་<link href=\"text/simpress/01/06100000.xhp\" name=\"བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ - རང་མཚན་འཇིག་བཪྙན་གཏོང་\"><emph>[བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་] - [རང་མཚན་འཇིག་བཪྙན་གཏོང་...]</emph></link>ནང་མཚན་འཇོག་གི་གོ་རིམ་བཞིན་རང་མཚན་འཇོག་གི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ།</ahelp>"
|
||||
@@ -6921,7 +6912,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150653\n"
|
||||
"88\n"
|
||||
"help.text"
|
||||
msgid "Type"
|
||||
msgstr "རིགས་"
|
||||
@@ -6930,7 +6920,6 @@ msgstr "རིགས་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3149354\n"
|
||||
"93\n"
|
||||
"help.text"
|
||||
msgid "Select the slide show type."
|
||||
msgstr "གསལ་སྟོན་ཡིག་ཟིན་སྟོན་རྒྱུའི་རིགས་འདེམས་པ།"
|
||||
@@ -6939,7 +6928,6 @@ msgstr "གསལ་སྟོན་ཡིག་ཟིན་སྟོན་རྒ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150482\n"
|
||||
"89\n"
|
||||
"help.text"
|
||||
msgid "Default"
|
||||
msgstr "ཚད་གཞི་"
|
||||
@@ -6948,7 +6936,6 @@ msgstr "ཚད་གཞི་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148730\n"
|
||||
"94\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">ངོས་ཡོངས་ལ་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་མངོན་པ། </ahelp>"
|
||||
@@ -6957,7 +6944,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">ངོས
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153034\n"
|
||||
"90\n"
|
||||
"help.text"
|
||||
msgid "Window"
|
||||
msgstr "སྒེའུ་ཁུང་"
|
||||
@@ -6966,7 +6952,6 @@ msgstr "སྒེའུ་ཁུང་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3155257\n"
|
||||
"82\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་དེ་$[officename] སྒྲིག་གཞིའི་སྒེའུ་ཁུང་དུ་སྒུལ་སྤྱོད་ཐུབ། </ahelp>"
|
||||
@@ -6975,7 +6960,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">བཪྙ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3145593\n"
|
||||
"91\n"
|
||||
"help.text"
|
||||
msgid "Auto"
|
||||
msgstr "རང་འགུལ་"
|
||||
@@ -6984,7 +6968,6 @@ msgstr "རང་འགུལ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3149509\n"
|
||||
"95\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">ངལ་གསོའི་ཡི་གེའི་བར་ཐག་གནས་གཏན་འཁེལ་བྱེད་པའི་རྗེས་ལ་ཡང་བསྐྱར་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་བསྟན་ཆོག་པ། མཐའ་མའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་དང་འགོ་བཙུགས་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གཉིས་བར་ལ་ངལ་གསོའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་མངོན་པ། Esc མཐེབ་གནོན་ཚེ་བསྟོངབསྟོང་པ་མཇུག་སྒྲིལ། </ahelp>"
|
||||
@@ -6993,7 +6976,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">ངལ་ག
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150862\n"
|
||||
"96\n"
|
||||
"help.text"
|
||||
msgid "Duration of pause"
|
||||
msgstr "ངལ་སོའི་དུས་ཚོད་"
|
||||
@@ -7002,7 +6984,6 @@ msgstr "ངལ་སོའི་དུས་ཚོད་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3153112\n"
|
||||
"97\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">བསྐྱར་སྟོན་བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྔོན་གྱི་མཚམས་འཇོག་བར་ཆོད་བཅུག་ གལ་ཏེ་ཀླད་ཀོར་བཅུག་ན་ བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་མཚམས་འཇོག་མི་ཐོབ་པར་ལམ་སང་བསྐྱར་སྟོན་ཐུབ། </ahelp>"
|
||||
@@ -7011,7 +6992,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">བ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3166420\n"
|
||||
"92\n"
|
||||
"help.text"
|
||||
msgid "Show logo"
|
||||
msgstr "འོད་རྟགས་མངོན་པ་"
|
||||
@@ -7020,7 +7000,6 @@ msgstr "འོད་རྟགས་མངོན་པ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3154501\n"
|
||||
"98\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">བར་འཇོག་བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟེང་དར་རྟགས་ $[officename] ཐོན། </ahelp>དར་རྟགས་དེ་བརྗེ་ལེན་མི་ཐུབ།"
|
||||
@@ -7029,7 +7008,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">བར་
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150130\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Options"
|
||||
msgstr "འདེམས་གཞི་"
|
||||
@@ -7038,7 +7016,6 @@ msgstr "འདེམས་གཞི་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3149883\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "Change slides manually"
|
||||
msgstr "ལག་འགུལ་གྱིས་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་བརྗེ་བ་"
|
||||
@@ -7047,7 +7024,6 @@ msgstr "ལག་འགུལ་གྱིས་སྒྲོན་བཪྙན་
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3147373\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this box is selected.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">སྒྲོམ་དེ་བདམས་པའི་རྗེས་ སྒྲོན་བཪྙན་སྤྱིན་ཤོག་རང་ངེས་ཀྱི་བཟོ་བརྗེ་མི་བྱེད་པ། </ahelp>"
|
||||
@@ -7056,7 +7032,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">ས
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3155439\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "Mouse pointer visible"
|
||||
msgstr "ཅིག་རྟགས་མངོན་པ་"
|
||||
@@ -7065,7 +7040,6 @@ msgstr "ཅིག་རྟགས་མངོན་པ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150272\n"
|
||||
"16\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ་སྐབས་ལ་ཙིག་རྟགས་ཀྱི་ཕྱོགས་སྟོན་མངོན། </ahelp>"
|
||||
@@ -7074,7 +7048,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">ས
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150570\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "Mouse pointer as pen"
|
||||
msgstr "ཙིག་རྟགས་སྨྱུག་བཟོར་མངོན་པ་"
|
||||
@@ -7083,7 +7056,6 @@ msgstr "ཙིག་རྟགས་སྨྱུག་བཟོར་མངོན
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150665\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">ཙི་ཙི་མདའ་ཁབ་དེ་སྨྱུ་གུའི་དབྱིབས་གཟུགས་ཆགས་དུས་བཪྙན་གཏོང་གསལ་སྟོན་ཡིག་ཟིན་བྱེད་པའི་བརྒྱུད་རིམ་ནང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གི་སྟེང་དུ་རིས་བཀོད་བྱས་ན་འགྲིག་ </ahelp>"
|
||||
@@ -7100,7 +7072,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153927\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Navigator visible"
|
||||
msgstr "ལག་རོགས་མངོན་པ་"
|
||||
@@ -7109,7 +7080,6 @@ msgstr "ལག་རོགས་མངོན་པ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148430\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\"> སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུའི་དུས་མངོན་པ་<link href=\"text/simpress/01/02110000.xhp\" name=\"ལག་རོགས་\">ལག་རོགས་</link> </ahelp>"
|
||||
@@ -7118,7 +7088,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153718\n"
|
||||
"84\n"
|
||||
"help.text"
|
||||
msgid "Animations allowed"
|
||||
msgstr "སྒུལ་རིས་ཆོག་པ་"
|
||||
@@ -7127,7 +7096,6 @@ msgstr "སྒུལ་རིས་ཆོག་པ་"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3083445\n"
|
||||
"85\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\"> སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ་སྐབས་ལ་སྒུལ་རིས་བསྟན་དགོས་པ།</ahelp>གལ་ཏེ་བདམས་བྱ་དེ་བདམས་མེད་ཚེ་ དེའི་སྒུལ་རིས་ཀྱི་ཐོག་མ་དེ་ལས་མི་མངོན།"
|
||||
@@ -7136,7 +7104,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3152478\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "Change slides by clicking on background"
|
||||
msgstr "རྒྱབ་ལྗོངས་ཀྱི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ལ་གཅིག་གནོན་བྱེད་"
|
||||
@@ -7145,7 +7112,6 @@ msgstr "རྒྱབ་ལྗོངས་ཀྱི་སྒྲོན་བཪྙ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3156305\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གི་རྒྱབ་ལྗོངས་དེ་རྗེས་མའི་བཪྙན་གཏོང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་དྲས་སྦྱར་བྱེད་ </ahelp>"
|
||||
@@ -7154,7 +7120,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150960\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "Presentation always on top"
|
||||
msgstr "སྔ་ཕྱི་བར་མངོན་པའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་"
|
||||
@@ -7163,7 +7128,6 @@ msgstr "སྔ་ཕྱི་བར་མངོན་པའི་སྒྲོན
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150764\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">བཪྙན་གཏོང་གསལ་སྟོན་ཡིག་ཟིན་གྱི་ངོས་ལ་མི་མངོན་པ་ $[officename] གཞན་གྱི་སྒེའུ་ཁུང་གོ་རིམ་ གསལ་སྟོན་ཡིག་ཟིན་བྱེད་པའི་བརྒྱུད་རིམ་ནང་སྒེའུ་ཁུང་རྗེས་མཐའ་བར་གསུམ་དུ་རྩེ་མོར་གནས་དགོས་པ་ལས་ </ahelp>"
|
||||
@@ -7205,7 +7169,7 @@ msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id4846339\n"
|
||||
"help.text"
|
||||
msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors."
|
||||
msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors."
|
||||
msgstr ""
|
||||
|
||||
#: 06080000.xhp
|
||||
@@ -7395,12 +7359,12 @@ msgid "Define Custom Slide Show"
|
||||
msgstr "རང་འགུལ་མཚན་ཉིད་གྱི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྟོན་རྒྱུ་"
|
||||
|
||||
#: 06100100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06100100.xhp\n"
|
||||
"par_id3154659\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
|
||||
msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
|
||||
msgstr "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">གསར་འཛུགས་རང་འགུལ་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཕབ་སྟོན་བྱེད་པ།</ahelp></variable>"
|
||||
|
||||
#: 06100100.xhp
|
||||
|
||||
@@ -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:18+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:18+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836297.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184332.000000\n"
|
||||
|
||||
#: 3d_create.xhp
|
||||
msgctxt ""
|
||||
@@ -1311,7 +1311,7 @@ msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8403576\n"
|
||||
"help.text"
|
||||
msgid "To edit a slide master, choose <emph>View - Master - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
|
||||
msgid "To edit a slide master, choose <emph>View - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
|
||||
msgstr ""
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1319,7 +1319,7 @@ msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id5641651\n"
|
||||
"help.text"
|
||||
msgid "To edit a notes master, choose <emph>View - Master - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
|
||||
msgid "To edit a notes master, choose <emph>View - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
|
||||
msgstr ""
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1351,7 +1351,7 @@ msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8217413\n"
|
||||
"help.text"
|
||||
msgid "When you switch to the master view, you can move that areas to any position on the master. You can enter additional text and resize the areas. You can select the contents of the areas and apply text formats. For example, you can change the font size or color."
|
||||
msgid "When you switch to the master view, you can move those areas to any position on the master. Also, you can enter additional text into them, resize them, and select their contents to apply text formatting. For example, you can change the font size or color."
|
||||
msgstr ""
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1371,11 +1371,12 @@ msgid "Objects that you insert on a slide master are visible on all slides that
|
||||
msgstr ""
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8843043\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>View - Header and Footer</emph>."
|
||||
msgid "Choose <emph>Insert - Header and Footer</emph>."
|
||||
msgstr "<emph>[མཐོང་རིས་] - [སྒྲོན་བཪྙན་སྤྱིན་ཤོག་མིག་བཤར་]</emph>འདེམས་པ།"
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1383,7 +1384,7 @@ msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id1876583\n"
|
||||
"help.text"
|
||||
msgid "You see a dialog with two tab pages: <emph>Slide</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
|
||||
msgid "You see a dialog with two tab pages: <emph>Slides</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
|
||||
msgstr ""
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1460,13 +1461,13 @@ msgid "You can add a text object anywhere on the slide master."
|
||||
msgstr "ཡི་གེའི་བྱ་ཡུལ་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གི་མ་པང་ཤོག་ངོས་ལ་ཁ་སྣོན་བྱས་ཆོག་ཅིང་ ཤོག་སྨིན་ནམ་ཤོག་ཞབས་ལ་སྤྱད་པར་རྩིས་དགོས།"
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3148866\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>View - Master - Slide Master</emph>."
|
||||
msgstr "<emph>མཐོང་རིས་ - མ་པང་ - སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གྱི་མ་པང་</emph>འདེམས་པ།"
|
||||
msgid "Choose <emph>View - Slide Master</emph>."
|
||||
msgstr "<emph>[མཐོང་རིས་] - [སྒྲོན་བཪྙན་སྤྱིན་ཤོག་མིག་བཤར་]</emph>འདེམས་པ།"
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
@@ -1496,23 +1497,14 @@ msgid "Choose <emph>View - Normal</emph> when you are finished."
|
||||
msgstr "མཇུག་རྫོགས་སྐབས་ 请选择<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ།"
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3150476\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Fields</emph>."
|
||||
msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Field</emph>."
|
||||
msgstr "<emph>[བསྒར་འཛུད་] - [ཁོངས་]</emph>འདེམས་པ་ ཡིག་དུམ་(དཔེར་ན་ཚེ་གྲངས་སམ་ཤོག་ཨང་)ཤོག་སྨིན་ནམ་ཤོག་ཞབས་ནང་ཁ་སྣོན་བྱས་ནའང་འགྲིགས།"
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3156320\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "You can hide the header or footer on the current slide by choosing <emph>Format</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide<emph> Layout</emph></link>, and clearing the <emph>Objects on background</emph> check box."
|
||||
msgstr "མིང་ངའི་ཤོག་ངོས་ཐོག་གི་ཤོག་སྨིན་ནམ་ཤོག་ཞབས་གབ་པ་བྱེད་ <emph>རྣམ་གཞག་</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"པར་དབྱིབས་བཟོ་བཅོས་\">སྒྲོན་བཪྙན་སྤྱིན་ཤོག་<emph>པར་དབྱིབས་</emph></link>འདེམས་པ་ དེ་ནས་<emph>བྱ་ཡུལ་མངོན་པའི་རྒྱབ་ལྗོངས་ཐོག་ནི་</emph>བསྐྱར་འདེམས་སྒྲོམ་གཙང་སེལ་བྱེད།"
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:20+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184425.000000\n"
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Classification Bar"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"hd_id3150342\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_id3150202\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_id31502029\n"
|
||||
"help.text"
|
||||
msgid "The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106B0\n"
|
||||
"help.text"
|
||||
msgid "Intellectual Property"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106C0\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106CD\n"
|
||||
"help.text"
|
||||
msgid "National Security"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106DD\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106EA\n"
|
||||
"help.text"
|
||||
msgid "Export Control"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106FA\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
|
||||
msgstr ""
|
||||
|
||||
#: main0000.xhp
|
||||
msgctxt ""
|
||||
@@ -382,12 +462,13 @@ msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
|
||||
msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"སྡུར་ཚད་མངོན་པ་\">སྡུར་ཚད་མངོན་པ་</link>"
|
||||
|
||||
#: main0104.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"main0104.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid ".uno:InsertHeaderFooterMenu"
|
||||
msgstr ""
|
||||
msgid "Insert"
|
||||
msgstr "བསྒར་འཛུད།"
|
||||
|
||||
#: main0104.xhp
|
||||
msgctxt ""
|
||||
@@ -1561,7 +1642,6 @@ msgstr "གནས་སྟངས་ཚང།"
|
||||
msgctxt ""
|
||||
"main0208.xhp\n"
|
||||
"hd_id3153397\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
|
||||
msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"གནས་སྟངས་ཚང་\">གནས་སྟངས་ཚང་</link>"
|
||||
@@ -1570,7 +1650,6 @@ msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"གནས་སྟངས
|
||||
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 "\"གནས་སྟངས་ཚང་\"ནང་འབྲེལ་ཡོད་མིག་སྔའི་ཡིག་ཚགས་ཀྱིས་ཆ་འཕྲིན་ཚུད་ཡོདཔ་མ་ཟད་དམིགས་བསལ་བྱེད་ནུས་ཀྱི་གནོན་མཐེབ་ལྡན་པ་ཁག་མཁོ་འདོན་བྱེད།"
|
||||
@@ -1620,7 +1699,7 @@ 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 ""
|
||||
|
||||
#: main0208.xhp
|
||||
|
||||
@@ -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:18+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:20+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836315.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184429.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -559,39 +559,38 @@ msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emp
|
||||
msgstr "<variable id=\"manuellerumbruch\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [བར་གཅོད་རྟགས་...]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3154654\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields</emph>"
|
||||
msgid "Choose <emph>Insert - Field</emph>"
|
||||
msgstr "ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་]</emph>"
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146966\n"
|
||||
"90\n"
|
||||
"help.text"
|
||||
msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)"
|
||||
msgstr "གཡས་མཐེབ་ཚལ་ཐོ་:<emph>[ཁོངས་བཀའ་རྒྱ་རྩོམ་སྒྲིག་...]</emph>( ཁོངས་བཀའ་རྒྱ་བསྒར་འཛུད་སྐབས་ )"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149053\n"
|
||||
"44\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehldatum\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཚེས་གྲངས་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3151393\n"
|
||||
"45\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehluhrzeit\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [时间]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -599,45 +598,44 @@ msgstr "<variable id=\"feldbefehluhrzeit\">ཚལ་ཐོ་:<emph>[བསྒ
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146325\n"
|
||||
"46\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlseitennummer\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཤོག་ཨང་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149356\n"
|
||||
"47\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlseitenanzahl\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཤོག་གྲངས་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153003\n"
|
||||
"48\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlthema\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [主题]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150016\n"
|
||||
"49\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehltitel\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [ཁ་བྱང་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150564\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlautor\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [རྩོམ་པ་པོ་]</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -645,9 +643,8 @@ msgstr "<variable id=\"feldbefehlautor\">ཚལ་ཐོ་:<emph>[བསྒར
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3148386\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>"
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>"
|
||||
msgstr "ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -690,9 +687,8 @@ msgstr "བསྒར་འཛུད་ཁོངས།"
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149295\n"
|
||||
"56\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddokument\">Choose <emph>Insert - Fields - More Fields - Document</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddokument\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...] - \"ཡིག་ཚགས་\"</emph>འདེམས་གཞི་ཁ་ </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -700,16 +696,14 @@ msgstr "<variable id=\"felddokument\">ཚལ་ཐོ་:<emph>[བསྒར་
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3154692\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab"
|
||||
msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
|
||||
msgstr "ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph> - <emph>\"འདྲེན་སྤྱོད་\"</emph>འདེམས་གཞི་ཁ།"
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3145411\n"
|
||||
"63\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Cross-reference</emph>"
|
||||
msgstr ""
|
||||
@@ -719,9 +713,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3147515\n"
|
||||
"52\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Fields - More Fields - Functions</emph> tab </variable>"
|
||||
msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>"
|
||||
msgstr "<variable id=\"feldfunktionen\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...] - \"ནུས་པ་\"</emph>འདེམས་གཞི་ཁ་ </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -729,9 +722,8 @@ msgstr "<variable id=\"feldfunktionen\">ཚལ་ཐོ་:<emph>[བསྒར
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153581\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Fields - More Fields - DocInformation</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddokumentinfo\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...] - \"ཡིག་ཚགས་ཆ་འཕྲིན་\"</emph>འདེམས་གཞི་ཁ་ </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -739,9 +731,8 @@ msgstr "<variable id=\"felddokumentinfo\">ཚལ་ཐོ་:<emph>[བསྒར
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150710\n"
|
||||
"54\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Fields - More Fields - Variables</emph> tab </variable>"
|
||||
msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>"
|
||||
msgstr "<variable id=\"feldvariablen\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...] - \"འགྱུར་གྲངས་\"</emph>འདེམས་གཞི་ཁ་ </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -749,9 +740,8 @@ msgstr "<variable id=\"feldvariablen\">ཚལ་ཐོ་:<emph>[བསྒར་
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3152945\n"
|
||||
"55\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Fields - More Fields - Database</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddatenbank\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...] - \"གཞི་གྲངས་མཛོད་\"</emph>འདེམས་གཞི་ཁ་ </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -991,12 +981,13 @@ msgid "Entry"
|
||||
msgstr "གཤར་བྱང་།"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149217\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"verz31\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [དཀར་ཆག་] - [དཀར་ཆག་...] - \"གཤར་བྱང\"</emph>འདེམས་གཞི་ཁ་(འདེམས་རྒྱུའི་རིགས་\"ནང་དོན་དཀར་ཆག་\"时) </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
@@ -1187,12 +1178,13 @@ msgid "<variable id=\"litdef\">Choose <emph>Insert - Table of Contents and Index
|
||||
msgstr "<variable id=\"litdef\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [དཀར་ཆག་] </emph>- <emph>[ཡིག་རིགས་དཀར་ཆག་གཤར་བྱང་...] - </emph><emph>\"རྩོམ་སྒྲིག་\"</emph>མཐེབ་གནོན་</variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150918\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"verz31\">ཚལ་ཐོ་:<emph>[བསྒར་འཛུད་] - [དཀར་ཆག་] - [དཀར་ཆག་...] - \"གཤར་བྱང\"</emph>འདེམས་གཞི་ཁ་(འདེམས་རྒྱུའི་རིགས་\"ནང་དོན་དཀར་ཆག་\"时) </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:21+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184461.000000\n"
|
||||
|
||||
#: 01120000.xhp
|
||||
msgctxt ""
|
||||
@@ -112,9 +112,8 @@ msgstr "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\"><emph>
|
||||
msgctxt ""
|
||||
"01150000.xhp\n"
|
||||
"par_id3154102\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "གཏག་པར་རྒྱག་སྐབས་སྔོན་པ་གཞི་གྲངས་མཛོད་ཀྱི་ཆ་འཕྲིན་དེ་གཞི་གྲངས་མཛོད་ཡིག་དུམ་(གནས་ཟིན་རྟགས་)གནས་སའི་ཐོག་བསྒར་འཛུད་བྱེད་དགོས། གཞི་གྲངས་མཛོད་ཡིག་དུམ་ཆ་འཕྲིན་བསྒར་འཛུད་བྱེད་པའི་སྐོར་<emph>བསྒར་འཛུད་ - ཡིག་དུམ་ - གཞན་དག་ </emph>འོག་གི་འདེམས་གཞི་ཁཱ་<link href=\"text/swriter/01/04090006.xhp\" name=\"གཞི་གྲངས་མཛོད་\">གཞི་གྲངས་མཛོད་</link>ལ་གཟིགས།"
|
||||
|
||||
#: 01150000.xhp
|
||||
@@ -10164,9 +10163,8 @@ msgstr "ཤོག་གྲངས་ཀྱི་ཆ་རྐྱེན་ཡོད
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3150333\n"
|
||||
"136\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Functions</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab."
|
||||
msgstr "ཚལ་ཐོ་འདེམས་པ་:<emph>[བསྒརའཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>དེ་ནས་ <emph>\"བྱེད་ནུས་\"</emph>འདེམས་གཞི་ཁ་རྐྱང་རྡེབ་བྱེད།"
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -10228,9 +10226,8 @@ msgstr "སྤྱོད་པོའི་མཚན་འཇོག་གི་འ
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3155836\n"
|
||||
"138\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Variables</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab."
|
||||
msgstr "ཚལ་ཐོ་<emph>[བསྒརའཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>འདེམས་ན་ དེ་ནས་<emph>\"འགྱུར་ཚད་\"</emph>འདེམས་གཞི་ཁ་རྐྱང་རྡེབ་བྱེད།"
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -10346,9 +10343,8 @@ msgstr "དཔེ་གཞི་དེའི་ཆ་ཤས་ཐོག་མ་
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3150523\n"
|
||||
"145\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Database</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab."
|
||||
msgstr "ཚལ་ཐོ་འདེམས་པ་<emph>[བསྒརའཛུད་] - [ཁོངས] - [གཞན་དག་...]</emph>འདེམས་རྗེས་ དེ་ནས་<emph>\"གཞི་གྲངས་མཛོད་\"</emph>འདེམས་གཞི་ཁ་རྐྱང་རྡེབ་བྱེད།"
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -13226,18 +13222,18 @@ msgid "Edit Concordance File"
|
||||
msgstr "བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་སྒྲིག"
|
||||
|
||||
#: 04120250.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"bm_id3148768\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>editing; concordance files</bookmark_value><bookmark_value>concordance files; definition</bookmark_value>"
|
||||
msgid "<bookmark_value>editing; concordance files</bookmark_value> <bookmark_value>concordance files; definition</bookmark_value>"
|
||||
msgstr "<bookmark_value>རྩོམསྒྲིག་; བཤེར་འདྲེན་ཡིག་ཆ་</bookmark_value><bookmark_value>བཤེར་འདྲེན་ཡིག་ཆ་; མཚན་ཉིད་</bookmark_value>"
|
||||
|
||||
#: 04120250.xhp
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3148768\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Edit Concordance File"
|
||||
msgstr "བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་སྒྲིག"
|
||||
@@ -13246,7 +13242,6 @@ msgstr "བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་སྒ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151180\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">Create or edit a list of words to include in an Alphabetical Index.</ahelp> A concordance file lists words that should be referenced in an alphabetical index, together with the page number(s) where they appear in the document."
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">བཤེར་འདྲེན་དཀར་ཆག་ལ་ཚུད་དགོས་པའི་ཡིག་ཚིག་རེའུ་འགོད་གསར་འཛུགས་སམ་རྩོམ་སྒྲིག་བྱེད་དགོས།</ahelp>"
|
||||
@@ -13256,14 +13251,13 @@ msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id837427\n"
|
||||
"help.text"
|
||||
msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows to enter every word just once, then use the list many times."
|
||||
msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows you to enter every word just once, then use the list many times."
|
||||
msgstr ""
|
||||
|
||||
#: 04120250.xhp
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3154645\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "To access the Edit Concordance File dialog:"
|
||||
msgstr "\"བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་སྒྲིག་\"གླིང་སྒྲོམ་ལ་བཅར་འདྲི་བྱེད་པ།"
|
||||
@@ -13280,7 +13274,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3145420\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "In the <emph>Type </emph>box, select \"Alphabetical Index\"."
|
||||
msgstr "<emph>\"རིགས་\"</emph>སྒྲོམ་ནང་\"བཤེར་འདྲེན་དཀར་ཆག་\"འདེམས་དགོས།"
|
||||
@@ -13289,7 +13282,6 @@ msgstr "<emph>\"རིགས་\"</emph>སྒྲོམ་ནང་\"བཤེ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154107\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "In the <emph>Options </emph>area, select the <emph>Concordance file</emph> check box."
|
||||
msgstr "<emph>འདེམས་གཞི་</emph>ས་ཁོངས་ནང་འདེམས་པའི་<emph>བཤེར་འདྲེན་ཡིག་ཆ་</emph>བསྐྱར་འདེམས་སྒྲོམ་ནང་འདེམས།"
|
||||
@@ -13298,7 +13290,6 @@ msgstr "<emph>འདེམས་གཞི་</emph>ས་ཁོངས་ནང
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153668\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "Click the <emph>File</emph> button, and then choose <emph>New</emph> or <emph>Edit</emph>."
|
||||
msgstr "<emph>ཡིག་ཆ་</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས་ དེ་ནས་<emph>གསར་འཛུགས་</emph>ཡང་ན་<emph>རྩོམ་སྒྲིག་</emph>འདེམས་དགོས།"
|
||||
@@ -13307,7 +13298,6 @@ msgstr "<emph>ཡིག་ཆ་</emph>གནོན་མཐེབ་ལ་ར
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154470\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "A concordance file contains the following fields:"
|
||||
msgstr "བཤེར་འདྲེན་ཡིག་ཆའི་ནང་གཤམ་གསལ་ཡིག་དུམ་འདུས་ཡོད།"
|
||||
@@ -13316,7 +13306,6 @@ msgstr "བཤེར་འདྲེན་ཡིག་ཆའི་ནང་གཤ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3152953\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "\"Search term\" refers to the index entry that you want to mark in the document."
|
||||
msgstr "\"བཤེར་འཚོལ་གཤར་བྱང་\"ནི་ཡིག་ཚགས་ནང་གི་བྲིས་རྟགས་ཀྱི་བཤེར་འདྲེན་གཤར་བྱང་ལ་ཟེར།"
|
||||
@@ -13325,7 +13314,6 @@ msgstr "\"བཤེར་འཚོལ་གཤར་བྱང་\"ནི་ཡ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155896\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "\"Alternative entry\" refers to the index entry that you want to appear in the index."
|
||||
msgstr "\"འདེམས་ཆོག་པའི་གཤར་བྱང་\"ནི་བཤེར་འདྲེན་ནང་གཤར་བྱང་མངོན་པ།"
|
||||
@@ -13334,7 +13322,6 @@ msgstr "\"འདེམས་ཆོག་པའི་གཤར་བྱང་\"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154194\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "The 1st and 2nd Keys are parent index entries. The \"Search term\" or the \"Alternative entry\" appears as a subentry under the 1st and 2nd Keys."
|
||||
msgstr "དང་པ་དང་གཉིས་པའི་འགག་གནད་ཡི་གེ་ནི་བཤེར་འདྲེན་གཤར་བྱང་ཕ་ཡིན། \"བཤེར་འདྲེན་ཆ་རྐྱེན་\"ཡང་ན་\"འདེམས་ཆོག་པའི་གཤར་བྱང་\"དེ་ཡན་ལག་གཤར་བྱང་དུ་རྩིས་ནས་ཨང་དང་པའི་དང་ཨང་གཉིས་པའི་འགག་གནད་ཡི་གེའི་འོག་དུ་མངོན་པ།"
|
||||
@@ -13343,7 +13330,6 @@ msgstr "དང་པ་དང་གཉིས་པའི་འགག་གནད
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155184\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "\"Match case\" means that uppercase and lowercase letters are considered."
|
||||
msgstr "\"ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་\"དེ་ཡིས་ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་མཚོན་དགོས།"
|
||||
@@ -13352,7 +13338,6 @@ msgstr "\"ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་\"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3143282\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "\"Word only\" searches for the term as a single word."
|
||||
msgstr "\"ཡིག་ཧྲིལ་ཟླ་སྒྲིག་\"གིས་བཤེར་འཚོལ་གྱི་གཤར་བྱང་ངེས་པར་དུ་ཁེར་རྐྱང་གི་ཚིག་ཡིན་པ་མཚམས་པ།"
|
||||
@@ -13361,7 +13346,6 @@ msgstr "\"ཡིག་ཧྲིལ་ཟླ་སྒྲིག་\"གིས་
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3147220\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "To enable the \"Match case\" or \"Word only\" options, click in the corresponding cell, and then select the check box."
|
||||
msgstr "\"ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་\"ཡང་ན་\"ཡིག་ཧྲིལ་ཟླ་སྒྲིག་\"འདེམས་གཞི་སྒུལ་སྤྱོད་བྱེད་དགོས་ན་ ལྟོས་བཅས་ཀྱི་དྲ་མིག་ལ་རྐྱང་རྡེབ་བྱས་ཐོག་དེ་ནས་བསྐྱར་འདེམས་སྒྲོམ་བདམས་དགོས།"
|
||||
@@ -13370,7 +13354,6 @@ msgstr "\"ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་\"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3153629\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "To create a concordance file without the Edit Concordance File dialog:"
|
||||
msgstr "\"བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་སྒྲིག་\"གླིང་སྒྲོམ་ལ་བཤེར་འདྲེན་ཡིག་ཆ་གསར་འཛུགས་བེད་མི་སྤྱོད་པ།"
|
||||
@@ -13379,7 +13362,6 @@ msgstr "\"བཤེར་འདྲེན་ཡིག་ཆ་རྩོམ་ས
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153644\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Use the following format guidelines when you create a concordance file:"
|
||||
msgstr "བཤེར་འདྲེན་ཡིག་ཆ་གསར་འཛུགས་སྐབས་ གཤམ་གྱི་རྣམ་གཞག་ཚད་འཛིན་བེད་སྤྱོད་དགས།"
|
||||
@@ -13388,7 +13370,6 @@ msgstr "བཤེར་འདྲེན་ཡིག་ཆ་གསར་འཛུ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3152770\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "Each entry in the concordance file is on a separate line."
|
||||
msgstr "བཤེར་འདྲེན་ཡིག་ཆ་ནང་གི་གཤར་བྱང་ཚང་མས་ཁེར་རྐྱང་གི་ཡིག་ཕྲེང་ཞིག་ཟིན་གྱི་ཡོད།"
|
||||
@@ -13397,7 +13378,6 @@ msgstr "བཤེར་འདྲེན་ཡིག་ཆ་ནང་གི་ག
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155142\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "Commented lines start with #."
|
||||
msgstr "མཆན་འགྲེལ་ཕྲེང་ # འགོ་ཚུགས་པ་ཡིན།"
|
||||
@@ -13406,7 +13386,6 @@ msgstr "མཆན་འགྲེལ་ཕྲེང་ # འགོ་ཚུགས
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153354\n"
|
||||
"11\n"
|
||||
"help.text"
|
||||
msgid "Use the following format for the entries:"
|
||||
msgstr "གཤར་བྱང་ནང་གཤམ་གྱི་རྣམ་གཞག་ཉེར་སྤྱོད་བྱེད་དགོས་པ་སྟེ།"
|
||||
@@ -13415,7 +13394,6 @@ msgstr "གཤར་བྱང་ནང་གཤམ་གྱི་རྣམ་ག
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3149172\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
|
||||
msgstr "བཤེར་འཚོལ་གཤར་བྱང་ འདེམས་ཆོག་གཤར་བྱང་ འགག་གནད་ཡི་གེ་དང་པོ་ འགག་གནད་ཡི་གེ་གཉིས་པ་ ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་ ཡིག་ཧྲིལ་ཟླ་སྒྲིག"
|
||||
@@ -13424,7 +13402,6 @@ msgstr "བཤེར་འཚོལ་གཤར་བྱང་ འདེམས
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3156270\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or FALSE if they are empty or zero (0). All other contents are interpreted as \"Yes\" or TRUE."
|
||||
msgstr "གལ་ཏེ་\"ཡིག་ཆེ་ཆུང་དབྱེ་འབྱེད་\"དང་\"ཡི་གེ་ཧྲིལ་པོ་\"གཤར་བྱང་དེ་གནས་སྟོང་ངམ (0) ཡིན་ན་རྣམ་གྲངས་འདི་གཉིས་\"མིན་\"ཡང་ན་ FALSE ལ་འགྲེལ་བཤད་བྱས་ཡོད་ དེ་མིན་གྱི་ནང་དོན་ཡོད་ཚད་\"ཡིན་\"ཡང་ན་ TRUEལ་འགྲེལ་བཤད་བྱས་ཡོད།"
|
||||
@@ -13433,7 +13410,6 @@ msgstr "གལ་ཏེ་\"ཡིག་ཆེ་ཆུང་དབྱེ་འ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3145778\n"
|
||||
"27\n"
|
||||
"help.text"
|
||||
msgid "Example"
|
||||
msgstr "དཔེ་གཞི།"
|
||||
@@ -13442,7 +13418,6 @@ msgstr "དཔེ་གཞི།"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155907\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "For example, to include the word \"Boston\" in your alphabetical index under the \"Cities\" entry, enter the following line in the concordance file:"
|
||||
msgstr "དཔེར་ན་ མིང་ \"Boston\" འདི་བཤེར་འདྲེན་དཀར་ཆག་ནང་གི་ \"Cities\" གཤར་བྱང་འོག་ཚུད་དགོས་ན་ བཤེར་འདྲེན་ཡིག་ཆ་འི་ནང་གཤམ་གསལ་གྱི་ཕྲེང་ནང་འཇུག་བྱེད་དགོས་ཏེ།"
|
||||
@@ -13451,7 +13426,6 @@ msgstr "དཔེར་ན་ མིང་ \"Boston\" འདི་བཤེར
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151370\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "Boston;Boston;Cities;;0;0"
|
||||
msgstr "པེ་ཅིན་ པེ་ཅིན་ གྲོང་ཁྱེར་ 0 0"
|
||||
@@ -13460,7 +13434,6 @@ msgstr "པེ་ཅིན་ པེ་ཅིན་ གྲོང་ཁྱེ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151383\n"
|
||||
"16\n"
|
||||
"help.text"
|
||||
msgid "This also finds \"Boston\" if it is written in lowercase letters."
|
||||
msgstr "\"Boston\" ཡི་ཡིག་འབྲུ་དེ་ཆུང་བྲིས་ཡིན་ནའང་ དེ་མིན་བཞིན་ཪྙེད་ཐུབ་པ་ཡིན།"
|
||||
@@ -13469,7 +13442,6 @@ msgstr "\"Boston\" ཡི་ཡིག་འབྲུ་དེ་ཆུང་བ
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155866\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "To include the \"Beacon Hill\" district in Boston under the \"Cities\" entry, enter the following line:"
|
||||
msgstr "\"Cities\" གཤར་བྱང་འོག་གི་ Boston ནང་ \"Beacon Hill\" ཁུལ་ཚུད་པའི་ གཤམ་གསལ་ཕྲེང་ནང་འཇུག་བྱེད་དགོས་ཏེ།"
|
||||
@@ -13478,7 +13450,6 @@ msgstr "\"Cities\" གཤར་བྱང་འོག་གི་ Boston ནང
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3150116\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "Beacon Hill;Boston;Cities;"
|
||||
msgstr "朝阳 པེ་ཅིན་ གྲོང་ཁྱེར།"
|
||||
@@ -14565,16 +14536,17 @@ msgctxt ""
|
||||
"04220000.xhp\n"
|
||||
"par_id3153921\n"
|
||||
"help.text"
|
||||
msgid "To remove a header, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
|
||||
msgid "To remove a header, choose <emph>Insert - Header and Footer - Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
|
||||
msgstr "ཤོག་སྨིན་སུབ་པ་ན་ <emph>[མཐོང་རིས་] - [ཤོག་སྨིན་]</emph> འདེམ་པ་དང་དེ་ནས་ཤོག་སྨིན་དེ་ཚུད་པའི་ཤོག་ངོས་བཟོ་ལྟ།འདེམས་དགོས་ ཤོག་ངོས་བཟོ་ལྟ་བེད་སྤྱོད་བྱས་པའི་ཤོག་ངོས་ནང་གི་ཤོག་སྨིན་ཚང་མ་སུབ་པ།"
|
||||
|
||||
#: 04220000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04220000.xhp\n"
|
||||
"par_id3150761\n"
|
||||
"help.text"
|
||||
msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header - All</emph>."
|
||||
msgstr ""
|
||||
msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>."
|
||||
msgstr "ཡིག་ཚགས་ནང་བེད་སྤྱོད་པའི་ཤོག་ངོས་བཟོ་ལྟ་ཡོད་ཚད་ནང་ཤོག་སྨིན་ཁ་སྣོན་ནམ་སུབ་དགོས་ན་ <emph>[མཐོང་རིས་] - [ཤོག་སྨིན་] - [ཚང་མ་]</emph>འདེམས་པ།"
|
||||
|
||||
#: 04220000.xhp
|
||||
msgctxt ""
|
||||
@@ -14631,16 +14603,17 @@ msgctxt ""
|
||||
"04230000.xhp\n"
|
||||
"par_id3150566\n"
|
||||
"help.text"
|
||||
msgid "To remove a footer, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
|
||||
msgid "To remove a footer, choose <emph>Insert - Header and Footer - Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
|
||||
msgstr "ཤོག་ཞབས་བསུབ་དགོས་ན་<emph>མཐོང་རིས་] - ཤོག་ཞབས]</emph> དེ་རྗེས་ཤོག་ཞབས་དེ་ཡོད་པའི་ཤོག་ངོས་རྣམ་པ་འཚོལ་དགོས།ཤོག་ངོས་འདིའི་རྣམ་པ་བེད་སྤྱོད་པའི་ཤོག་ངོས་ཚང་ མའི་ནང་གི་ཤོག་ཞབས་ཚང་ མ་བསུབ་དགོས།"
|
||||
|
||||
#: 04230000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04230000.xhp\n"
|
||||
"par_id3153923\n"
|
||||
"help.text"
|
||||
msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer - All</emph>."
|
||||
msgstr ""
|
||||
msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>."
|
||||
msgstr "ཡིག་ཚང་སྤྱོད་པའི་ཤོག་ངོསརྣམ་པ་ཚང་མར་ཤོག་ཞབས་གསལ་སྟོན་དང་སུབ་དགོས་ན་ <emph>མཐོང་རིས་ -ཤོག་ཞབས་ - ཚང་མ་</emph>འདེམ་དགོས།"
|
||||
|
||||
#: 04230000.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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:19+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:21+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1449836345.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184465.000000\n"
|
||||
|
||||
#: 02110000.xhp
|
||||
msgctxt ""
|
||||
@@ -3446,9 +3446,8 @@ msgstr "<ahelp hid=\".uno:InsertDateField\">མིག་སྔའི་ཚེ་
|
||||
msgctxt ""
|
||||
"18030100.xhp\n"
|
||||
"par_id3151312\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgstr "གལ་ཏེ་ཚེ་གྲངས་རྣམ་གཞག་མི་གཅིག་པའི་མཚན་འཇོག་བྱེད་པའམ་ཡང་ན་ ཚེ་གྲངས་རང་འགུལ་གྱི་གསལ་བཟོ་བྱེད་ན་ <emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>བདམས་པའི་ཡིས་ཁོངས་བསྒར་འཛུད་བྱེད་ དེ་ནས་<link href=\"text/swriter/01/04090000.xhp\" name=\"ཁོངས་བཀའ་བརྡ་\"><emph>\"ཁོངས་བཀའ་བརྡ་\"</emph></link> གླེང་སྒྲོམ་ནང་མཁོ་ངེས་ཀྱི་བཀོད་སྒྲིག་གཏན་འཁེལ་བྱེད་དགོས། ག་དུས་ཡིན་ཡང་གཡས་མཐེབ་ཚལ་ཐོའི་<link href=\"text/swriter/01/02140000.xhp\" name=\"རྩོམ་སྒྲིག་ཁོངས་བཀའ་བརྡ་\"><emph>[རྩོམ་སྒྲིག་ཁོངས་བཀའ་བརྡ་...]</emph></link>འདེམས་ནས་ད་ཡོད་ཀྱི་ཚེ་གྲངས་ཡིག་དུམ་རྣམ་གཞག་བཟོ་བཅོས་བྱེད།"
|
||||
|
||||
#: 18030200.xhp
|
||||
@@ -3490,9 +3489,8 @@ msgstr "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">མིག་
|
||||
msgctxt ""
|
||||
"18030200.xhp\n"
|
||||
"par_id3151177\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgstr "དུས་ཚོད་རྣམ་གཞག་གཞན་དག་གཏན་འཁེལ་བྱེད་ན་ དོན་དངོས་ཀྱི་དུས་ཚོད་གཞི་གྲངས་ལེགས་སྒྲིག་བྱེད་དགོས་ན་ <emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>འདེམས་པ་དང་ <link href=\"text/swriter/01/04090000.xhp\" name=\"ཁོངས་བཀའ་བརྡ་\"><emph>\"ཁོངས་བཀའ་བརྡ་\"</emph></link>གླེང་སྒྲོམ་ནང་མཁོ་ངེས་ཀྱི་བཀོད་སྒྲིག་གཏན་འཁེལ་བྱེད་དགོས། ག་དུས་ཡིན་ཡང་གཡས་མཐེབ་ཚལ་ཐོའི་<link href=\"text/swriter/01/02140000.xhp\" name=\"རྩོམ་སྒྲིག་ཁོངས་བཀའ་བརྡ་\"><emph>[རྩོམ་སྒྲིག་ཁོངས་བཀའ་བརྡ་...]</emph></link>འདེམས་ནས་བསྒར་འཛུད་བྱས་པའི་དུས་ཚོད་ཡིག་དུམ་རྣམ་གཞག་བསྒར་འཛུད་བྱེད།"
|
||||
|
||||
#: 18030300.xhp
|
||||
@@ -3518,7 +3516,7 @@ msgctxt ""
|
||||
"18030300.xhp\n"
|
||||
"par_id3150760\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page </emph><emph>Number</emph> character style."
|
||||
msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page Number</emph> character style."
|
||||
msgstr ""
|
||||
|
||||
#: 18030300.xhp
|
||||
@@ -3526,7 +3524,7 @@ msgctxt ""
|
||||
"18030300.xhp\n"
|
||||
"par_id3151175\n"
|
||||
"help.text"
|
||||
msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
|
||||
msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
|
||||
msgstr ""
|
||||
|
||||
#: 18030400.xhp
|
||||
@@ -3604,9 +3602,8 @@ msgstr "<ahelp hid=\".uno:InsertTopicField\" visibility=\"visible\">ཡིག་
|
||||
msgctxt ""
|
||||
"18030500.xhp\n"
|
||||
"par_id3156380\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgstr "གལ་ཏེ་ཁྱེད་ཀྱི་རི་བར་ཡིག་ཚགས་གཏོགས་གཤིས་གཞན་དག་ཉེར་སྤྱོད་ཀྱི་ཡིག་དུམ་ལ་བརྩིས་ནས་བསྒར་འཛུད་བྱེད་འདོད་ན་ བཀའ་ཚིག་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>ཁོངས་བསྒར་འཛུད་བྱེད་པ་མ་ཟད་<link href=\"text/swriter/01/04090000.xhp\" name=\"ཁོངས་བཀའ་བརྡ་\"><emph>\"ཁོངས་བཀའ་བརྡ་\"</emph></link>གླེང་སྒྲོམ་ནང་རེ་བ་ལ་གཞིགས་ཏེ་བཀོད་སྒྲིག་བྱེད། འདིར་ <emph>\"ཡིག་ཚགས་ཆ་འཕྲིན་\"</emph>ཤོག་དབྱེའི་ནང་སྤྱོད་རུང་བའི་ཡིག་དུམ་རིགས་ཡོད་ཚད་མཐོང་ཐུབ།"
|
||||
|
||||
#: 18030600.xhp
|
||||
@@ -3640,9 +3637,8 @@ msgstr "<ahelp hid=\".uno:InsertTitleField\">ཡིག་ཚགས་གཏོ
|
||||
msgctxt ""
|
||||
"18030600.xhp\n"
|
||||
"par_id3148768\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgstr "གལ་ཏེ་ཁྱེད་ཀྱི་རི་བར་ཡིག་ཚགས་གཏོགས་གཤིས་གཞན་དག་ཉེར་སྤྱོད་ཀྱི་ཡིག་དུམ་ལ་བརྩིས་ནས་བསྒར་འཛུད་བྱེད་འདོད་ན་ བཀའ་ཚིག་<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>ཁོངས་བསྒར་འཛུད་བྱེད་པ་མ་ཟད་<link href=\"text/swriter/01/04090000.xhp\" name=\"ཁོངས་བཀའ་བརྡ་\"><emph>\"ཁོངས་བཀའ་བརྡ་\"</emph></link>གླེང་སྒྲོམ་ནང་རེ་བ་ལ་གཞིགས་ཏེ་བཀོད་སྒྲིག་བྱེད། འདིར་ <emph>\"ཡིག་ཚགས་ཆ་འཕྲིན་\"</emph>ཤོག་དབྱེའི་ནང་སྤྱོད་རུང་བའི་ཡིག་དུམ་རིགས་ཡོད་ཚད་མཐོང་ཐུབ།"
|
||||
|
||||
#: 18030700.xhp
|
||||
|
||||
@@ -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 15:46+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-01-08 13:01+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1431359218.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1452258060.000000\n"
|
||||
|
||||
#: 01020000.xhp
|
||||
msgctxt ""
|
||||
@@ -1324,7 +1324,7 @@ msgctxt ""
|
||||
"01020000.xhp\n"
|
||||
"par_id6164433\n"
|
||||
"help.text"
|
||||
msgid "Move cursor to end of paragraph."
|
||||
msgid "Move cursor to beginning of next paragraph."
|
||||
msgstr ""
|
||||
|
||||
#: 01020000.xhp
|
||||
|
||||
@@ -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-16 22:43+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 10:21+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: bo\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: 1460846581.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462184500.000000\n"
|
||||
|
||||
#: anchor_object.xhp
|
||||
msgctxt ""
|
||||
@@ -3254,7 +3254,7 @@ msgctxt ""
|
||||
"conditional_text.xhp\n"
|
||||
"par_id3155566\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: conditional_text.xhp
|
||||
@@ -3318,7 +3318,7 @@ msgctxt ""
|
||||
"conditional_text.xhp\n"
|
||||
"par_id3151212\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: conditional_text.xhp
|
||||
@@ -3452,11 +3452,12 @@ msgid "Place the cursor in your document where you want to insert the page count
|
||||
msgstr "འོད་རྟགས་ནི་ཡིག་ཚགས་ནང་བསྒར་འཛུད་བྱ་རྒྱུའི་ཤོག་གྲངས་ཀྱི་གནས་སར་འཇོག"
|
||||
|
||||
#: conditional_text2.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"conditional_text2.xhp\n"
|
||||
"par_id3150513\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - Page Count</item>, and then enter a space."
|
||||
msgstr "<emph>བསྒར་འཛུད་ - ཡིག་དུམ་ - ཤོག་གྲངས་</emph>བདམས་རྗེས་སྟོང་མིག་གཅིག་ནང་འཇུག་བྱ།"
|
||||
|
||||
#: conditional_text2.xhp
|
||||
@@ -3464,7 +3465,7 @@ msgctxt ""
|
||||
"conditional_text2.xhp\n"
|
||||
"par_id3150537\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: conditional_text2.xhp
|
||||
@@ -4122,7 +4123,7 @@ msgctxt ""
|
||||
"fields_date.xhp\n"
|
||||
"par_id3147679\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab."
|
||||
msgstr "<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>འདེམས་པ་དང་ <emph>\"ཡིག་ཚགས་\"</emph>འདེམས་གཞིའི་ཁྭ་ལ་རྐྱང་རྡེབ་བྱ།"
|
||||
|
||||
#: fields_date.xhp
|
||||
@@ -4188,7 +4189,7 @@ msgctxt ""
|
||||
"fields_enter.xhp\n"
|
||||
"par_id3145776\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: fields_enter.xhp
|
||||
@@ -5049,7 +5050,7 @@ msgctxt ""
|
||||
"footer_nextpage.xhp\n"
|
||||
"par_id3147109\n"
|
||||
"help.text"
|
||||
msgid "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "འོད་རྟགས་ཤོག་ཞབས་ནང་འཇོག་པ་མ་ཟད་ <emph>བསྒར་འཛུད་ - ཡིག་དུམ་ - གཞན་དག་</emph>འདེམས་དགོས།"
|
||||
|
||||
#: footer_nextpage.xhp
|
||||
@@ -5143,12 +5144,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa
|
||||
msgstr "<emph>བསྒར་འཛུད་ - ཤོག་ཞབས་</emph>འདེམས་པ་དང་དེ་རྗེས་གསབ་སྣོན་བྱ་རྒྱུའི་ཤོག་ཞབས་ཤོག་ངསོ་ཀྱི་བཟོ་ལྟ་འདེམས་དགོས།"
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer_pagenumber.xhp\n"
|
||||
"par_id3150534\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Number</emph>."
|
||||
msgid "Choose <emph>Insert - Field - Page Number</emph>."
|
||||
msgstr "<emph>བསྒར་འཛུད་ - ཡིག་དུམ་ - ཤོག་ཨང་</emph>འདེམས་པ།"
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
@@ -5178,12 +5179,12 @@ msgid "Click in front of the page number field, type <item type=\"literal\">Page
|
||||
msgstr ""
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer_pagenumber.xhp\n"
|
||||
"par_id3155554\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Count</emph>."
|
||||
msgid "Choose <emph>Insert - Field - Page Count</emph>."
|
||||
msgstr "<emph>བསྒར་འཛུད་ - ཡིག་དུམ་ - ཤོག་གྲངས་</emph>འདེམས་པ།"
|
||||
|
||||
#: footnote_usage.xhp
|
||||
@@ -6451,7 +6452,7 @@ msgctxt ""
|
||||
"header_with_chapter.xhp\n"
|
||||
"par_id3146863\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: header_with_chapter.xhp
|
||||
@@ -6607,9 +6608,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3153131\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Click in your document and choose <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "Click in your document and choose <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "ཡིག་ཚགས་ནང་རྐྱང་རྡེབ་བྱས་རྗེས་ <emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>འདེམས་དགོས།"
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -6689,9 +6689,8 @@ msgstr "ཡིག་ཚགས་ནང་དུ་ཡི་གེ་གསབ་
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3145409\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgstr "<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>བདམས་རྗེས་ <emph>\"བྱེད་ནུས་\"</emph>འདེམས་གཞིའི་ཁྭ་ལ་རྐྱང་རྡེབ་བྱ།"
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -6753,9 +6752,8 @@ msgstr "དུམ་བུའི་ནང་དུ་གསབ་སྣོན་
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3154872\n"
|
||||
"35\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgstr "<emph>[བསྒར་འཛུད་] - [ཁོངས་] - [གཞན་དག་...]</emph>བདམས་རྗེས་ <emph>\"བྱེད་ནུས་\"</emph>འདེམས་གཞིའི་ཁྭ་ལ་རྐྱང་རྡེབ་བྱ།"
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -6859,9 +6857,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3148603\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>"
|
||||
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>"
|
||||
msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"ཡོངས་རྫོགས་\">ཡོངས་རྫོགས་</link>"
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -9600,7 +9597,7 @@ msgctxt ""
|
||||
"number_sequence.xhp\n"
|
||||
"par_id3155048\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgstr ""
|
||||
|
||||
#: number_sequence.xhp
|
||||
@@ -10468,7 +10465,7 @@ msgctxt ""
|
||||
"pagenumbers.xhp\n"
|
||||
"par_id8611102\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Number</emph> to insert a page number at the current cursor position."
|
||||
msgid "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position."
|
||||
msgstr ""
|
||||
|
||||
#: pagenumbers.xhp
|
||||
@@ -13673,7 +13670,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 <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
|
||||
msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/extension-center?getCategories=Dictionary\">extensions web page</link>."
|
||||
msgstr ""
|
||||
|
||||
#: spellcheck_dialog.xhp
|
||||
|
||||
150
source/bo/helpcontent2/source/text/swriter/menu.po
Normal file
150
source/bo/helpcontent2/source/text/swriter/menu.po
Normal file
@@ -0,0 +1,150 @@
|
||||
#. extracted from helpcontent2/source/text/swriter/menu
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Footnote and Endnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id03042016113344773\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161136126396\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id03042016113613789\n"
|
||||
"help.text"
|
||||
msgid "Footnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161138373075\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertFootnote\">Insert a footnote at the current cursor position without a prompt.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id030420161138377837\n"
|
||||
"help.text"
|
||||
msgid "Endnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161138378865\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertEndnote\">Insert a endnote at the current cursor position without a prompt.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id3147231\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote or Endnote</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Frame"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id030720160601535384\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_frame.xhp\">Frame</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"par_id030720160603138925\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id030720160605268360\n"
|
||||
"help.text"
|
||||
msgid "Frame Interactively"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"par_id030720160605261333\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertFrameInteract\">Insert a frame by drawing its shape with the mouse cursor.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id3150951\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Header and Footer"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"hd_id030720160441573285\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_header_footer.xhp\">Header and Footer</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"par_id030720160442296603\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu includes commands to add and remove page headers and footers.</ahelp>"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user