From 8b19beb31a8130df352a794fc391eace34250bfd Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 8 Nov 2019 23:13:44 +0100 Subject: update translations from weblate Change-Id: I75a99d8d1567ffce961a404c6f054b9bd07b62a0 --- source/km/helpcontent2/source/text/sbasic/guide.po | 477 +++++++- .../km/helpcontent2/source/text/sbasic/python.po | 6 +- .../km/helpcontent2/source/text/sbasic/shared.po | 297 +++-- source/km/helpcontent2/source/text/scalc/01.po | 30 +- source/km/helpcontent2/source/text/scalc/guide.po | 72 +- source/km/helpcontent2/source/text/sdraw/guide.po | 20 +- source/km/helpcontent2/source/text/shared/00.po | 41 +- source/km/helpcontent2/source/text/shared/01.po | 1140 ++++++++++---------- source/km/helpcontent2/source/text/shared/02.po | 9 +- source/km/helpcontent2/source/text/shared/05.po | 37 +- source/km/helpcontent2/source/text/shared/06.po | 174 ++- source/km/helpcontent2/source/text/shared/guide.po | 171 ++- source/km/helpcontent2/source/text/shared/menu.po | 6 +- .../km/helpcontent2/source/text/shared/optionen.po | 7 +- source/km/helpcontent2/source/text/simpress.po | 12 +- source/km/helpcontent2/source/text/simpress/00.po | 172 ++- source/km/helpcontent2/source/text/simpress/01.po | 52 +- source/km/helpcontent2/source/text/simpress/02.po | 12 +- .../km/helpcontent2/source/text/simpress/guide.po | 46 +- source/km/helpcontent2/source/text/swriter/01.po | 15 +- 20 files changed, 1872 insertions(+), 924 deletions(-) (limited to 'source/km/helpcontent2') diff --git a/source/km/helpcontent2/source/text/sbasic/guide.po b/source/km/helpcontent2/source/text/sbasic/guide.po index e1d1336e597..8420a24a3ed 100644 --- a/source/km/helpcontent2/source/text/sbasic/guide.po +++ b/source/km/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2018-04-25 12:37+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -187,6 +187,474 @@ msgctxt "" msgid "Compare Access2Base with Microsoft Access VBA" msgstr "" +#. 4eXWf +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"tit\n" +"help.text" +msgid "Basic to Python" +msgstr "" + +#. eoGBT +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0430\n" +"help.text" +msgid "Basic;Calling Python API;SimpleFileAccess API;PathSettings API;XScript" +msgstr "" + +#. 8tB4f +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"hd_id811571848401485\n" +"help.text" +msgid "Calling Python Scripts from Basic" +msgstr "" + +#. P7E4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0432\n" +"help.text" +msgid "Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:" +msgstr "" + +#. ZKSB3 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0433\n" +"help.text" +msgid "ComputerName identification or OSName detection are possible," +msgstr "" + +#. AW7Lr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0434\n" +"help.text" +msgid "Basic FileLen() function and com.sun.star.ucb.SimpleFileAccess.getSize() API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome," +msgstr "" + +#. At8D2 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0435\n" +"help.text" +msgid "com.sun.star.util.PathSettings can be normalized," +msgstr "" + +#. CPd9K +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0436\n" +"help.text" +msgid "and many more." +msgstr "" + +#. JvzSR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0437\n" +"help.text" +msgid "A reasonable exposure to %PRODUCTNAME Basic and to Application Programming Interface (API) features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine." +msgstr "" + +#. 4jY8s +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0438\n" +"help.text" +msgid "Retrieving Python Scripts" +msgstr "" + +#. bBTqb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0439\n" +"help.text" +msgid "Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating com.sun.star.script.provider.XScript interface compliant UNO objects allows the execution of Python scripts:" +msgstr "" + +#. AZwVA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0444\n" +"help.text" +msgid "''' Grab Python script object before execution" +msgstr "" + +#. woGvx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0445\n" +"help.text" +msgid "' Arguments:" +msgstr "" + +#. nvnTr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0446\n" +"help.text" +msgid "' macro : as \"library/module.py$macro\" or \"module.py$macro\"" +msgstr "" + +#. Au674 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0447\n" +"help.text" +msgid "' location: as \"document\", \"share\", \"user\" or ENUM(eration)" +msgstr "" + +#. u5hgy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0448\n" +"help.text" +msgid "' Result:" +msgstr "" + +#. kskTS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0449\n" +"help.text" +msgid "' located com.sun.star.script.provider.XScript UNO service'''" +msgstr "" + +#. F9Hvi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0452\n" +"help.text" +msgid "Dim sp As Object ' com.sun.star.script.provider.XScriptProvider compatible" +msgstr "" + +#. osCpU +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0463\n" +"help.text" +msgid "Executing Python Scripts" +msgstr "" + +#. pAfKa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0464\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. gVpsb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0466\n" +"help.text" +msgid "opSysName = script.invoke(Array(), in_outs, Array()) ' in_out is an Array" +msgstr "" + +#. jiU2w +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0469\n" +"help.text" +msgid "Embedded Scripts Examples" +msgstr "" + +#. FadCx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0470\n" +"help.text" +msgid "Below ComputerName, and GetFilelen routines are calling their Python counterparts, using aforementioned GetPythonScript function. Exception handling is not detailed." +msgstr "" + +#. YbMbS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0472\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. KVNHH +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0477\n" +"help.text" +msgid "'''Workstation name'''" +msgstr "" + +#. FCaBa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0483\n" +"help.text" +msgid "'''File size in bytes'''" +msgstr "" + +#. D9Cbu +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0489\n" +"help.text" +msgid "ISEMBEDDED As String ' document script" +msgstr "" + +#. bD77H +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0490\n" +"help.text" +msgid "ISPERSONAL As String ' user script" +msgstr "" + +#. TEbDh +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0491\n" +"help.text" +msgid "ISSHARED As String ' %PRODUCTNAME macro" +msgstr "" + +#. CHTxq +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0497\n" +"help.text" +msgid ".ISEMBEDDED = \"document\" ' document script" +msgstr "" + +#. GGD4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0498\n" +"help.text" +msgid ".ISPERSONAL = \"user\" ' user scripts" +msgstr "" + +#. hz9VR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0499\n" +"help.text" +msgid ".ISSHARED = \"share\" ' %PRODUCTNAME macro" +msgstr "" + +#. KfKCA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0503\n" +"help.text" +msgid "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:" +msgstr "" + +#. igPCi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0526\n" +"help.text" +msgid "Personal or Shared Scripts Examples" +msgstr "" + +#. EPVTC +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0527\n" +"help.text" +msgid "The calling mechanism for personal or shared Python scripts is identical to that of embedded scripts. Library names are mapped to folders. Computing %PRODUCTNAME user profile and shared modules system file paths can be performed as detailed in Getting session information. Below OSName, HelloWorld and NormalizePath routines are calling their Python counterparts, using aforementioned GetPythonScript function. Exception handling is not detailed." +msgstr "" + +#. bwkSJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0529\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. 3W9xB +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0534\n" +"help.text" +msgid "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''" +msgstr "" + +#. WAE7X +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0540\n" +"help.text" +msgid "'''%PRODUCTNAME Python shared sample'''" +msgstr "" + +#. MYSSL +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0546\n" +"help.text" +msgid "'''Strip superfluous '\\..' in path'''" +msgstr "" + +#. yTqsy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0550\n" +"help.text" +msgid "Python standard modules" +msgstr "" + +#. 3F9RQ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0551\n" +"help.text" +msgid "%PRODUCTNAME embedded Python contains many standard libraries to benefit from. They bear a rich feature set, such as but not limited to:" +msgstr "" + +#. aPbV7 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0552\n" +"help.text" +msgid "argparse Parser for command-line options, arguments and sub-commands" +msgstr "" + +#. zBD3c +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0553\n" +"help.text" +msgid "cmath Mathematical functions for complex numbers" +msgstr "" + +#. GDXVa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0554\n" +"help.text" +msgid "csv CSV files reading and writing" +msgstr "" + +#. FnCu8 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0555\n" +"help.text" +msgid "datetime Genuine date and time types" +msgstr "" + +#. GQCwa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0556\n" +"help.text" +msgid "json JSON encoder and decoder" +msgstr "" + +#. JmFZK +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0557\n" +"help.text" +msgid "math Mathematical functions" +msgstr "" + +#. PRGHi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0558\n" +"help.text" +msgid "re Regular expression operations" +msgstr "" + +#. XVbzW +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0559\n" +"help.text" +msgid "socket Low-level networking interface" +msgstr "" + +#. VehtJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0560\n" +"help.text" +msgid "sys System-specific parameters and functions" +msgstr "" + +#. RWzWY +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0561\n" +"help.text" +msgid "unittest and trace Unit testing framework and Track Python execution" +msgstr "" + +#. JG3VZ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0562\n" +"help.text" +msgid "xml.etree.ElementTree ElementTree XML API" +msgstr "" + #. CwBFN #: basic_examples.xhp msgctxt "" @@ -295,14 +763,14 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Dialogs, and then click New." msgstr "ជ្រើស ឧបករណ៍ - ម៉ាក្រូ - រៀបចំ​ប្រអប់ ហើយ​បន្ទាប់​មក​ចុច ថ្មី ។" -#. M3Ddd +#. FkRCE #: create_dialog.xhp msgctxt "" "create_dialog.xhp\n" "par_id3150447\n" "help.text" -msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose Rename." -msgstr "បញ្ចូល​ឈ្មោះ​មួយ​សម្រាប់​ប្រអប់ ហើយ​ចុច យល់ព្រម ។ ដើម្បី​ប្ដូរ​ឈ្មោះ​ប្រអប់​នៅ​ពេល​ក្រោយ ចុច​ប៊ូតុង​កណ្ដុរ​ស្ដាំ​លើ​ឈ្មោះ​នៅ​លើ​ផ្ទាំង ហើយ​ជ្រើស ប្ដូរ​ឈ្មោះ ។" +msgid "Enter a name for the dialog and click OK. To rename the dialog later, right-click the name on the tab and choose Rename." +msgstr "" #. qFeYH #: create_dialog.xhp @@ -978,4 +1446,3 @@ msgctxt "" "help.text" msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings." msgstr "ប្រសិន​បើអ្នក​ប្រើ​មាន​កំណែ %PRODUCTNAME ចាស់ ដែល​មិន​ស្គាល់​ធនធាន​ខ្សែអក្សរ​ដែអាច​ធ្វើ​មូលដ្ឋានីយកម្ម​បាន​សម្រាប់​ប្រអប់ Basic ទេ​នោះ អ្នក​ប្រើ​នឹង​មើលឃើញ​ខ្សែអក្សរ​ភាសា​លំនាំដើម ។" - diff --git a/source/km/helpcontent2/source/text/sbasic/python.po b/source/km/helpcontent2/source/text/sbasic/python.po index 36fccbc48b2..9ddbe8294c2 100644 --- a/source/km/helpcontent2/source/text/sbasic/python.po +++ b/source/km/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ 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: 2019-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -76,13 +76,13 @@ msgctxt "" msgid "You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." msgstr "" -#. NV2P7 +#. bb68x #: main0000.xhp msgctxt "" "main0000.xhp\n" "par_id131568902936659\n" "help.text" -msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools – Macros - Run Macro... and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." +msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools - Macros - Run Macro... and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." msgstr "" #. naZBV diff --git a/source/km/helpcontent2/source/text/sbasic/shared.po b/source/km/helpcontent2/source/text/sbasic/shared.po index 7915a063106..71a3b26311f 100644 --- a/source/km/helpcontent2/source/text/sbasic/shared.po +++ b/source/km/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: shared\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -21797,32 +21797,32 @@ msgctxt "" msgid "Example:" msgstr "ឧទាហរណ៍ ៖" -#. hMpoj +#. WsqJB #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3156214\n" "help.text" -msgid "' uses BasicFormulas in $[officename] Calc" -msgstr "REM uses BasicFormulas in $[officename] Calc" +msgid "' uses BasicFormulas in %PRODUCTNAME Calc" +msgstr "" -#. Bf2Zt +#. VEjxC #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3149262\n" "help.text" -msgid "' Returns a long integer from a hexadecimal value." -msgstr "REM Returns a Long-Integer from a hexadecimal value." +msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value." +msgstr "" -#. aZhWM +#. CkjAF #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3147215\n" "help.text" -msgid "' Calculates a hexadecimal value in integer." -msgstr "REM Calculates a hexadecimal value in Integer." +msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number." +msgstr "" #. Tko9w #: 03080802.xhp @@ -28934,14 +28934,14 @@ msgctxt "" msgid "Return value:" msgstr "តម្លៃ​ត្រឡប់ ៖" -#. mCK6P +#. YBMcU #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3153126\n" "help.text" -msgid "Integer" -msgstr "ចំនួន​គត់" +msgid "Long" +msgstr "" #. KdfgY #: 03102900.xhp @@ -28979,41 +28979,77 @@ msgctxt "" msgid "Example:" msgstr "ឧទាហរណ៍ ៖" -#. rvm35 +#. CuAie #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3145365\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" -msgstr "Print LBound(sVar()) REM Returns 10" +msgid "Sub VectorBounds" +msgstr "" -#. zDvTi +#. FEgDA #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3150486\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. QkxEG +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206766048\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" -msgstr "Print UBound(sVar()) REM Returns 20" +msgid "End Sub ' VectorBounds" +msgstr "" + +#. iTot3 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206763792\n" +"help.text" +msgid "Sub TableBounds" +msgstr "" + +#. tBDDP +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" +msgstr "" -#. LLJCx +#. LerBr #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" -msgstr "Print LBound(sVar(),2) REM Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" +msgstr "" -#. VEvF8 +#. HfdoX #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3159154\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" -msgstr "Print UBound(sVar(),2) REM Returns 70" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" + +#. DPEj5 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206754912\n" +"help.text" +msgid "End Sub ' TableBounds" +msgstr "" #. 6GB8Z #: 03103000.xhp @@ -29078,14 +29114,14 @@ msgctxt "" msgid "Return value:" msgstr "តម្លៃ​ត្រឡប់ ៖" -#. nYpdd +#. xVQ87 #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149670\n" "help.text" -msgid "Integer" -msgstr "ចំនួន​គត់" +msgid "Long" +msgstr "" #. GgECq #: 03103000.xhp @@ -29123,41 +29159,77 @@ msgctxt "" msgid "Example:" msgstr "ឧទាហរណ៍ ៖" -#. ZsSxE +#. EFwDh #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3152596\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" -msgstr "Print LBound(sVar()) REM Returns 10" +msgid "Sub VectorBounds" +msgstr "" -#. 6dFAP +#. HPb5a #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3153138\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. kmEXM +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206766048\n" +"help.text" +msgid "End Sub ' VectorBounds" +msgstr "" + +#. khUqL +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206763792\n" +"help.text" +msgid "Sub TableBounds" +msgstr "" + +#. aaaDh +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_id3145365\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" -msgstr "Print UBound(sVar()) REM Returns 20" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" +msgstr "" -#. 4BRL7 +#. fqeRG #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" -msgstr "Print LBound(sVar(),2) REM Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" +msgstr "" + +#. TBxHC +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_id3159154\n" +"help.text" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" -#. znTvz +#. AkaCg #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3147214\n" +"par_idm1206754912\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" -msgstr "Print UBound(sVar(),2) REM Returns 70" +msgid "End Sub ' TableBounds" +msgstr "" #. QHhrj #: 03103100.xhp @@ -36152,50 +36224,41 @@ msgctxt "" msgid "GlobalScope" msgstr "" -#. kNPcm +#. Rdvas #: 03131900.xhp msgctxt "" "03131900.xhp\n" "bm_id3150682\n" "help.text" -msgid "GlobalScope functionlibrary systemsLibraryContainerBasicLibraries (LibraryContainer)DialogLibraries (LibraryContainer)" -msgstr "អនុគមន៍ GlobalScopeប្រព័ន្ធ​បណ្ណាល័យLibraryContainerBasicLibraries (LibraryContainer)DialogLibraries (LibraryContainer)" +msgid "GlobalScope specifierlibrary systemsLibrary containerGlobalScopeAPI; BasicLibrariesAPI; DialogLibrariesBasicLibraries; library containerDialogLibraries; library container" +msgstr "" -#. LuBdu +#. BEFVK #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3150682\n" "help.text" -msgid "GlobalScope" +msgid "GlobalScope specifier" msgstr "" -#. uXkDE -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"par_id3153345\n" -"help.text" -msgid "Basic source code and dialogs are organized in a library system." -msgstr "កូដ​ប្រភព និង​ប្រអប់ Basic ត្រូវ​បាន​រៀបចំ​ក្នុង​ប្រព័ន្ធ​បណ្ណាល័យ​មួយ​ ។" - -#. Z9wiX +#. BKWJA #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3145315\n" +"par_id991572457387308\n" "help.text" -msgid "The LibraryContainer contains libraries" -msgstr "LibraryContainer មាន​បណ្ណាល័យ" +msgid "To manage personal or shared library containers (%PRODUCTNAME Macros or My Macros) from within a document, use the GlobalScope specifier." +msgstr "" -#. C95Hk +#. Jz8ET #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3149514\n" +"par_id3153345\n" "help.text" -msgid "Libraries can contain modules and dialogs" -msgstr "បណ្ណាល័យ​អាច​មាន​ម៉ូឌុល និង​ប្រអប់" +msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs." +msgstr "" #. BhGwB #: 03131900.xhp @@ -36206,14 +36269,14 @@ msgctxt "" msgid "In Basic:" msgstr "ក្នុង Basic ៖" -#. VBuDv +#. JLAkk #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3153061\n" "help.text" -msgid "The LibraryContainer is called BasicLibraries." -msgstr "LibraryContainer ត្រូវ​បាន​ហៅ​ថា BasicLibraries ។" +msgid "Basic libraries and modules can be managed with the BasicLibraries object. Libraries can be searched, explored and loaded on request. Monitoring Documents Events illustrates %PRODUCTNAME library loading." +msgstr "" #. retJJ #: 03131900.xhp @@ -36224,41 +36287,23 @@ msgctxt "" msgid "In dialogs:" msgstr "ក្នុង​ប្រអប់ ៖" -#. RCBGS +#. tQBVS #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3148663\n" "help.text" -msgid "The LibraryContainer is called DialogLibraries." -msgstr "LibraryContainer ត្រូវ​បាន​ហៅ​ថា DialogLibraries ។" +msgid "Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs." +msgstr "" -#. rJgLK +#. eBUEF #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" -msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword GlobalScope." -msgstr "LibraryContainers ទាំង​ពីរ​មាន​ក្នុង​កម្រិត​កម្មវិធី និង​ក្នុង​គ្រប់​ឯកសារ ។ ក្នុង​ឯកសារ Basic, LibraryContainers របស់​ឯកសារ​ត្រូវ​បាន​ហៅ​ដោយ​ស្វ័យ​ប្រវត្តិ ។ បើ​អ្នក​ចង់​ហៅ LibraryContainers សកល​ពី​ក្នុង​ឯកសារ​មួយ អ្នក​ត្រូវ​តែ​ប្រើ​ពាក្យ​គន្លឹះ GlobalScope ។" - -#. oBELf -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3148920\n" -"help.text" -msgid "Syntax:" -msgstr "វាក្យ​សម្ពន្ធ ៖" - -#. CXG6H -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3154685\n" -"help.text" -msgid "Example:" -msgstr "ឧទាហរណ៍ ៖" +msgid "BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier." +msgstr "" #. BDRji #: 03131900.xhp @@ -36710,41 +36755,41 @@ msgctxt "" msgid "Example:" msgstr "ឧទាហរណ៍ ៖" -#. Xf8qa +#. EPYGA #: 03132200.xhp msgctxt "" "03132200.xhp\n" "tit\n" "help.text" -msgid "ThisComponent Statement" +msgid "ThisComponent Object" msgstr "" -#. DtPwJ +#. AKrki #: 03132200.xhp msgctxt "" "03132200.xhp\n" "bm_id3155342\n" "help.text" -msgid "ThisComponent property components;addressing" -msgstr "លក្ខណសម្បត្តិ​សមាសភាគ​នេះសមាសភាគ;ការ​ដាក់​​អាសយដ្ឋាន" +msgid "ThisComponent object components;addressing" +msgstr "" -#. XkgXD +#. 88n2h #: 03132200.xhp msgctxt "" "03132200.xhp\n" "hd_id3155342\n" "help.text" -msgid "ThisComponent Statement" +msgid "ThisComponent Object" msgstr "" -#. Y2ost +#. zizyQ #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154923\n" "help.text" -msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type." -msgstr "កំណត់​អាសយដ្ឋាន​សមាសភាគ​សកម្ម ដូច្នេះ​លក្ខណសម្បត្តិ​របស់​វា​អាច​ត្រូវ​បានអាន និង​កំណត់ ។ សមាសភាគ​នេះ​ត្រូវ​បាន​ប្រើ​ពី​ឯកសារ Basic ដែល​វា​បង្ហាញ​ឯកសារ​ជា​របស់ Basic ។ ប្រភេទ​របស់​វត្ថុ​បាន​ចូលដំណើរការ​ដោយ​សមាសភាគ​នេះ អាស្រ័យ​លើ​ប្រភេទ​ឯកសារ ។" +msgid "Addresses the active component whose properties can be read and set, and whose methods can be called. ThisComponent is used in Basic, where it represents the current document. Properties and methods available through ThisComponent depend on the document type." +msgstr "" #. 6Exm3 #: 03132200.xhp @@ -41093,40 +41138,40 @@ msgctxt "" msgid "Object Functions" msgstr "" -#. nWWUF +#. ZEw4t #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "tit\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop object" msgstr "" -#. C3nBa +#. S5TDy #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0089\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop API; Desktop" msgstr "" -#. MDiGB +#. awFbD #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "hd_id401544551916353\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop object" msgstr "" -#. F83GM +#. VZcw3 #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0091\n" "help.text" -msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." +msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." msgstr "" #. iDmEB @@ -41174,6 +41219,33 @@ msgctxt "" msgid "Functions, objects and services of Unified Network Objects (UNO)." msgstr "" +#. yFvUL +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246639\n" +"help.text" +msgid "BasicLibraries Object" +msgstr "" + +#. PDDjd +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246640\n" +"help.text" +msgid "DialogLibraries Object" +msgstr "" + +#. 8GF88 +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"par_id81572615048011\n" +"help.text" +msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org" +msgstr "" + #. V3Wow #: vbasupport.xhp msgctxt "" @@ -41290,4 +41362,3 @@ msgctxt "" "help.text" msgid "%PRODUCTNAME Basic IDE" msgstr "" - diff --git a/source/km/helpcontent2/source/text/scalc/01.po b/source/km/helpcontent2/source/text/scalc/01.po index 6680a677f4f..b7fe78abefa 100644 --- a/source/km/helpcontent2/source/text/scalc/01.po +++ b/source/km/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 01\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:31+0200\n" +"POT-Creation-Date: 2019-11-08 20:19+0100\n" "PO-Revision-Date: 2019-08-09 08:18+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Khmer \n" @@ -4742,14 +4742,14 @@ msgctxt "" msgid "SearchCriteria is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." msgstr "លក្ខខណ្ឌស្វែងរក គឺ​ជា​ជួរ​ក្រឡា ដែលមាន​លក្ខខណ្ឌ​ស្វែងរក ។ ប្រសិន​បើ​អ្នក​សរសេរ​លក្ខខណ្ឌ​ជាច្រើន​​នៅ​ក្នុង​ជួរ​ដេកតែ​មួយ ពួក​វា​ត្រូវ​បាន​តភ្ជាប់​ដោយ AND ។ ប្រសិន​បើ​អ្នក​សរសេរ​លក្ខខណ្ឌ​នៅ​ក្នុង​ជួរ​ដេក​ផ្សេងៗ​គ្នា ពួកវា​ត្រូវ​បាន​តភ្ជាប់​ដោយ OR ។ ក្រឡា​ទទេ​នៅ​ក្នុង​​ជួរ​លក្ខខណ្ឌ​ស្វែងរកនឹង​ត្រូវ​បាន​មិន​អើពើ ។" -#. 6EVHB +#. k58yy #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151188\n" "help.text" -msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate to define how $[officename] Calc acts when searching for identical entries." -msgstr "ជ្រើស​​ %PRODUCTNAME - ចំណូល​ចិត្ត​ឧបករណ៍​​ - ជម្រើស​​ - %PRODUCTNAME Calc - គណនា​​ ដើម្បី​កំណត់​របៀបដែល​​​ $[officename] Calc ដំណើរការ​នៅ​ពេល​ស្វែងរក​​ធាតុ​ដែល​ដូច​គ្នា​ ។​" +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate to define how $[officename] Calc acts when searching for identical entries." +msgstr "" #. GCPCd #: 04060101.xhp @@ -14462,6 +14462,15 @@ msgctxt "" msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()." msgstr "សូម​មើល COUNTIF() សម្រាប់​គំរូ​វាក្យសម្ព័ន្ធ​ជា​ច្រើន​ទៀត​ដែល​អាច​ត្រូវ​បាន​ប្រើជា​មួយ SUMIF() ។" +#. Z8TrQ +#: 04060106.xhp +msgctxt "" +"04060106.xhp\n" +"hd_id72921259523046\n" +"help.text" +msgid "" +msgstr "" + #. BHGzQ #: 04060106.xhp msgctxt "" @@ -33092,13 +33101,13 @@ msgctxt "" msgid "Range is the range to which the criteria are to be applied." msgstr "ជួរ ជា​ជួរ​ដែល​លក្ខណៈ​វិនិច្ឆ័យ​នឹង​ត្រូវ​បាន​អនុវត្ត ។" -#. PESCm +#. HvRLc #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3165000\n" "help.text" -msgid "Criteria indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. If regular expressions are enabled in calculation options you may also enter a search text in the form of a regular expression, e.g. b.* for all cells that begin with b. If wildcards are enabled in calculation options you may enter a search text with wildcards, e.g. b* for all cells that begin with b. You may also indicate a cell address that contains the search criterion. If you search for literal text, enclose the text in double quotes." +msgid "Criteria indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted." msgstr "" #. ZpDRv @@ -33164,6 +33173,15 @@ msgctxt "" msgid "To count only negative numbers: =COUNTIF(A1:A10;\"<0\")" msgstr "ដើម្បី​រាប់​តែ​លេខ​អវិជ្ជមាន ៖ =COUNTIF(A1:A10;\"<0\")" +#. jGBjw +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"hd_id224412044220134\n" +"help.text" +msgid "" +msgstr "" + #. GWdLd #: 04060181.xhp msgctxt "" diff --git a/source/km/helpcontent2/source/text/scalc/guide.po b/source/km/helpcontent2/source/text/scalc/guide.po index 5393bf74f58..c28445ff8d0 100644 --- a/source/km/helpcontent2/source/text/scalc/guide.po +++ b/source/km/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: guide\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -2411,14 +2411,14 @@ msgctxt "" msgid "To Reference a Cell in the Same Document" msgstr "ដើម្បីយោង​ក្រឡា​ក្នុង​ឯកសារ​ដូច​គ្នា" -#. J2qBT +#. EruAD #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id2078005\n" "help.text" -msgid "Open a new, empty spreadsheet." -msgstr "បើក​សៀវភៅ​បញ្ជី​ទទេ​ថ្មី​មួយ ។" +msgid "Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on + button to the left of the sheet tab in the bottom (it will be named Sheet2 by default)." +msgstr "" #. paXnm #: cellreferences.xhp @@ -2456,6 +2456,24 @@ msgctxt "" msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change." msgstr "បើ​អ្នក​ប្តូរ​ត្រឡប់​ទៅ Sheet1 អ្នក​នឹង​ឃើញ​មាតិកា​ដូច​គ្នា​ក្នុង​ក្រឡា A1 ​ ។ បើ​មាតិកា​នៃ Sheet2.A1 ផ្លាស់ប្តួរ​ នោះ​មាតិកា​នៃ Sheet1.A1 ក៏​ផ្លាស់ប្តួរ​ដែរ ។" +#. Epbaf +#: cellreferences.xhp +msgctxt "" +"cellreferences.xhp\n" +"par_id3147338\n" +"help.text" +msgid "When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1" +msgstr "" + +#. 3CbGE +#: cellreferences.xhp +msgctxt "" +"cellreferences.xhp\n" +"par_id3147383\n" +"help.text" +msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on Formula options page." +msgstr "" + #. mK8vG #: cellreferences.xhp msgctxt "" @@ -2519,14 +2537,14 @@ msgctxt "" msgid "Confirm the formula by clicking the green check mark." msgstr "អះអាង​រូបមន្ត​ដោយ​ចុច​សញ្ញា​ធីក​ពណ៌​បៃតង ។" -#. fucwJ +#. Vp5Cb #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id7099826\n" "help.text" -msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference." -msgstr "ប្រៃសិនបើអ្នក​អូស​ប្រអប់​នៅជ្រុងក្រោម​ខាងស្ដាំ​នៃ​ក្រឡា​ដែល​សកម្ម ដើម្បី​ជ្រើស​ជួរ​ក្រឡា​នេះ នោះ$[officename] នឹង​បញ្ចូលសេចក្ដី​យោង​ដែលត្រូវគ្នាទៅក្នុង​ក្រឡាដែលជាប់គ្នា​ដោយស្វ័យប្រវត្តិ។ ជាលទ្ធផល ឈ្មោះ​សន្លឹក គឺ​ត្រូវបាន​គឺ​ត្រូវបាន​ដាក់នៅពីមុខ ដោយ​សញ្ញា \"$\" ដើម្បី​កំណត់​វា​ជា​សេចក្ដី​យោង​ដាច់ខាត ។" +msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference." +msgstr "" #. hrgGP #: cellreferences.xhp @@ -12401,14 +12419,14 @@ msgctxt "" msgid "Defining A Function Using %PRODUCTNAME Basic" msgstr "ការ​កំណត់​អនុគមន៍​មួយ ដោយ​ប្រើ %PRODUCTNAME Basic" -#. ZP8Ut +#. rA6xD #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148456\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic." -msgstr "ជ្រើស ឧបករណ៍ - ម៉ាក្រូ - រៀបចំ​ម៉ាក្រូ - %PRODUCTNAME Basic ។" +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Basic." +msgstr "" #. 5gEUD #: userdefined_function.xhp @@ -12419,14 +12437,14 @@ msgctxt "" msgid "Click the Edit button. You will now see the Basic IDE." msgstr "ចុច​ប៊ូតុង កែសម្រួល ។ ឥឡូវ​អ្នក​នឹង​ឃើញ Basic IDE ។" -#. C5PDD +#. G6mwG #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150327\n" "help.text" -msgid "Enter the function code. In this example, we define a VOL(a; b; c) function that calculates the volume of a rectangular solid with side lengths a, b and c:" -msgstr "បញ្ចូល​កូដ​អនុគមន៍ ។ ក្នុង​ឧទាហរណ៍​នេះ យើង​កំណត់​អនុគមន៍ VOL(a; b; c) ដែល​គណនា​មាឌ​នៃ​ប្រលេពីប៉ែត​កែង ដែល​មាន​ប្រវែង​ជ្រុង a, b និង​c ៖" +msgid "Enter the function code. In this example, we define a VOL(a; b; c) function that calculates the volume of a rectangular solid with side lengths a, b and c:" +msgstr "" #. eXWo3 #: userdefined_function.xhp @@ -12473,14 +12491,14 @@ msgctxt "" msgid "If you want to copy the user-defined function to a Calc document:" msgstr "បើ​អ្នក​ចង់​ចម្លង​អនុគមន៍​ដែល​កំណត់​ដោយ​អ្នក​ប្រើ​ទៅ​ឯកសារ Calc មួយ ៖" -#. WfojE +#. 9oRKW #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150304\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic ." -msgstr "ជ្រើស ឧបករណ៍ - ម៉ាក្រូ - រៀបចំ​ម៉ាក្រូ - %PRODUCTNAME Basic ។" +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Basic." +msgstr "" #. HZciB #: userdefined_function.xhp @@ -12545,23 +12563,23 @@ msgctxt "" msgid "Applying a User-defined Function in $[officename] Calc" msgstr "ការ​អនុវត្ត​អនុគមន៍​កំណត់​ដោយ​អ្នក​ប្រើ​ក្នុង $[officename] Calc" -#. qyYrE +#. cKHUA #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148869\n" "help.text" -msgid "Once you have defined the function VOL(a; b; c) in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." -msgstr "នៅ​ពេល​ដែល​អ្នក​បាន​កំណត់​អនុគមន៍ VOL(a; b; c) ក្នុង Basic-IDE អ្នក​អាច​អនុវត្ត​វា តាម​មធ្យោបាយ​ដូចគ្នា​ទៅនឹង​អនុគមន៍​ខាង​ក្នុង​របស់ $[officename] Calc ។" +msgid "Once you have defined the function VOL(a; b; c) in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." +msgstr "" -#. VRybd +#. WtG8F #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148606\n" "help.text" -msgid "Open a Calc document and enter numbers for the function parameters a, b, and c in cells A1, B1, and C1." -msgstr "បើក​ឯកសារ Calc មួយ និង​បញ្ចូល​ចំនួន​ទៅ​ឲ្យ​ប៉ារ៉ាម៉ែត្រ​របស់​អនុគមន៍ a b and c ក្នុង​ក្រឡា A1 B1 និង C1 ។" +msgid "Open a Calc document and enter numbers for the function parameters a, b and c in cells A1, B1, and C1." +msgstr "" #. TTo2C #: userdefined_function.xhp @@ -12572,15 +12590,6 @@ msgctxt "" msgid "Set the cursor in another cell and enter the following:" msgstr "ដាក់​ទស្សន៍​ទ្រនិច​ក្នុង​ក្រឡា​ផ្សេង​ទៀត និង​បញ្ចូល​ដូច​ខាង​ក្រោម ៖" -#. CjkGL -#: userdefined_function.xhp -msgctxt "" -"userdefined_function.xhp\n" -"par_id3155264\n" -"help.text" -msgid "=VOL(A1;B1;C1)" -msgstr "=VOL(A1;B1;C1)" - #. frbse #: userdefined_function.xhp msgctxt "" @@ -13282,4 +13291,3 @@ msgctxt "" "help.text" msgid "This means that if you enter a date of 1/1/30 or higher, it will be treated internally as 1/1/1930 or higher. All lower two-digit years apply to the 20xx century. So, for example, 1/1/20 is converted into 1/1/2020." msgstr "នេះ​មាន​ន័យ​ថា បើ​អ្នក​បញ្ចូល​កាល​បរិច្ឆេទ 1/1/30 ឬ​ខ្ពស់​ជាង វា​នឹង​ត្រូវ​បាន​ចាត់​ទុក​នៅ​ខាង​ក្នុង​ជា 1/1/1930 ឬ​ខ្ពស់​ជាង ។ រាល់​ឆ្នាំ​ពីរ​តួ​លេខ​ដែល​ទាប​ជាង នឹង​អនុវត្ត​ទៅ​សតវត្ស 20xx ។ ដូច្នេះ​ជា​ឧទាហរណ៍ 1/1/20 ត្រូវ​បាន​បម្លែង​ទៅ​ជា 1/1/2020 ។" - diff --git a/source/km/helpcontent2/source/text/sdraw/guide.po b/source/km/helpcontent2/source/text/sdraw/guide.po index 028edfcb2d0..8234dab5868 100644 --- a/source/km/helpcontent2/source/text/sdraw/guide.po +++ b/source/km/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2018-04-17 15:33+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -2717,14 +2717,14 @@ msgctxt "" msgid "Adding Text" msgstr "ការ​បន្ថែម​អត្ថបទ​" -#. CpYBz +#. aaiFD #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "bm_id3153144\n" "help.text" -msgid "text frames inserting;text frames copying;text from other documents pasting;text from other documents legends; drawings" -msgstr "ស៊ុម​អត្ថបទ ការ​បញ្ចូល;ស៊ុម​អត្ថបទ ចម្លង;អត្ថបទ​ពី​ឯកសារ​ផ្សេង ការ​បិទភ្ជាប់;អត្ថបទ​ពី​ឯកសារ​ផ្សេង តាង; គំនូរ" +msgid "text boxinserting;text boxcopying;text from other documentspasting;text from other documentslegends; drawings" +msgstr "" #. JnXwh #: text_enter.xhp @@ -2798,14 +2798,14 @@ msgctxt "" msgid "Adding a Text Box" msgstr "បន្ថែម​ប្រអប់​អត្ថបទ" -#. 4jPFg +#. tkEEf #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3155266\n" "help.text" -msgid "Click the Text icon Icon and move the mouse pointer to where you want to enter the text box." -msgstr "ចុច​រូបតំណាង អត្ថបទ រូបតំណាង ហើយ​ផ្លាស់ទី​ព្រួញ​កណ្ដុរ​ទៅ​កន្លែង​ដែល​អ្នក​ចង់​បញ្ចូល​ប្រអប់​អត្ថបទ ។" +msgid "Click the Text iconIcon and move the mouse pointer to where you want to enter the text box." +msgstr "" #. dLN6f #: text_enter.xhp @@ -2906,14 +2906,14 @@ msgctxt "" msgid "To determine the position of the text, use the settings in Format - Text." msgstr "ដើម្បី​​កំណត់​ទីតាំង​អត្ថបទ គឺ​ត្រូវ​ប្រើ​ការ​កំណត់​នៅ​ក្នុង ទ្រង់ទ្រាយ - អត្ថបទ ។" -#. V5j4Y +#. gifR8 #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3147366\n" "help.text" -msgid "For example, click the arrow next to the Callouts icon Icon to open the Callouts toolbar." -msgstr "ឧទាហរណ៍ ចុច​ព្រួញ​នៅ​ជាប់​នឹង​រូបតំណាង ប៉ឺតប៉ោង រូបតំណាង ដើម្បី​បើក​របារ​ឧបករណ៍​ប៉ឺតប៉ោង ។" +msgid "For example, click the arrow next to the Callouts iconIcon to open the Callouts toolbar." +msgstr "" #. TBBEa #: text_enter.xhp diff --git a/source/km/helpcontent2/source/text/shared/00.po b/source/km/helpcontent2/source/text/shared/00.po index d7c6f292708..9adcab62ea0 100644 --- a/source/km/helpcontent2/source/text/shared/00.po +++ b/source/km/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 00\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:32+0200\n" +"POT-Creation-Date: 2019-11-08 20:19+0100\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -548,13 +548,22 @@ msgctxt "" msgid "See also the following functions:" msgstr "ជ្រើស​អនុគមន៍​ដូច​ខាងក្រោម​ផង​ដែរ៖" -#. jLUaA +#. Jrt98 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3147418\n" "help.text" -msgid "The search supports wildcards or regular expressions. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate." +msgid "The search supports wildcards or regular expressions. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate." +msgstr "" + +#. GFeqE +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id651572973288601\n" +"help.text" +msgid "When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, \".0\" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as \".[0]\" or \".\\0\" or \"(?i).0\"." msgstr "" #. bEEp5 @@ -8117,6 +8126,15 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic, or press OptionAlt+F11 (if not assigned by your system)." msgstr "" +#. mxkvw +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3151386\n" +"help.text" +msgid "Choose Tools - Macros - Run Macros." +msgstr "" + #. oTQwa #: 00000406.xhp msgctxt "" @@ -8162,6 +8180,15 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button,
click the Libraries tab,
and then click the Password button.
" msgstr "" +#. rBcj4 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3150498\n" +"help.text" +msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button.
" +msgstr "" + #. SqBL5 #: 00000406.xhp msgctxt "" @@ -8225,22 +8252,22 @@ msgctxt "" msgid "Choose Tools - Customize - Menus tab." msgstr "" -#. LDuc8 +#. DMB2H #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click New." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Add." msgstr "" -#. DbECK +#. H7agM #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click Menu - Move." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Move." msgstr "" #. BKMeD diff --git a/source/km/helpcontent2/source/text/shared/01.po b/source/km/helpcontent2/source/text/shared/01.po index 3401b4de5dd..b0b7b8cf31e 100644 --- a/source/km/helpcontent2/source/text/shared/01.po +++ b/source/km/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 01\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2019-08-09 08:19+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Khmer \n" @@ -5588,15 +5588,6 @@ msgctxt "" msgid "The Navigator appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the Navigator." msgstr "កម្មវិធី​រុក​រក​​ នឹង​បង្ហាញ​បន្ទាប់​ពី​អ្នក​បង្កើត​ឯកសារ​មេ​មួយ​ ។ ដើម្បី​កែសម្រួល​​ឯកសារ​រង​ ចុច​ទ្វេ​ដង​លើ​ឈ្មោះ​របស់​ឯកសារ​រង​ក្នុង​ កម្មវិធី​រុក​​រក ។" -#. 2kJyc -#: 01160300.xhp -msgctxt "" -"01160300.xhp\n" -"hd_id3152924\n" -"help.text" -msgid "Display area" -msgstr "បង្ហាញ​ផ្ទៃ​" - #. DQHGj #: 01160300.xhp msgctxt "" @@ -13634,22 +13625,13 @@ msgctxt "" msgid "The author name and the comment creation date and time is shown at the bottom of the comment box." msgstr "" -#. jcBzY +#. 2BmKt #: 04050000.xhp msgctxt "" "04050000.xhp\n" "par_id2571794\n" "help.text" -msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments." -msgstr "ប្រអប់​មតិយោបល់ មាន​រូបតំណាង​ដែល​មានព្រួញ​ចុះក្រោម ។ ចុច​រូបតំណាង​ដើម្បីបើក​ម៉ឺនុយ​ដែលមាន​ពាក្យ​បញ្ជា​មួយ​ចំនួន​ដើម្បី​លុប​មតិយោបល់ ។" - -#. bfLiZ -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1857051\n" -"help.text" -msgid "Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document." +msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with commands for comment management." msgstr "" #. oB8vA @@ -13697,15 +13679,6 @@ msgctxt "" msgid "Use the command Insert - Comment or the Command+OptionCtrl+Alt+C key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed." msgstr "" -#. 9zHcH -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1831\n" -"help.text" -msgid "The author name and the creation date and time of the comment is shown at the bottom of the comment box." -msgstr "" - #. ro9G3 #: 04050000.xhp msgctxt "" @@ -37934,23 +37907,23 @@ msgctxt "" msgid "Paragraph alignment" msgstr "ការ​តម្រឹម​កថាខណ្ឌ" -#. arCRB +#. hf4eV #: 06130000.xhp msgctxt "" "06130000.xhp\n" "tit\n" "help.text" -msgid "Macro" -msgstr "ម៉ាក្រូ" +msgid "Basic Macros" +msgstr "" -#. KhMC7 +#. DgfU7 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3157552\n" "help.text" -msgid "Macro" -msgstr "ម៉ាក្រូ" +msgid "%PRODUCTNAME Basic Macros" +msgstr "" #. S9vS4 #: 06130000.xhp @@ -38069,32 +38042,41 @@ msgctxt "" msgid "New / Delete" msgstr "ថ្មី​/​លុប" -#. wuarD +#. wCGu3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3153257\n" "help.text" -msgid "Creates a new macro, or deletes the selected macro." -msgstr "បង្កើត​ម៉ាក្រូ​ថ្មី ឬ​លុប​ម៉ាក្រូ​ដែល​បាន​ជ្រើស។" +msgid "Creates a new macro, creates a new module or deletes the selected macro or selected module." +msgstr "" -#. ADQQE +#. bYU4i #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3154514\n" "help.text" -msgid "To create a new macro, select the \"Standard\" module in the Macro from list, and then click New." -msgstr "ដើម្បី​បង្កើត​ម៉ាក្រូ​ថ្មី ជ្រើស​ម៉ូឌុល \"ស្តង់ដារ\" នៅ​ក្នុង​បញ្ជី ​ម៉ាក្រូ​ពី ហើយ​បន្ទាប់​មក​ចុច​លើ ថ្មី ។" +msgid "To create a new macro in your document, select the \"Standard\" module in the Macro from list, and then click New." +msgstr "" + +#. XCUte +#: 06130000.xhp +msgctxt "" +"06130000.xhp\n" +"par_id51571312108555\n" +"help.text" +msgid "To create a new module in a library of the My Macros container, select the proper library and press New. The $[officename] Basic editor opens." +msgstr "" -#. NAkG3 +#. dDQiT #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3148474\n" "help.text" -msgid "To delete a macro, select it, and then click Delete." -msgstr "ដើម្បី​លុប​ម៉ាក្រូ​មួយ ជ្រើស​វា ហើយ​បន្ទាប់​មក​ចុច លុប ។" +msgid "To delete a macro or module, select it, and then click Delete." +msgstr "" #. GTnof #: 06130000.xhp @@ -38132,14 +38114,14 @@ msgctxt "" msgid "Saves the recorded macro in a new module." msgstr "រក្សាទុក​ម៉ាក្រូ​ដែល​បាន​កត់ត្រា​ទៅ​ក្នុង​ម៉ូឌុល​ថ្មី។" -#. EdE4E +#. FcFb6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3153665\n" "help.text" -msgid "Organizer" -msgstr "អ្នក​រៀបចំ​" +msgid "Organizer" +msgstr "" #. GvfVP #: 06130000.xhp @@ -38150,474 +38132,6 @@ msgctxt "" msgid "Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries." msgstr "បើក​ប្រអប់​ អ្នក​រៀបចំ​ម៉ាក្រូ ដែល​អ្នក​អាច​បន្ថែម​ កែសម្រួល​ ឬ​លុប​ម៉ូឌុល​ម៉ាក្រូ​ដែល​មាន​ស្រាប់​ ប្រអប់​ និង​ បណ្ណាល័យ​​ ។" -#. miBC6 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3145609\n" -"help.text" -msgid "Module/Dialog tab page" -msgstr "ម៉ូឌុល​/​ទំព័រ​ផ្ទាំង​ប្រអប់" - -#. AkXy9 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3155923\n" -"help.text" -msgid "Lets you manage modules or dialog boxes." -msgstr "អនុញ្ញាត​ឲ្យ​អ្នក​គ្រប់គ្រង​ម៉ូឌុល ឬ​ប្រអប់​បញ្ចូល។" - -#. 3U5KD -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3148944\n" -"help.text" -msgid "Module/Dialog" -msgstr "ម៉ូឌុល​/​ប្រអប់" - -#. Y2q3T -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3145068\n" -"help.text" -msgid "Lists the existing macros and dialogs." -msgstr "រាយ​ម៉ាក្រូ​ និង​ប្រអប់​ដែល​មាន​ស្រាប់ ។" - -#. TrGRG -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3150398\n" -"help.text" -msgid "Edit" -msgstr "កែ​សម្រួល" - -#. DA8GN -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3150543\n" -"help.text" -msgid "Opens the selected macro or dialog for editing." -msgstr "បើក​ម៉ាក្រូ​ដែល​បាន​ជ្រើស ឬ​ប្រអប់ ដើម្បី​កែ​សម្រួល ។" - -#. wbym4 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3151210\n" -"help.text" -msgid "New" -msgstr "ថ្មី" - -#. TAB89 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3149291\n" -"help.text" -msgid "Opens the editor and creates a new module." -msgstr "បើក​កម្មវិធី​និពន្ធ​ និង បង្កើត​ម៉ូឌុល​ថ្មី​មួយ​ ។" - -#. t4AWQ -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3145173\n" -"help.text" -msgid "New" -msgstr "ថ្មី" - -#. mDUGv -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3150767\n" -"help.text" -msgid "Opens the editor and creates a new dialog." -msgstr "បើក​កម្មវិធី​និពន្ធ​​ និង​ បង្កើត​​ប្រអប់​ថ្មី​មួយ​ ។​" - -#. KcrT5 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3151177\n" -"help.text" -msgid "Libraries tab page" -msgstr "ទំព័រ​ផ្ទាំង​បណ្ណាល័យ" - -#. 8VbJK -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3156281\n" -"help.text" -msgid "Lets you manage the macro libraries for the current application and any open documents." -msgstr "អនុញ្ញាត​ឲ្យ​អ្នក​គ្រប់​គ្រង​បណ្ណាល័យ​ម៉ាក្រូ​​​សម្រាប់​កម្មវិធី​បច្ចុប្បន្ន​ និង​ ឯកសារ​បើក​ខ្លះ​ ។" - -#. iFmfL -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3144760\n" -"help.text" -msgid "Location" -msgstr "ទីតាំង" - -#. nxpEM -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3150290\n" -"help.text" -msgid "Select the application or the document containing the macro libraries that you want to organize." -msgstr "ជ្រើស​កម្មវិធី ឬ​ឯកសារ​ដែល​មាន​បណ្ណាល័យ​ម៉ាក្រូ​​ ដែល​អ្នក​ចង់​រៀប​ចំ ។​" - -#. TwXPh -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3159149\n" -"help.text" -msgid "Library" -msgstr "បណ្ណាល័យ" - -#. dnB2v -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3147500\n" -"help.text" -msgid "Lists the existing macro libraries for the current application and any open documents." -msgstr "រាយ​​បណ្ណាល័យ​ម៉ាក្រូ​​ដែល​មាន​ស្រាប់​សម្រាប់​កម្មវិធី​បច្ចុប្បន្ន​ និង ​​ឯកសារ​បើក​ខ្លះ​ ។​" - -#. 2sPq2 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3157320\n" -"help.text" -msgid "Edit" -msgstr "កែ​សម្រួល" - -#. G2KWD -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3150868\n" -"help.text" -msgid "Opens the $[officename] Basic editor so that you can modify the selected library." -msgstr "បើក​កម្មវិធី​និពន្ធរបស់ $[officename] Basic ដូច្នេះ​អ្នក​អាច​កែប្រែ​បណ្ណាល័យ​ដែល​បាន​ជ្រើស ។" - -#. ckDEB -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3153104\n" -"help.text" -msgid "Password" -msgstr "ពាក្យ​​​សម្ងាត់" - -#. MBFBh -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3154299\n" -"help.text" -msgid "Assigns or edits the password for the selected library." -msgstr "ផ្តល់​តម្លៃ​ ឬ​កែសម្រួល ពាក្យ​សម្ងាត់​ សម្រាប់​បណ្ណាល័យ​ដែល​បាន​ជ្រើស ។" - -#. GiHH8 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3147502\n" -"help.text" -msgid "New" -msgstr "ថ្មី" - -#. WAUPX -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3149560\n" -"help.text" -msgid "Creates a new library." -msgstr "បង្កើត​បណ្ណាល័យ​ថ្មីមួយ ។" - -#. WqRhC -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3153770\n" -"help.text" -msgid "Name" -msgstr "ឈ្មោះ" - -#. aECXU -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3153726\n" -"help.text" -msgid "Enter a name for the new library or module." -msgstr "​បញ្ចូល​ឈ្មោះ​មួយ​សម្រាប់​បណ្ណាល័យ​ថ្មី​ ឬ​ម៉ូឌុល ។​" - -#. GzBFX -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3154693\n" -"help.text" -msgid "Import" -msgstr "នាំ​ចូល" - -#. a4c9q -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id3147441\n" -"help.text" -msgid "Locate that $[officename] Basic library that you want to add to the current list, and then click Open." -msgstr "រក​ទី​តាំង​​​បណ្ណាល័យ​របស់​​ $[officename] Basic ដែល​អ្នក​ចង់​បន្ថែម​ទៅ​បញ្ជី​បច្ចុប្បន្ន​ និង​បន្ទាប់​មក ​ចុច​បើក ។" - -#. YLDT7 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A39\n" -"help.text" -msgid "Scripts" -msgstr "" - -#. uE8Dq -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id6963408\n" -"help.text" -msgid "Export" -msgstr "នាំ​ចេញ" - -#. AZf2J -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id8968169\n" -"help.text" -msgid "Opens a dialog to export the selected library either as an extension or as a Basic library." -msgstr "បើក​ប្រអប់​មួយ​​ត្រូវ​នាំចេញ​បណ្ណាល័យ​ដែល​បាន​ជ្រើសទាំង​ជា​ផ្នែក​បន្ថែម ឬ​បណ្ណាល័យ​មូលដ្ឋាន ។" - -#. FApSc -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109BE\n" -"help.text" -msgid "Macros" -msgstr "ម៉ាក្រូ" - -#. HDuFt -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109C2\n" -"help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry." -msgstr "" - -#. F8VGH -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109CD\n" -"help.text" -msgid "Run" -msgstr "រត់" - -#. PwXzh -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109D1\n" -"help.text" -msgid "To run a script, select a script in the list, and then click Run." -msgstr "" - -#. bb34i -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109E8\n" -"help.text" -msgid "Create" -msgstr "បង្កើត" - -#. g8uAn -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109EC\n" -"help.text" -msgid "Creates a new script. The default script editor opens after you enter a name for the script." -msgstr "" - -#. hwkoZ -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A04\n" -"help.text" -msgid "Enter a name for the script." -msgstr "បញ្ចូល​ឈ្មោះ​មួយ​សម្រាប់​ស្រីប ។" - -#. F7484 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A2F\n" -"help.text" -msgid "Edit" -msgstr "កែ​សម្រួល" - -#. 7fjGG -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A33\n" -"help.text" -msgid "Opens the default script editor for your operating system." -msgstr "" - -#. suhE6 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A4B\n" -"help.text" -msgid "Rename" -msgstr "ប្តូរ​​ឈ្មោះ" - -#. DkFCx -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A4F\n" -"help.text" -msgid "Opens a dialog where you can change the name of the selected script." -msgstr "" - -#. Q8pZ5 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A66\n" -"help.text" -msgid "Delete" -msgstr "លុប" - -#. i7xha -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10A6A\n" -"help.text" -msgid "Prompts you to delete the selected script." -msgstr "" - -#. CFkBc -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AE5\n" -"help.text" -msgid "The Macro Selector dialog contains two list boxes, namely the Library list box and the Macro name list box." -msgstr "ប្រអប់​អ្នក​ជ្រើស​​ម៉ាក្រូ​មាន​ប្រអប់​បញ្ជី​ពីរ​ ដែល​មាន​ឈ្មោះ​ថា​ ប្រអប់​បញ្ជី​បណ្ណាល័យ​ និង ប្រអប់​បញ្ជី​ឈ្មោះ​ម៉ាក្រូ​ ។" - -#. AhBnr -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AFC\n" -"help.text" -msgid "Library" -msgstr "បណ្ណាល័យ" - -#. J7fNC -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B00\n" -"help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the contents of a library, double-click an entry in the list." -msgstr "" - -#. E2LCA -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B17\n" -"help.text" -msgid "Macro name" -msgstr "ឈ្មោះ​​ម៉ាក្រូ" - -#. sZeFM -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B1B\n" -"help.text" -msgid "Click a script, and then click a command button." -msgstr "ចុច​ស្គ្រីប​មួយ​ និង​បន្ទាប់​មក​ចុច​ប៊ូតុង​ពាក្យ​បញ្ជា​មួយ​ ។" - -#. yrktR -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id381543352048115\n" -"help.text" -msgid "Python" -msgstr "" - -#. Ramc8 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109as\n" -"help.text" -msgid "Python Macros" -msgstr "" - -#. i6tU9 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN134C2\n" -"help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document." -msgstr "" - -#. 9GPHS -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id641543351777423\n" -"help.text" -msgid "Run" -msgstr "" - -#. AF7GX -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id31543351781865\n" -"help.text" -msgid "To run a script, select a script in the list, and then click Run." -msgstr "" - #. G9feq #: 06130001.xhp msgctxt "" @@ -38645,23 +38159,23 @@ msgctxt "" msgid "Lets you record or organize and edit macros." msgstr "អនុញ្ញាត​ឲ្យ​អ្នក​ថត​ ឬ​រៀប​ចំ​​ និង កែ​សម្រួល​ម៉ាក្រូ ។" -#. yagCW +#. irkNP #: 06130001.xhp msgctxt "" "06130001.xhp\n" "par_idN105B1\n" "help.text" -msgid "Run Macro" -msgstr "រត់​ម៉ាក្រូ" +msgid "Run Macro" +msgstr "" -#. nBEA9 +#. S7Bf5 #: 06130001.xhp msgctxt "" "06130001.xhp\n" "par_idN105EB\n" "help.text" -msgid "Opens a dialog where you can start a macro." -msgstr "បើក​ប្រអប់​មួយ ដែល​អ្នក​អាច​ចាប់ផ្ដើម​ម៉ាក្រូ​មួយ ។" +msgid "Opens the Macro Selector dialog where you can start a macro." +msgstr "" #. 9SRC2 #: 06130001.xhp @@ -38681,14 +38195,14 @@ msgctxt "" msgid "Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates." msgstr "បន្ថែមទៅ និង យក​ហត្ថលេខាជា​លេខ​​ចេញ​ពី​ម៉ាក្រូ​របស់​អ្នក ។ អ្នក​ក៏​អាច​ប្រើ​ប្រអប់​ដើម្បី​មើល​វិញ្ញាបនបត្រ ។" -#. 5WDih +#. M7NqY #: 06130001.xhp msgctxt "" "06130001.xhp\n" "par_idN105D3\n" "help.text" -msgid "Organize Dialogs" -msgstr "រៀប​ចំ​ប្រអប់" +msgid "Organize Dialogs" +msgstr "" #. iewaq #: 06130001.xhp @@ -38744,6 +38258,231 @@ msgctxt "" msgid "Stops recording a macro." msgstr "ឈប់​ថត​ម៉ាក្រូ ។" +#. QzEGu +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"tit\n" +"help.text" +msgid "Basic Macro Selector" +msgstr "" + +#. ajGaZ +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"bm_id711571329266663\n" +"help.text" +msgid "macro;select macro to run run macro;select" +msgstr "" + +#. Cfej6 +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"hd_id131571264310511\n" +"help.text" +msgid "Basic Macro selector" +msgstr "" + +#. VEFaS +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"par_id761571264310511\n" +"help.text" +msgid "Selects the Basic macro to run. Locate the macro by selecting the container, library, module and macro name." +msgstr "" + +#. bnxQb +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"hd_id3159149\n" +"help.text" +msgid "Library" +msgstr "" + +#. SBNzt +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"par_id3147500\n" +"help.text" +msgid "Lists the existing macro containers, Basic macro libraries and Basic modules for the current application and any open documents." +msgstr "" + +#. rFc4B +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"par_idN10B17\n" +"help.text" +msgid "Macro name" +msgstr "" + +#. Y8Pkf +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"par_idN10B1B\n" +"help.text" +msgid "Lists the Basic macros for the selected module. Select a macro and click Run." +msgstr "" + +#. MKBjz +#: 06130020.xhp +msgctxt "" +"06130020.xhp\n" +"hd_id841571267025475\n" +"help.text" +msgid "Description" +msgstr "" + +#. N49U3 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"tit\n" +"help.text" +msgid "Scripts" +msgstr "" + +#. T2aee +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"bm_id401571328832739\n" +"help.text" +msgid "javascript scripts;run beanshell scripts;run java scripts;run run scripts;java run scripts;javascript run scripts;beanshell" +msgstr "" + +#. HTxG8 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A39\n" +"help.text" +msgid "Scripts" +msgstr "" + +#. beGqa +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109BE\n" +"help.text" +msgid "Macros" +msgstr "" + +#. x5Ary +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109C2\n" +"help.text" +msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry." +msgstr "" + +#. wxJE3 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109CD\n" +"help.text" +msgid "Run" +msgstr "" + +#. 4W4PB +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109D1\n" +"help.text" +msgid "To run a script, select a script in the list, and then click Run." +msgstr "" + +#. FFUEk +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109E8\n" +"help.text" +msgid "Create" +msgstr "" + +#. cF2LZ +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN109EC\n" +"help.text" +msgid "Creates a new script. The default script editor opens after you enter a name for the script." +msgstr "" + +#. twmoG +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A04\n" +"help.text" +msgid "Enter a name for the script." +msgstr "" + +#. GBPkB +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A2F\n" +"help.text" +msgid "Edit" +msgstr "" + +#. UJCVn +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A33\n" +"help.text" +msgid "Opens the default script editor for your operating system." +msgstr "" + +#. Q8G48 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A4B\n" +"help.text" +msgid "Rename" +msgstr "" + +#. jjV85 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A4F\n" +"help.text" +msgid "Opens a dialog where you can change the name of the selected script." +msgstr "" + +#. suGi7 +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A66\n" +"help.text" +msgid "Delete" +msgstr "" + +#. mEwTf +#: 06130030.xhp +msgctxt "" +"06130030.xhp\n" +"par_idN10A6A\n" +"help.text" +msgid "Prompts you to delete the selected script." +msgstr "" + #. tBtMd #: 06130100.xhp msgctxt "" @@ -38897,14 +38636,14 @@ msgctxt "" msgid "Opens a dialog where you can organize %PRODUCTNAME Basic macros." msgstr "បើក​ប្រអប់​មួយ​ដែល​អ្នក​អាច​រៀបចំ​ម៉ាក្រូ %PRODUCTNAME Basic ។" -#. QgPos +#. api6m #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN105AA\n" "help.text" -msgid "JavaScript" -msgstr "JavaScript" +msgid "JavaScript" +msgstr "" #. R52U4 #: 06130200.xhp @@ -38915,14 +38654,14 @@ msgctxt "" msgid "Opens a dialog where you can organize Javascript scripts." msgstr "" -#. oV8SY +#. nybEr #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN10597\n" "help.text" -msgid "BeanShell" -msgstr "BeanShell" +msgid "BeanShell" +msgstr "" #. N8pnT #: 06130200.xhp @@ -38942,22 +38681,301 @@ msgctxt "" msgid "Python" msgstr "" -#. AVYAT +#. GxsAo #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_id171564144873585\n" "help.text" -msgid "Opens a dialog where you can organize Python scripts." +msgid "Opens a dialog where you can run Python scripts." msgstr "" -#. Rhda3 -#: 06130200.xhp +#. F8xV5 +#: 06130300.xhp msgctxt "" -"06130200.xhp\n" -"par_id171564146941721\n" +"06130300.xhp\n" +"tit\n" +"help.text" +msgid "Basic Organizer" +msgstr "" + +#. yGcvK +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"bm_id31571329093046\n" "help.text" -msgid "" +msgid "Basic macros;organize in libraries Basic modules;organize in libraries Basic dialogs;organize in libraries" +msgstr "" + +#. S6zpN +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_idN10A39\n" +"help.text" +msgid "%PRODUCTNAME Basic Library Organizer" +msgstr "" + +#. oncdP +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id111571327198482\n" +"help.text" +msgid "The dialog let you organize %PRODUCTNAME modules and dialogs into libraries. You can also import and export Basic libraries into files or extensions." +msgstr "" + +#. jarWv +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145609\n" +"help.text" +msgid "Module and Dialog tab pages" +msgstr "" + +#. TrMnh +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3155923\n" +"help.text" +msgid "Lets you manage modules or dialog boxes." +msgstr "" + +#. Pj6wa +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3148944\n" +"help.text" +msgid "Module or Dialog" +msgstr "" + +#. Sdrtx +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3145068\n" +"help.text" +msgid "Lists the existing modules or dialogs." +msgstr "" + +#. UhEt6 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3150398\n" +"help.text" +msgid "Edit" +msgstr "" + +#. eUmEs +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150543\n" +"help.text" +msgid "Opens the selected module or dialog for editing." +msgstr "" + +#. UUq7k +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151210\n" +"help.text" +msgid "New (module)" +msgstr "" + +#. EEA8v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149291\n" +"help.text" +msgid "Opens the editor and creates a new module." +msgstr "" + +#. PCbHd +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145173\n" +"help.text" +msgid "New (dialog)" +msgstr "" + +#. 7BVG9 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150767\n" +"help.text" +msgid "Opens the editor and creates a new dialog." +msgstr "" + +#. uE4DZ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151177\n" +"help.text" +msgid "Libraries tab page" +msgstr "" + +#. yQB2A +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3156281\n" +"help.text" +msgid "Lets you manage the macro libraries for the current application and any open documents." +msgstr "" + +#. ViiZb +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3144760\n" +"help.text" +msgid "Location" +msgstr "" + +#. 8KmGe +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150290\n" +"help.text" +msgid "Select the application or the document containing the macro libraries that you want to organize." +msgstr "" + +#. KAHod +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3159149\n" +"help.text" +msgid "Library" +msgstr "" + +#. 8MwCA +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147500\n" +"help.text" +msgid "Lists the existing macro libraries for the current application and any open documents." +msgstr "" + +#. 3gRCC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3157320\n" +"help.text" +msgid "Edit" +msgstr "" + +#. gyaAc +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150868\n" +"help.text" +msgid "Opens the $[officename] Basic editor so that you can modify the selected library." +msgstr "" + +#. sHA8U +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153104\n" +"help.text" +msgid "Password" +msgstr "" + +#. 2uxEq +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3154299\n" +"help.text" +msgid "Assigns or edits the password for the selected library." +msgstr "" + +#. FZAUF +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3147502\n" +"help.text" +msgid "New" +msgstr "" + +#. VS3BT +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149560\n" +"help.text" +msgid "Creates a new library." +msgstr "" + +#. ZSPBJ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153770\n" +"help.text" +msgid "Name" +msgstr "" + +#. mAmEH +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3153726\n" +"help.text" +msgid "Enter a name for the new library or module." +msgstr "" + +#. tfHHz +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3154693\n" +"help.text" +msgid "Import" +msgstr "" + +#. ZYT4v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147441\n" +"help.text" +msgid "Locate that $[officename] Basic library that you want to add to the current list, and then click Open." +msgstr "" + +#. HS2BC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id6963408\n" +"help.text" +msgid "Export" +msgstr "" + +#. JmEG4 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id8968169\n" +"help.text" +msgid "Opens a dialog to export the selected library either as an extension or as a Basic library." msgstr "" #. UkFBg @@ -39599,14 +39617,14 @@ msgctxt "" msgid "Displays shortcut keys that are common to all $[officename] applications." msgstr "បង្ហាញ​គ្រាប់​ចុច​ផ្លូវ​កាត់​ដែល​​មាន​លក្ខណៈ​ធម្មតា​គ្រប់​កម្មវិធី​ $[officename] ។​" -#. ZjDTB +#. qB53f #: 06140200.xhp msgctxt "" "06140200.xhp\n" "hd_id3149095\n" "help.text" -msgid "WriterCalcImpressDrawMath" -msgstr "WriterCalcImpressDrawMath" +msgid " Writer Calc Impress Draw Math " +msgstr "" #. GBfYE #: 06140200.xhp @@ -39725,6 +39743,15 @@ msgctxt "" msgid "Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list." msgstr "ផ្តល់​តម្លៃ​បន្សំ​គ្រាប់​ចុច​​​​បាន​ជ្រើស​ក្នុង​បញ្ជី​ គ្រាប់​ចុច​ផ្លូវ​កាត់​​ ទៅ​ពាក្យ​បញ្ជា​​បាន​ជ្រើស​ក្នុង​បញ្ជី​ អនុគមន៍ " +#. scCJQ +#: 06140200.xhp +msgctxt "" +"06140200.xhp\n" +"hd_id371572442162922\n" +"help.text" +msgid "Delete" +msgstr "" + #. XzQCB #: 06140200.xhp msgctxt "" @@ -40661,23 +40688,23 @@ msgctxt "" msgid "filters; XML filter settingsXML filters; settings" msgstr "តម្រង; ការ​កំណត់​តម្រង XMLតម្រង XML; ការ​កំណត់" -#. CaLds +#. CUgk6 #: 06150000.xhp msgctxt "" "06150000.xhp\n" "hd_id3153272\n" "help.text" -msgid "XML Filter Settings" -msgstr "ការ​កំណត់​តម្រង XML" +msgid "XML Filter" +msgstr "" -#. p689F +#. Gk7jE #: 06150000.xhp msgctxt "" "06150000.xhp\n" "par_id3152937\n" "help.text" -msgid "Opens the XML Filter Settings dialog, where you can create, edit, delete, and test filters to import and to export XML files." -msgstr "បើក​ប្រអប់ ការ​កំណត់​តម្រង​ XML ដែល​អ្នក​អាច​បង្កើត​ កែសម្រួល លុប និង​ សាកល្បង​តម្រង ​ដើម្បី​នាំចូល​ និង នាំចេញ​ឯកសារ​ XML ។" +msgid "Opens the XML Filter Settings dialog, where you can create, edit, delete, and test filters to import and to export XML files." +msgstr "" #. 23hBt #: 06150000.xhp @@ -48851,15 +48878,6 @@ msgctxt "" msgid "Declares the item as relevant." msgstr "ប្រកាស​ធាតុ​ជា​ទំនាក់ទំនង ។" -#. EyhBi -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "The Condition button opens the Add Condition dialog where you can enter used namespaces and full XPath expressions." -msgstr "" - #. uodhx #: xformsdataadd.xhp msgctxt "" @@ -48905,15 +48923,6 @@ msgctxt "" msgid "Declares the item as read-only." msgstr "ប្រកាស​ធាតុ​បាន​តែ​អាន ។" -#. 2BYEn -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "The Condition button opens the Add Condition dialog where you can enter used namespaces and full XPath expressions." -msgstr "" - #. FtmVV #: xformsdataadd.xhp msgctxt "" @@ -49669,4 +49678,3 @@ msgctxt "" "help.text" msgid "Specifies the maximum number of characters for a string." msgstr "បញ្ជាក់​ចំនួន​អតិបរមា​របស់​តួអក្សរ​ជាខ្សែ​អក្សរ ។" - diff --git a/source/km/helpcontent2/source/text/shared/02.po b/source/km/helpcontent2/source/text/shared/02.po index 09703fa656b..ec2b99a70f6 100644 --- a/source/km/helpcontent2/source/text/shared/02.po +++ b/source/km/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 02\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2018-11-12 13:49+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -1421,14 +1421,14 @@ msgctxt "" msgid "Image Button" msgstr "​ប៊ូតុង​រូបភាព" -#. dXj5Y +#. JiLWn #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "Icon" -msgstr "រូបតំណាង" +msgid "Icon image button" +msgstr "" #. B9Era #: 01170000.xhp @@ -19501,4 +19501,3 @@ msgctxt "" "help.text" msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles." msgstr "រាង​មួយ​ចំនួន​មាន​ចំណុច​ទាញ​ពិសេស​ដែល​អ្នក​អាច​​​អូស​ដើម្បី​ផ្លាស់​ប្តូរ​លក្ខណៈ​របស់​រាង​ ។ ព្រួញ​កណ្តុរ​ផ្លាស់​ប្តូរ​​ទៅ​ជា​រូប​​ដៃ​​នៅ​លើ​ចំណុច​ទាញ​ពិសេស ។" - diff --git a/source/km/helpcontent2/source/text/shared/05.po b/source/km/helpcontent2/source/text/shared/05.po index 4728ab31b2b..09964296790 100644 --- a/source/km/helpcontent2/source/text/shared/05.po +++ b/source/km/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -43,23 +43,23 @@ msgctxt "" msgid "Getting Support" msgstr "" -#. fKhuY +#. wR4ns #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3150667\n" "help.text" -msgid "You can find support on the %PRODUCTNAME website at www.libreoffice.org." +msgid "You can find support on the %PRODUCTNAME website." msgstr "" -#. sVy8L +#. tyE6M #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3154230\n" "help.text" -msgid "For a summary of the current support services refer to the Readme file in the %PRODUCTNAME folder." -msgstr "សម្រាប់​ការ​សង្ខេប​​​​នៃ​​​សេវា​​គាំទ្រ​​​​បច្ចុប្បន្ន​សំអាង​ទៅ​លើ​ឯកសារ​ អាន​ខ្ញុំ​ នៅ​ក្នុង​ថត​ %PRODUCTNAME  ។" +msgid "For a summary of the current support services refer to the Readme file in the %PRODUCTNAME folder." +msgstr "" #. FvwQg #: 00000001.xhp @@ -70,13 +70,13 @@ msgctxt "" msgid "Local language support pages" msgstr "ទំព័រ​គាំទ្រ​ភាសា​មូលដ្ឋាន" -#. Gsjo8 +#. h4cNk #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id1318380\n" "help.text" -msgid "The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at www.libreoffice.org/community/nlc/. You can find help and support in English language on the %PRODUCTNAME website at www.libreoffice.org." +msgid "The %PRODUCTNAME localization projects offer support pages in various languages. Find an overview of the native language projects at the %PRODUCTNAME website. You can find English-language help and support on the %PRODUCTNAME website as well." msgstr "" #. nPGLp @@ -88,13 +88,13 @@ msgctxt "" msgid "Mailing lists" msgstr "បញ្ជី​សំបុត្រ​រួម" -#. JVMyg +#. jLNYG #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3166335\n" "help.text" -msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at www.libreoffice.org/get-help/mailing-lists/." +msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at www.libreoffice.org." msgstr "" #. Xp6Xs @@ -106,13 +106,13 @@ msgctxt "" msgid "Forum" msgstr "វេទិកា" -#. axBvT +#. AxpFj #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0915200811081778\n" "help.text" -msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose menu Help – Get Help Online... to access the forum in your language." +msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose Help – Get Help Online to access the forum in your language." msgstr "" #. p6BeE @@ -124,13 +124,13 @@ msgctxt "" msgid "Security" msgstr "សុវត្ថិភាព" -#. hNF4k +#. GqtZB #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0804200803314235\n" "help.text" -msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the public mailing list. If you want to discuss any issue with other users, send an email to the public mailing list users@libreoffice.org." +msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the public mailing list. If you want to discuss any issue with other users, send an email to the public mailing list users@libreoffice.org." msgstr "" #. tEPqi @@ -142,13 +142,13 @@ msgctxt "" msgid "Downloads" msgstr "ទាញយក" -#. rpD8T +#. gsABe #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3028143\n" "help.text" -msgid "You can download the latest version of %PRODUCTNAME at www.libreoffice.org/download/." +msgid "You can download the latest version of %PRODUCTNAME at www.libreoffice.org/download/." msgstr "" #. ia3E3 @@ -160,13 +160,13 @@ msgctxt "" msgid "Documentation" msgstr "ឯកសារ" -#. DpE8Y +#. GHEQm #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3497211\n" "help.text" -msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at documentation.libreoffice.org. You can also access the documentation website choosing the menu Help – User Guides... ." +msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at documentation.libreoffice.org. You can also access the documentation website choosing the menu Help – User Guides." msgstr "" #. nuEqp @@ -1779,4 +1779,3 @@ msgctxt "" "help.text" msgid "Contents general information" msgstr "" - diff --git a/source/km/helpcontent2/source/text/shared/06.po b/source/km/helpcontent2/source/text/shared/06.po index 99b15aa8902..a40023c3e95 100644 --- a/source/km/helpcontent2/source/text/shared/06.po +++ b/source/km/helpcontent2/source/text/shared/06.po @@ -3,16 +3,182 @@ 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: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"PO-Revision-Date: 2018-09-03 13:09+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" +"Language: km\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-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1535980164.000000\n" +#. cEcCB +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Optionen Screenshots" +msgstr "" + +#. wCY4r +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "Options View Dialog Image" +msgstr "" + +#. ncxnF +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534383734366\n" +"help.text" +msgid "Options Load/Save Dialog Image" +msgstr "" + +#. 4ESEt +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534385734366\n" +"help.text" +msgid "Options HTML Dialog Image" +msgstr "" + +#. FjGtw +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564385734366\n" +"help.text" +msgid "Options Accessibility Dialog Image" +msgstr "" + +#. XPDyx +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564381734366\n" +"help.text" +msgid "Options Save Dialog Image" +msgstr "" + +#. FAeBR +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481564381734366\n" +"help.text" +msgid "Options Advanced Dialog Image" +msgstr "" + +#. NJzQs +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481364381734366\n" +"help.text" +msgid "Options Asian Dialog Image" +msgstr "" + +#. zLdmq +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381734366\n" +"help.text" +msgid "Options CTL Dialog Image" +msgstr "" + +#. kEHFK +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381724366\n" +"help.text" +msgid "Options Security Dialog Image" +msgstr "" + +#. 4HEUe +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id361572483243630\n" +"help.text" +msgid "Options Language Dialog Image" +msgstr "" + +#. 9hcKT +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id511572514566037\n" +"help.text" +msgid "Options General Dialog Image" +msgstr "" + +#. Ak6ph +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Shared CUI Screenshots" +msgstr "" + +#. BQjvk +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id341572255825997\n" +"help.text" +msgid "Font Effects Page Dialog Image" +msgstr "" + +#. 5Fp2F +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id91572261220492\n" +"help.text" +msgid "Hyperlink Doc Page Dialog Image" +msgstr "" + +#. q52zT +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id321572273256466\n" +"help.text" +msgid "Hyperlink Internet Dialog Image" +msgstr "" + +#. 7gbR6 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id681572278003926\n" +"help.text" +msgid "Hyperlink Mail Dialog Image" +msgstr "" + +#. UZndE +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id911572279106813\n" +"help.text" +msgid "Hyperlink New Document Dialog Image" +msgstr "" + +#. 9viDm #: svx_screenshots.xhp msgctxt "" "svx_screenshots.xhp\n" @@ -21,6 +187,7 @@ msgctxt "" msgid "SVX Screenshots" msgstr "" +#. tBy37 #: svx_screenshots.xhp msgctxt "" "svx_screenshots.xhp\n" @@ -29,6 +196,7 @@ msgctxt "" msgid "Compress Image Dialog" msgstr "" +#. AW8Pn #: youtubevideos.xhp msgctxt "" "youtubevideos.xhp\n" diff --git a/source/km/helpcontent2/source/text/shared/guide.po b/source/km/helpcontent2/source/text/shared/guide.po index 7df825578ba..a66b3718626 100644 --- a/source/km/helpcontent2/source/text/shared/guide.po +++ b/source/km/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: guide\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-26 13:51+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2019-08-09 08:19+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Khmer \n" @@ -3932,31 +3932,31 @@ msgctxt "" msgid "text/plain" msgstr "" -#. WKecS +#. we8Kv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer132\n" "help.text" -msgid "Word 2007–2019" +msgid "Word 2007–365" msgstr "" -#. WaDLS +#. c3THm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer135\n" "help.text" -msgid "Word 2007–2019 Template" +msgid "Word 2007–365 Template" msgstr "" -#. cEwes +#. SvsgT #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer138\n" "help.text" -msgid "Word 2007–2019 VBA" +msgid "Word 2007–365 VBA" msgstr "" #. M2GE9 @@ -4184,22 +4184,22 @@ msgctxt "" msgid "None" msgstr "" -#. GpoNf +#. 3nYvG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc24\n" "help.text" -msgid "Excel 2007–2019" +msgid "Excel 2007–365" msgstr "" -#. FxFXG +#. bhLnK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc27\n" "help.text" -msgid "Excel 2007–2019 Template" +msgid "Excel 2007–365 Template" msgstr "" #. bfGWF @@ -4796,40 +4796,40 @@ msgctxt "" msgid "PDF - Portable Document Format" msgstr "" -#. zu2uF +#. FqboC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress48\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. prCFV +#. ypSMq #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress51\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. vZyaP +#. hvWY9 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress54\n" "help.text" -msgid "PowerPoint 2007–2019 Template" +msgid "PowerPoint 2007–365 Template" msgstr "" -#. anLEY +#. KqQcD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress57\n" "help.text" -msgid "PowerPoint 2007–2019 VBA" +msgid "PowerPoint 2007–365 VBA" msgstr "" #. DBWC6 @@ -20195,13 +20195,13 @@ msgctxt "" msgid "The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image." msgstr "" -#. EN8L3 +#. JFjy3 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id761566316165430\n" "help.text" -msgid "Choose Insert - QR Code." +msgid "Choose Insert - Object - QR Code." msgstr "" #. vF7bp @@ -20249,40 +20249,40 @@ msgctxt "" msgid "There are four standard error correction values." msgstr "" -#. Ca9En +#. LdLRP #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id271566316757549\n" "help.text" -msgid "LOW: 7% of codewords can be restored." +msgid "Low: 7% of codewords can be restored." msgstr "" -#. uz2bf +#. gNLdh #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id751566316834436\n" "help.text" -msgid "MEDIUM: 15% of codewords can be restored." +msgid "Medium: 15% of codewords can be restored." msgstr "" -#. NCkxC +#. GQtTJ #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id481566316843503\n" "help.text" -msgid "QUARTILE: 25% of codewords can be restored." +msgid "Quartile: 25% of codewords can be restored." msgstr "" -#. 9YzFy +#. QBceY #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id641566316849901\n" "help.text" -msgid "HIGH: 30% of codewords can be restored." +msgid "High: 30% of codewords can be restored." msgstr "" #. F32vf @@ -20366,13 +20366,13 @@ msgctxt "" msgid "Redacting Documents" msgstr "" -#. dHXR5 +#. rUjmE #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing. Redaction protects sensitive information and help enterprises and organizations to comply with regulations, confidentiality or privacy." +msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing. Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." msgstr "" #. QdoMp @@ -22823,6 +22823,114 @@ msgctxt "" msgid "Exit after loading documents." msgstr "" +#. LJxBP +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id631571706947129\n" +"help.text" +msgid "Unix and Linux user can invoke %PRODUCTNAME with these additional parameters for debugging purposes." +msgstr "" + +#. zJG7Z +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id491571706970241\n" +"help.text" +msgid "Parameter" +msgstr "" + +#. fg9oE +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970242\n" +"help.text" +msgid "Meaning" +msgstr "" + +#. iVFrU +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id51571706970244\n" +"help.text" +msgid "--record" +msgstr "" + +#. iAEUa +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970245\n" +"help.text" +msgid "An enhanced debugger." +msgstr "" + +#. BUvrW +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id751571707080685\n" +"help.text" +msgid "--backtrace" +msgstr "" + +#. VQCLF +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id971571707080686\n" +"help.text" +msgid "Prints the backtrace of the entire stack." +msgstr "" + +#. hBvXq +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id171571707097883\n" +"help.text" +msgid "--strace" +msgstr "" + +#. EybYK +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id621571707097884\n" +"help.text" +msgid "strace is a diagnostic, debugging and instructional userspace utility for Linux." +msgstr "" + +#. BGjMr +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id81571707115501\n" +"help.text" +msgid "--valgrind" +msgstr "" + +#. vGFFD +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id281571707115502\n" +"help.text" +msgid "Automatically detect many memory management and threading bugs, and profile the program in detail." +msgstr "" + +#. D3bfs +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id571571707462064\n" +"help.text" +msgid "The debug options --record, --backtrace, --strace and --valgrind cannot be used together. Please use them one by one." +msgstr "" + #. hntPb #: start_parameters.xhp msgctxt "" @@ -25666,4 +25774,3 @@ msgctxt "" "help.text" msgid "About XML Filters" msgstr "អំពី​តម្រង XML" - diff --git a/source/km/helpcontent2/source/text/shared/menu.po b/source/km/helpcontent2/source/text/shared/menu.po index 6922e850191..3305eca2117 100644 --- a/source/km/helpcontent2/source/text/shared/menu.po +++ b/source/km/helpcontent2/source/text/shared/menu.po @@ -3,7 +3,7 @@ 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: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2016-05-24 17:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -205,13 +205,13 @@ msgctxt "" msgid "Choose SlidePage - Save Background Image." msgstr "" -#. HLUZr +#. V2Dps #: save_image.xhp msgctxt "" "save_image.xhp\n" "par_id291566144541584\n" "help.text" -msgid "Opens the Export Image dialog to save the background image of the current slidepage. Select the image file format in the Filter box and insert a file name for the image and press Save." +msgid "Opens the Export Image dialog to save the background image of the current slidepage. Select the image file format in the Filter box, enter a file name for the image and click Save." msgstr "" #. LJVBr diff --git a/source/km/helpcontent2/source/text/shared/optionen.po b/source/km/helpcontent2/source/text/shared/optionen.po index 1f73ad107fe..d97dc3a02f1 100644 --- a/source/km/helpcontent2/source/text/shared/optionen.po +++ b/source/km/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: optionen\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2019-08-09 08:20+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Khmer \n" @@ -2933,13 +2933,13 @@ msgctxt "" msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This Year (two digits) setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920." msgstr "ក្នុង $[officename] ឆ្នាំ​ត្រូវ​បាន​បញ្ជាក់​ដោយ​តួលេខ​បួន ដូច្នេះ​ភាព​ខុស​គ្នា​រវាង 1/1/99 និង 1/1/01 គឺ​ពីរ​ឆ្នាំ ។ ការ​កំណត់ ឆ្នាំ (ពីរ​តួលេខ) នេះ​អនុញ្ញាត​ឲ្យ​អ្នក​ប្រើ​កំណត់​ឆ្នាំ​ដែល​កាល​បរិច្ឆេទ​ពីរ​តួលេខ ត្រូវ​បាន​បន្ថែម​ទៅ 2000 ។ ឧទាហរណ៍ បើ​អ្នក​បញ្ជាក់​​កាល​បរិច្ឆេទ 1/1/30 ឬ ក្រោយ​មក​ទៀត ធាតុ \"1/1/20\" ត្រូវ​បាន​ទទួល​ស្គាល់​ជា 1/1/2020 ជំនួស​ឲ្យ 1/1/1920 ។" -#. wL6bu +#. iGjLN #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3163561\n" "help.text" -msgid "Help Improve LibreOffice" +msgid "Help Improve %PRODUCTNAME" msgstr "" #. Wrk7m @@ -17269,4 +17269,3 @@ msgctxt "" "help.text" msgid "The General page of the View Certificate dialog displays basic information about the certificate." msgstr "ទំព័រ​ទូទៅ​នៃ​ប្រអប់​ មើល​វិញ្ញាបនបត្រ បង្ហាញ​ព័ត៌មាន​មូលដ្ឋាន​អំពី​​​​​វិញ្ញាបនបត្រ" - diff --git a/source/km/helpcontent2/source/text/simpress.po b/source/km/helpcontent2/source/text/simpress.po index 70f44fbb74e..fee6f2fabd5 100644 --- a/source/km/helpcontent2/source/text/simpress.po +++ b/source/km/helpcontent2/source/text/simpress.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2017-10-04 11:22+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -359,15 +359,6 @@ msgctxt "" msgid "Floating Frame" msgstr "ស៊ុម​អណ្តែត" -#. tqHEB -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3149050\n" -"help.text" -msgid "File" -msgstr "ឯកសារ" - #. KRfJh #: main0107.xhp msgctxt "" @@ -1807,4 +1798,3 @@ msgctxt "" "help.text" msgid "Customize" msgstr "" - diff --git a/source/km/helpcontent2/source/text/simpress/00.po b/source/km/helpcontent2/source/text/simpress/00.po index ae053f227f3..0570d02a49a 100644 --- a/source/km/helpcontent2/source/text/simpress/00.po +++ b/source/km/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ 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: 2019-05-12 17:47+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2018-04-17 15:34+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1523979248.000000\n" +#. sqmGT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this command" msgstr "ដើម្បី​ចូល​ដំណើរ​ការ​ពាក្យ​បញ្ជា​នេះ" +#. LgX3a #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "To access this command " msgstr "ដើម្បី​ចូល​ដំណើរការ​ពាក្យ​បញ្ជា​នេះ " +#. Aehfn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Opens a dialog to save the selected bitmap picture as a file. The default file format is the internal format of the image." msgstr "បើក​ប្រអប់​មួយ​ដើម្បី​រក្សាទុក​រូបភាព bitmap ​ជា​ឯកសារមួយ ។ ទ្រង់ទ្រាយ​ឯកសារ​លំនាំដើម​ គឺជាទ្រង់ទ្រាយ​ខាងក្នុង​របស់រូបភាព ។" +#. jwbyg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Opens the Custom Animation sidebar deck." msgstr "បើក​បង្អួច​ចលនា​ផ្ទាល់​ខ្លួន​នៅ​លើ​ស្ថាបព្រិល​​ភារកិច្ច ។" +#. AgwPX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. WDm24 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Rectangle" msgstr "ចតុកោណកែង" +#. NtR9T #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. wzpZu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Ellipse" msgstr "រាង​ពង​ក្រពើ" +#. s7WDt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Icon" msgstr "រូបភាព" +#. UEPDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Curve" msgstr "ខ្សែ​កោង" +#. h8xyX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. L68Vx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Alignment" msgstr "​តម្រឹម" +#. SeWur #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. Djhh6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Arrange" msgstr "រៀប​ចំ" +#. X5cDM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "File Menu" msgstr "ម៉ឺនុយ ឯកសារ" +#. EfFEL #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "File Menu" msgstr "ម៉ឺនុយ ឯកសារ" +#. ADnSj #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Choose File - Export" msgstr "ជ្រើស​ ឯកសារ​ - នាំ​ចេញ" +#. Cjh6J #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Edit Menu" msgstr "ម៉ឺនុយ កែ​សម្រួល" +#. CdKVf #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Edit Menu" msgstr "ម៉ឺនុយ កែ​សម្រួល" +#. E6R5D #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Choose Edit - Duplicate" msgstr "ជ្រើស​ កែសម្រួល​ - ច្បាប់​ចម្លង" +#. iFMuz #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Shift+F3" msgstr "​ប្តូរ ​(Shift)​+F3" +#. CDuQB #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Choose Edit - Cross-fading (%PRODUCTNAME Draw only) " msgstr "ជ្រើស កែសម្រួល - លេច​កាត់​បន្តិច​ម្តងៗ (%PRODUCTNAMEតែ Draw​)" +#. k3XUS #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Choose Edit - Delete Slide" msgstr "ជ្រើស កែសម្រួល - លុប​ស្លាយ" +#. 9u4Ng #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Open the context menu of an inserted layer, then choose Delete Layer" msgstr "បើក​ម៉ឺនុយ​បរិបទ​របស់​ស្រទាប់​ដែល​បានបញ្ចូល បន្ទាប់មកជ្រើស លុប​ស្រទាប់" +#. pYxE9 #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Choose Edit - Fields" msgstr "ជ្រើស​ កែសម្រួល​ - វាល" +#. NSTGw #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Click the Glue Points icon on the Drawing Bar " msgstr "ចុច​រូបតំណាង ចំណុច​ភ្ជាប់ លើ​របារ​គូរ" +#. cjzea #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "View Menu" msgstr "ម៉ឺនុយ មើល" +#. cEoGX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "View Menu" msgstr "ម៉ឺនុយ មើល" +#. UBHxX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Choose View - Rulers " msgstr "ជ្រើសមើល​ - បន្ទាត់" +#. iwSEb #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Choose View - Toolbars - Options " msgstr "ជ្រើស មើល - របារ​ឧបករណ៍ - ជម្រើស" +#. MGzp8 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "Choose View - Toolbars - Presentation" msgstr "ជ្រើស​ មើល​ - របារ​ឧបករណ៍​ - ការ​បង្ហាញ" +#. huGDF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Choose View - Color/Grayscale " msgstr "ជ្រើស​ ​មើល​ - ពណ៌​/​​មាត្រ​ដ្ឋាន​ប្រផេះ" +#. uV5Vw #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Choose View - Normal" msgstr "ជ្រើស​ មើល​ - ធម្មតា" +#. BmGph #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose View - Outline" msgstr "ជ្រើស​ មើល​ - គ្រោង" +#. XPAAD #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Choose View - Slide Sorter" msgstr "ជ្រើស​ មើល​ - ឧបករណ៍​តម្រៀប​ស្លាយ" +#. FNUA9 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose View - Notes " msgstr "ជ្រើស​ មើល​ - ធម្មតា" +#. QQktS #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Choose View - Master Handout" msgstr "" +#. jBGUy #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose Slide Show - Slide Show" msgstr "ជ្រើស​ បញ្ចាំង​ស្លាយ​ - បញ្ចាំង​ស្លាយ" +#. cvTps #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "F5" msgstr "F5" +#. PCLQ7 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "On the Standard toolbar, click" msgstr "លើ​របារ​ឧបករណ៍ បញ្ចូល ចុច" +#. ijFCe #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Slide Show Icon" msgstr "" +#. uF2sr #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Slide Show" msgstr "បញ្ចាំង​ស្លាយ" +#. 7udz4 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Choose View - Normal" msgstr "ជ្រើស​ មើល​ - ធម្មតា" +#. usm8x #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose View - Master" msgstr "ជ្រើស​ មើល​ - មេ" +#. DxBby #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Choose View - Master Slide " msgstr "" +#. QetBX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Choose View - Master Notes " msgstr "" +#. SL63x #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose Slide - Master Elements " msgstr "" +#. FdzkE #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose Insert - Header and Footer" msgstr "ជ្រើស មើល - បឋមកថា និង​បាតកថា" +#. oGfDH #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Choose Insert - Page number" msgstr "ជ្រើស បញ្ចូល​ - លេខ​ទំព័រ" +#. cjDmN #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose Insert - Date and time" msgstr "ជ្រើស ​បញ្ចូល​ - កាល​បរិច្ឆេទ​ និង​ ពេល​វេលា" +#. Qq7zc #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "Choose View - Normal " msgstr "ជ្រើស មើល - ធម្មតា" +#. vJ7GF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Choose View - Master Slide " msgstr "" +#. LG3aP #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Choose View - Notes " msgstr "ជ្រើស​ មើល​ - ទំព័រ​ចំណាំ" +#. yDXA6 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Insert Menu" msgstr "ម៉ឺនុយ បញ្ចូល" +#. 7GedS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Insert Menu" msgstr "ម៉ឺនុយ បញ្ចូល" +#. aJf3t #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Choose Insert - Duplicate Slide" msgstr "ជ្រើស បញ្ចូល - ស្ទួន​ស្លាយ" +#. jgiAE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Choose Insert - Expand Slide" msgstr "ជ្រើសបញ្ចូល​ - ពង្រីក​ស្លាយ" +#. EB7uY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Choose Insert - Summary Slide" msgstr "ជ្រើស​ បញ្ចូល​ - ស្លាយ​សង្ខេប" +#. Hrdda #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Choose Insert - Layer (%PRODUCTNAME Draw only)" msgstr "ជ្រើស បញ្ចូល - ស្រទាប់ (%PRODUCTNAME តែ Draw)" +#. EZDXv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Open context menu of layer tabs - choose Insert Layer (%PRODUCTNAME Draw only)" msgstr "បើក​ម៉ឹនុយ​បរិបទ​នៃ​ផ្ទាំង​ស្រទាប់ - ជ្រើស បញ្ចូល​ស្រទាប់ (%PRODUCTNAME តែ Draw)" +#. j8G6i #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Choose Insert - Insert Snap Point/Line (%PRODUCTNAME Draw only)" msgstr "ជ្រើស បញ្ចូល - បញ្ចូល​ចំណុច/បន្ទាត់​ខ្ទាស់ (តែ %PRODUCTNAME Draw ប៉ុណ្ណោះ)" +#. YA4wU #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Open a context menu and choose Insert Snap Point/Line" msgstr "បើក​ម៉ឺនុយ​បរិបទ ហើយ​ជ្រើស បញ្ចូល​ចំណុច/បន្ទាត់​ខ្ទាស់" +#. zUpYX #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Select a snap point or line, open the context menu, and choose Edit Snap Point/Line" msgstr "ជ្រើស​ចំណុច ឬ​បន្ទាត់​ខ្ទាស់​មួយ បើក​ម៉ឺនុយ​បរិបទ និង ជ្រើស កែសម្រួល ចំណុច/បន្ទាត់ ខ្ទាស់>" +#. z7KYF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose Insert - Spreadsheet" msgstr "ជ្រើស​ បញ្ចូល​ - សៀវភៅ​បញ្ជី" +#. 6CAQP #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "On the Insert toolbar, click" msgstr "លើ​របារ​ឧបករណ៍ បញ្ចូល ចុច" +#. H2v3R #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. Rg8zC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -552,14 +619,16 @@ msgctxt "" msgid "Spreadsheet" msgstr "សៀវភៅ​បញ្ជី" +#. mEkeS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153075\n" "help.text" -msgid "Choose Insert - File" -msgstr "ជ្រើស​ បញ្ចូល​ - ឯកសារ" +msgid "Choose Slide - Insert Slide from FilePage - Insert Page from File" +msgstr "" +#. ttNgv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "On the Insert toolbar, click" msgstr "លើ​របារ​ឧបករណ៍ បញ្ចូល ចុច" +#. DARhB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -576,14 +646,16 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. PTcaY #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3157900\n" "help.text" -msgid "File" -msgstr "ឯកសារ" +msgid "Insert Slide from FileInsert Page from File" +msgstr "" +#. YV4RY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "Choose Insert - Field" msgstr "ជ្រើស បញ្ចូល​ - វាល" +#. 49ske #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "Choose Insert - Field - Date (fixed)" msgstr "​​ជ្រើស ​បញ្ចូល - វាល​​ - កាល​បរិច្ឆេទ​ (​ថេរ​)" +#. pBt9o #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "Choose Insert - Field - Date (variable)" msgstr "ជ្រើស បញ្ចូល​ - វាល​​ - កាល​បរិច្ឆេទ​ (អថេរ​)" +#. qZQxK #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Choose Insert - Field - Time (fixed)" msgstr "ជ្រើស បញ្ចូល​ - វាល​ - ពេលវេលា​ (ថេរ​)" +#. 32BH2 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Choose Insert - Field - Time (variable)" msgstr "ជ្រើស បញ្ចូល​ - វាល​​ - ពេល​វេលា ​(អថេរ​)" +#. Gqsm2 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Choose Insert - Field - Page Number" msgstr "ជ្រើស​ បញ្ចូល​ - វាល​ - ឈ្មោះ​ឯកសារ" +#. dXqjF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Choose Insert - Field - Author" msgstr "ជ្រើស បញ្ចូល​ - វាល​ - អ្នកនិពន្ធ" +#. C9fiu #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Choose Insert - Field - File Name" msgstr "ជ្រើស​ បញ្ចូល​ - វាល​ - ឈ្មោះ​ឯកសារ" +#. p2LBA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Format Menu" msgstr "ម៉ឺនុយ ទ្រង់ទ្រាយ" +#. vAQMZ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Format Menu" msgstr "ម៉ឺនុយ ទ្រង់ទ្រាយ" +#. Px883 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "In the context menu of a dimension line, choose Dimensions." msgstr "នៅក្នុង​ម៉ឺនុយ​បរិបទ​នៃ​បន្ទាត់​វិមាត្រ ជ្រើស វិមាត្រ ។" +#. t2Prp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "On the Lines and Arrows toolbar, click the Dimension Line icon." msgstr "នៅ​លើ​របារ​ឧបករណ៍​ បន្ទាត់ និង​ព្រួញ ចុច​រូបតំណាង បន្ទាត់​វិមាត្រ ។" +#. s6Euy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "In a Draw document, right-click a layer tab and choose Modify Layer" msgstr "ក្នុង​ឯកសារ Draw មួយ ចុច​កណ្តុរ​ស្តាំ​លើ​ផ្ទាំង​ស្រទាប់​មួយ និង ជ្រើស កែប្រែ​ស្រទាប់" +#. XDEfU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Choose Format - Layer (only $[officename] Draw)" msgstr "ជ្រើស ទ្រង់ទ្រាយ - ស្រទាប់ (តែ $[officename] Draw)" +#. aFWLc #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Tools Menu" msgstr "ម៉ឺនុយ ឧបករណ៍" +#. CnZRw #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Tools Menu" msgstr "ម៉ឺនុយ ឧបករណ៍" +#. XwRiS #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Choose Tools - Language - Hyphenation" msgstr "ជ្រើស ឧបករណ៍ - ភាសា - ការ​ដាក់​សហសញ្ញា" +#. DpRab #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "Choose Slide Show - Custom Slide Show and then click New." msgstr "ជ្រើស បញ្ចាំង​ស្លាយ - បញ្ចាំង​ស្លាយ​ផ្ទាល់​ខ្លួន ហើយ​បន្ទាប់​មក​ចុច ថ្មី ។" +#. mc9oT #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Slide Show Menu" msgstr "ម៉ឺនុយ​បញ្ចាំង​ស្លាយ​" +#. aUDNd #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Slide Show Menu" msgstr "ម៉ឺនុយ​បញ្ចាំង​ស្លាយ​" +#. GNGFA #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Choose Slide Show - Slide Transition" msgstr "ជ្រើស​ បញ្ចាំង​ស្លាយ​ - ចលនា​​ស្លាយ" +#. LvLjL #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Choose Insert - Animated Image" msgstr "ជ្រើស​ ​​បញ្ចូល​ - រូបភាព​មាន​ចលនា" +#. L8Qvn #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Choose Slide Show - Custom Animation" msgstr "ជ្រើស បញ្ចាំង​ស្លាយ - ចលនា​ផ្ទាល់​ខ្លួន" +#. GjRGc #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "On the Drawing toolbar, click" msgstr "លើ​របារ​ឧបករណ៍ គូរ ចុច" +#. xScEZ #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. HAFtd #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Custom Animation" msgstr "ចលនា​ផ្ទាល់ខ្លួន" +#. EmpP5 #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Choose Slide Show - Interaction" msgstr "ជ្រើស​ បញ្ចាំង​ស្លាយ​ - អន្តរ​កម្ម" +#. VxBs4 #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "On the Drawing toolbar, click" msgstr "លើ​របារ​ឧបករណ៍ គូរ ចុច" +#. r5Z3N #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. Td3BT #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Interaction" msgstr "អន្តរកម្ម" +#. jGCAJ #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Choose Slide Show - Slide Show Settings" msgstr "​ជ្រើស​ បញ្ចាំង​ស្លាយ​ - កំណត់​ការ​បញ្ចាំង​ស្លាយ" +#. k7Q8Z #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "Choose Slide Show - Custom Slide Show" msgstr "​ជ្រើស​ ​បញ្ចាំង​ស្លាយ​ - បញ្ចាំង​ស្លាយ​ផ្ទាល់​ខ្លួន" +#. 3GUFv #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Shape Menu" msgstr "" +#. k9tyC #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Shape Menu" msgstr "" +#. EbLAA #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "Choose Shape - Convert (%PRODUCTNAME Draw only)" msgstr "" +#. 8sqbB #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស​ និង ជ្រើស​ បម្លែង" +#. griuj #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "Choose Shape - Convert - To Curve (%PRODUCTNAME Draw only)" msgstr "" +#. cjVjh #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To Curve" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស​ និង​ ជ្រើស​ បម្លែង​ - ​ជា​ខ្សែ​កោង" +#. ie8zi #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Choose Shape - Convert - To Polygon (%PRODUCTNAME Draw only)" msgstr "" +#. vFDG5 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To Polygon" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស​ និង ជ្រើស បម្លែង​ - ​ជា​ពហុកោណ" +#. F9Wc6 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "Choose Shape - Convert - To 3D (%PRODUCTNAME Draw only)" msgstr "" +#. ZM2qM #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To 3D " msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស​ និង​ ជ្រើស​ បម្លែង​ - ​ជា​ត្រីមាត្រ" +#. opPFD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "Choose Shape - Convert - To 3D Rotation Object (%PRODUCTNAME Draw only)" msgstr "" +#. 6GqEg #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To 3D Rotation Body" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស បម្លែង - ​តួ​វិល​ត្រីមាត្រ" +#. 7cKRf #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "Choose Shape - Convert - To Bitmap (%PRODUCTNAME Draw only)" msgstr "" +#. zYDUA #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To Bitmap" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស ​បម្លែង - ជា​រូបភាព" +#. uSWV6 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Choose Shape - Convert - To Metafile (%PRODUCTNAME Draw only)" msgstr "" +#. FKBs3 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To Metafile" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស បម្លែង - ​ឯកសារ​​មេតា" +#. CHC6W #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "Choose Shape - Convert - To Contour (%PRODUCTNAME Draw only)" msgstr "" +#. JexGE #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Convert - To Contour" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស បម្លែង - ជា​វណ្ឌវង្ក" +#. YK9Mw #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "Choose Shape - Arrange - In Front of Object (%PRODUCTNAME Draw only)" msgstr "" +#. d8mib #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Arrange - In Front of Object" msgstr "បើក​ម៉ឺនុយ​​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស ​​រៀបចំ - ខាង​មុខ​វត្ថុ" +#. htvAg #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "On the Drawing bar, open the Arrange toolbar and click:" msgstr "លើ​របារ​គូរ បើក​របារ​ឧបករណ៍ រៀបចំ និង ចុច ៖" +#. dqCBp #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. BEnZu #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "In Front of Object" msgstr "ខាង​មុខ​វត្ថុ" +#. EyNkU #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "Choose Shape - Arrange - Behind Object (%PRODUCTNAME Draw only)" msgstr "" +#. ECTJD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Arrange - Behind Object" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង ជ្រើស ​រៀបចំ - ក្រោយ​វត្ថុ" +#. Z8LeP #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "On the Drawing bar, open the Arrange toolbar and click:" msgstr "លើ​របារ​គូរ បើក​របារ​ឧបករណ៍ រៀបចំ និង ចុច ៖" +#. nyRAj #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. zJ8mS #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "Behind Object" msgstr "ខាង​ក្រោយ​វត្ថុ" +#. CHavZ #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "Choose Shape - Arrange - Reverse (%PRODUCTNAME Draw only)" msgstr "" +#. kQ8FJ #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose Arrange - Reverse" msgstr "បើក​ម៉ឺនុយ​បរិបទ​នៃ​វត្ថុ​ដែល​បាន​ជ្រើស និង​ ជ្រើស ​​រៀបចំ - ដាក់​បញ្ច្រាស" +#. 46G6g #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "On the Drawing bar, open the Arrange toolbar and click:" msgstr "លើ​របារ​គូរ បើក​របារ​ឧបករណ៍ រៀបចំ និង ចុច ៖" +#. CCqy7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "Icon" msgstr "រូបតំណាង" +#. 3TrJC #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "Reverse" msgstr "បញ្ច្រាស" +#. mCeJp #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "Choose Shape - Combine (%PRODUCTNAME Draw only)" msgstr "" +#. PP2FD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose Combine." msgstr "ជ្រើស​វត្ថុ​ពីរ​ ឬ​ច្រើន​ បើក​ម៉ឺនុយ​បរិបទ​ និង​ ជ្រើស​​ ផ្សំ ។" +#. ryATH #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Choose Shape - Split (%PRODUCTNAME Draw only)" msgstr "" +#. ncA47 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Select a combined object, open the context menu and choose Split." msgstr "ជ្រើស​វត្ថុ​ដែល​បាន​ផ្សំ បើក​ម៉ឺនុយ​បរិបទ​ និង​ ជ្រើស​ ​ពុះ ។" +#. a4HG7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "Choose Shape - Connect (%PRODUCTNAME Draw only)" msgstr "" +#. DNEs5 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "Select two or more lines, open the context menu and choose Connect." msgstr "ជ្រើស​បន្ទាត់​ពីរ​ ឬ​ ច្រើន​ បើក​ម៉ឺនុយ​បរិបទ​ ហើយ​ជ្រើស​ ​តភ្ជាប់ ។" +#. yzAaS #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Choose Shape - Break (%PRODUCTNAME Draw only)" msgstr "" +#. EZSR4 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "Select a line that was created by connecting two or more lines, open the context menu and choose Break." msgstr "ជ្រើស​បន្ទាត់​មួយ ​​​ដែល​ត្រូវ​បាន​បង្កើត​ដោយការ​​តភ្ជាប់​បន្ទាត់​ពីរ​ ឬ​ច្រើន​ បើក​ម៉ឺនុយ​បរិបទ​ និង​ ជ្រើស​ បំបែក ។" +#. WAW7m #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Choose Shape (%PRODUCTNAME Draw only)" msgstr "" +#. CT5rY #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose Shapes" msgstr "ជ្រើស​វត្ថុ​​ពីរ ឬ​ច្រើន បើក​ម៉ឺនុយ​បរិបទ និង ជ្រើស ​​រាង​" +#. fDkqc #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Choose Shape - Merge (%PRODUCTNAME Draw only)" msgstr "" +#. izMq7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose Shapes - Merge" msgstr "ជ្រើស​វត្ថុ​ពីរ ឬ​ច្រើន បើក​ម៉ឺនុយ​​បរិបទ និង ជ្រើស រាង - បញ្ចូល​ចូល​គ្នា" +#. uWZDf #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Choose Shape - Subtract (%PRODUCTNAME Draw only)" msgstr "" +#. dyi5b #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose Shapes - Subtract" msgstr "ជ្រើស​វត្ថុ​ពីរ ឬ​ច្រើន បើក​ម៉ឺនុយ​បរិបទ និង ជ្រើស​រាង - ដក" +#. m8FE7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "Choose Shape - Intersect (%PRODUCTNAME Draw only)" msgstr "" +#. LqCnD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose Shapes - Intersect" msgstr "ជ្រើស​វត្ថុ​ពីរ ឬ​ច្រើន បើក​ម៉ឺនុយ​បរិបទ និង ជ្រើស រាង - ប្រសព្វ" +#. b3k2w #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "Slide Menu" msgstr "" +#. eVFdV #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1248,6 +1402,7 @@ msgctxt "" msgid "Choose Slide - Properties " msgstr "" +#. tFRFZ #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "Choose Slide - Properties and then click the Page tab " msgstr "" +#. Rn7C8 #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "Choose Slide - Properties and then click the Background tab " msgstr "" +#. sHGZ4 #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "Choose Slide - Layout " msgstr "" +#. i3nvo #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "Choose Slide - Change Slide Master " msgstr "" +#. FeqGZ #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "Choose Slide - New Slide" msgstr "" +#. 7tbCN #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "On the Presentation bar, click" msgstr "លើ​របារ ការ​បង្ហាញ ចុច" +#. FMkRy #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "Icon" msgstr "" +#. brVDD #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" diff --git a/source/km/helpcontent2/source/text/simpress/01.po b/source/km/helpcontent2/source/text/simpress/01.po index d353a8c69a1..0dd96015235 100644 --- a/source/km/helpcontent2/source/text/simpress/01.po +++ b/source/km/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2019-08-09 08:20+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Khmer \n" @@ -2942,51 +2942,6 @@ msgctxt "" msgid "Inserts a new table into the current slide or page." msgstr "បញ្ចូល​តារាង​ថ្មី​ទៅ​ក្នុង​ស្លាយ ឬ​ទំព័រ​បច្ចុប្បន្ន ។" -#. KQV3H -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"tit\n" -"help.text" -msgid "Insert File" -msgstr "បញ្ចូល​ឯក​សារ" - -#. uAcPs -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"bm_id3153728\n" -"help.text" -msgid "files; insertinginserting; filesHTML; inserting files" -msgstr "វាល​; ការ​បញ្ចូល​ការ​បញ្ចូល;​ ឯកសារ​HTML; ការ​បញ្ចូល​ឯកសារ​​" - -#. LC8U8 -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"hd_id3153728\n" -"help.text" -msgid "Insert File" -msgstr "បញ្ចូល​ឯកសារ" - -#. dYgHk -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3145799\n" -"help.text" -msgid "Inserts a file into the active slidepage. You can insert $[officename] Draw or Impress files, or text from an HTML document or a text file. If you have an active internet connection, you can also insert text from a web page by entering its URL in the File name box." -msgstr "" - -#. CEEth -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3155446\n" -"help.text" -msgid "You can also choose to only insert specific slides or objects from $[officename] Draw or Impress files." -msgstr "អ្នក​ក៏​អាច​ជ្រើស​ ដើម្បី​បញ្ចូល​តែ​​ស្លាយ ឬ​ វត្ថុ​ជាក់​លាក់​ ពី​ឯកសារ​របស់​ $[officename] Draw ឬ Impress ។" - #. EDQpb #: 04110100.xhp msgctxt "" @@ -3005,13 +2960,13 @@ msgctxt "" msgid "inserting; objects from filesobjects; inserting from filesslides; inserting as linksinserting; slides as linksbackgrounds; deleting unused" msgstr "ការ​បញ្ចូល; វត្ថុ​ពី​ឯកសារវត្ថុ; ការ​បញ្ចូល​ពី​ឯកសារស្លាយ; ការ​បញ្ចូល​ជា​តំណការ​បញ្ចូល; ស្លាយ​ជា​តំណផ្ទៃ​ខាង​ក្រោយ; ការ​លុប​ផ្ទៃ​ដែល​មិន​ប្រើ" -#. wReoc +#. rMG6A #: 04110100.xhp msgctxt "" "04110100.xhp\n" "hd_id3146976\n" "help.text" -msgid "Insert SlidePage/Objects from File" +msgid "Insert SlidePage/Objects from File" msgstr "" #. zCX2g @@ -9151,4 +9106,3 @@ msgctxt "" "help.text" msgid "You can use the Page Slide Pane to add, to rename, to delete, and to arrange slides or pages in Impress and Draw." msgstr "អ្នក​អាច​ប្រើ​ស្លាបព្រិល ទំព័រ ស្លាយ ដើម្បី​បន្ថែម ប្តូរឈ្មោះ លុប និង ដើម្បី​រៀបចំ​ស្លាយ ឬ​ទំព័រ​ក្នុង Impress និង Draw ។" - diff --git a/source/km/helpcontent2/source/text/simpress/02.po b/source/km/helpcontent2/source/text/simpress/02.po index 6703fd845cb..2686f6d3e09 100644 --- a/source/km/helpcontent2/source/text/simpress/02.po +++ b/source/km/helpcontent2/source/text/simpress/02.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2017-10-04 11:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -4490,15 +4490,6 @@ msgctxt "" msgid "Floating Frame" msgstr "ស៊ុម​អណ្តែត" -#. CxxLj -#: 10110000.xhp -msgctxt "" -"10110000.xhp\n" -"hd_id3148386\n" -"help.text" -msgid "File" -msgstr "ឯកសារ" - #. b9q3B #: 10110000.xhp msgctxt "" @@ -5956,4 +5947,3 @@ msgctxt "" "help.text" msgid "Select Text Area Only" msgstr "ជ្រើស​​តែ​​​​ផ្ទៃ​​​អត្ថបទ​" - diff --git a/source/km/helpcontent2/source/text/simpress/guide.po b/source/km/helpcontent2/source/text/simpress/guide.po index 0a55fbecb66..673546e0474 100644 --- a/source/km/helpcontent2/source/text/simpress/guide.po +++ b/source/km/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ 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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2018-09-03 13:09+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -791,14 +791,14 @@ msgctxt "" msgid "You can preview the transition effect in the document window." msgstr "អ្នក​អាច​មើល​បែបផែន​ផ្លាស់ប្តូរ​ស្លាយ ក្នុង​បង្អួច​ឯកសារ ។" -#. EqizU +#. GjqiV #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "par_id3148826234\n" "help.text" -msgid "On Slide Pane an icon appears next to the preview of those slides, which have slide transition. When you present the slide show with the Presenter Console, icon indicates that the next slide has slide transition." -msgstr "នៅ​លើ​ស្លាបព្រិល​ស្លាយ រូបតំណាង​នៅ​ក្បែរ​ស្លាយ​មើល​ជាមុន​ទាំងនោះ គឺ​មាន​ដំណើរ​ផ្លាស់ប្ដូរ​ស្លាយ។ ពេល​អ្នក​ធ្វើ​បទ​បង្ហាញ​ស្លាយ​ដោយ​ប្រើ​កុងសូល​កម្មវិធី​បង្ហាញ, រូបតំណាង​បញ្ជាក់​ថា​ស្លាត​បន្ទាប់​គឺ​មាន​ដំណើរ​ផ្លាស់ប្ដូរ​ស្លាយ។" +msgid "On Slide Pane an icon appears next to the preview of those slides, which have slide transition. When you present the slide show with the Presenter Console, icon indicates that the next slide has slide transition." +msgstr "" #. c3Czx #: animated_slidechange.xhp @@ -818,13 +818,13 @@ msgctxt "" msgid "In Slide Sorter view, select the slides that you want to add the transition effect to." msgstr "ក្នុង​ទិដ្ឋភាព ឧបករណ៍​តម្រៀប​ស្លាយ ជ្រើស​ស្លាយ​ដែល​អ្នក​ចង់​បន្ថែម​បែបផែន​ផ្លាស់ប្តូរ ។" -#. GbSKu +#. fJMzn #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "par_id3148826\n" "help.text" -msgid "If you want, you can use the Zoom toolbarIcon to change the view magnification for the slides." +msgid "If you want, you can use the Zoom toolbarIcon Zoom to change the view magnification for the slides." msgstr "" #. EYP8G @@ -1871,14 +1871,14 @@ msgctxt "" msgid "To insert text from a file into a slide:" msgstr "ដើម្បី​បញ្ចូល​អត្ថបទ​ពី​ឯកសារ​ទៅ​ក្នុង​ស្លាយ​មួយ ៖" -#. LzQ9V +#. GFBxE #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3146313\n" "help.text" -msgid "In the slide where you want to insert the text, choose Insert - File." -msgstr "នៅ​ក្នុង​​ស្លាយ​ ដែល​អ្នក​ចង់​បញ្ចូល​អត្ថបទ​ ជ្រើស បញ្ចូល​ - ឯកសារ ។" +msgid "In the slide where you want to insert the text, choose Slide - Insert Slide from FilePage - Insert Page from File." +msgstr "" #. NCRij #: html_import.xhp @@ -1916,23 +1916,23 @@ msgctxt "" msgid "Double-click in the inserted text to enter edit mode." msgstr "ចុច​ទ្វេ​ដង​ក្នុង​អត្ថបទ​ដែល​បាន​បញ្ចូល​ ដើម្បី​បញ្ចូល​​របៀប​កែសម្រួល​ ។" -#. fNN3G +#. 9EpAW #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3143228\n" "help.text" -msgid "Select all of the text that lies below the visible slide area and press Command Ctrl+X." -msgstr "ជ្រើស​អត្ថបទ​ទាំងអស់​ដែល​មាននៅ​ខាង​ក្រោម​ផ្ទៃ​​ស្លាយ​ដែល​មើល​ឃើញ​​ និង​ចុច Command បញ្ជា(Ctrl)+X ។" +msgid "Select all of the text that lies below the visible slide area and press CommandCtrl+X." +msgstr "" -#. vAAFd +#. TBMtB #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3153811\n" "help.text" -msgid "Choose Slide - New Page/Slide, and then press CommandCtrl+V." -msgstr "ជ្រើស បញ្ចូល – ស្លាយ និង​បន្ទាប់​មក​ចុចគ្រាប់​ចុច Command បញ្ជា(Ctrl)+V ។" +msgid "Choose Slide - New SlidePage - New Page, and then press CommandCtrl+V." +msgstr "" #. tA9U8 #: html_import.xhp @@ -4238,14 +4238,14 @@ msgctxt "" msgid "Open a presentation, and choose View - Normal." msgstr "បើក​ការ​បង្ហាញ​ និង ជ្រើស​ មើល - ធម្ម​តា ។" -#. AXXdU +#. E6TbP #: page_copy.xhp msgctxt "" "page_copy.xhp\n" "par_id3154702\n" "help.text" -msgid "Choose Insert - File." -msgstr "ជ្រើស​ បញ្ចូល​ - ឯកសារ​ ។" +msgid "Choose Slide - Insert Slide from FilePage - Insert Page from File." +msgstr "" #. 4wCrD #: page_copy.xhp @@ -4328,15 +4328,6 @@ msgctxt "" msgid "Select the slide that you want the copied slide to follow, and then choose Edit - Paste." msgstr "ជ្រើស​ស្លាយ​ ដែល​អ្នក​ចង់​ឲ្យ​​ស្លាយ​ដែល​បាន​ចម្លង​ ធ្វើ​តាម​ និង​ បន្ទាប់​មក​ជ្រើស​ កែសម្រួល​ - បិទ​ភ្ជាប់ ។" -#. Ft7RS -#: page_copy.xhp -msgctxt "" -"page_copy.xhp\n" -"par_id3150655\n" -"help.text" -msgid "Insert - File" -msgstr "បញ្ចូល​ - ឯកសារ" - #. uGXHy #: palette_files.xhp msgctxt "" @@ -6433,4 +6424,3 @@ msgctxt "" "help.text" msgid "Convert to Polygon" msgstr "​បម្លែង​ជា​ពហុកោណ" - diff --git a/source/km/helpcontent2/source/text/swriter/01.po b/source/km/helpcontent2/source/text/swriter/01.po index 6bae707369d..7e29e18c4d3 100644 --- a/source/km/helpcontent2/source/text/swriter/01.po +++ b/source/km/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 01\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Khmer \n" @@ -611,13 +611,13 @@ msgctxt "" msgid "Name and Path of HTML Documents" msgstr "ឈ្មោះ និង ផ្លូវ​ឯកសារ HTML" -#. KuzDg +#. DhDCg #: 01160500.xhp msgctxt "" "01160500.xhp\n" "par_id3151175\n" "help.text" -msgid "Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created. " +msgid "Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created." msgstr "" #. egW9H @@ -629,15 +629,6 @@ msgctxt "" msgid "Consecutive numbers are added to the file name if more than one HTML document is created. The titles of the HTML pages are created from the topmost chapter heading." msgstr "លេខ​ត​គ្នា​ត្រូវ​បាន​បន្ថែម​ទៅ​ឈ្មោះ​ឯកសារ ប្រសិន​បើ​ឯកសារ HTML ត្រូវ​បាន​បើក​ច្រើន​ជាង​មួយ ។ ចំណងជើង​នៃ​ទំព័រ HTML ត្រូវ​បាន​បង្កើត​ពី​ក្បាល​ជំពូក​ខ្ពស់បំផុត​ ។" -#. qAeNv -#: 01160500.xhp -msgctxt "" -"01160500.xhp\n" -"hd_id3154568\n" -"help.text" -msgid "Display area" -msgstr "បង្ហាញ​ផ្ទៃ​" - #. nFA6X #: 01160500.xhp msgctxt "" -- cgit