From 47d2e3a3e6f9d4e2b17ff79b3a9cbdbe4619af16 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 13 Jun 2021 17:03:18 +0200 Subject: update translations for 7.2.0 beta1 and force-fix errors using pocheck Change-Id: I7ed5a77fb3ccb004ba1b79c55ae56a84c82f2803 --- .../ka/helpcontent2/source/text/sbasic/python.po | 53 +- .../ka/helpcontent2/source/text/sbasic/shared.po | 606 +++++- .../helpcontent2/source/text/sbasic/shared/03.po | 1569 +++++++++++++--- source/ka/helpcontent2/source/text/scalc/01.po | 111 +- source/ka/helpcontent2/source/text/sdatabase.po | 569 +++++- source/ka/helpcontent2/source/text/shared/00.po | 47 +- source/ka/helpcontent2/source/text/shared/01.po | 398 +++- .../source/text/shared/explorer/database.po | 551 +----- source/ka/helpcontent2/source/text/shared/guide.po | 1928 +++++++++----------- source/ka/helpcontent2/source/text/simpress/01.po | 425 ++++- source/ka/helpcontent2/source/text/swriter.po | 407 +---- .../helpcontent2/source/text/swriter/librelogo.po | 10 +- 12 files changed, 4282 insertions(+), 2392 deletions(-) (limited to 'source/ka/helpcontent2') diff --git a/source/ka/helpcontent2/source/text/sbasic/python.po b/source/ka/helpcontent2/source/text/sbasic/python.po index 59fdd58d11f..a70d84c63fc 100644 --- a/source/ka/helpcontent2/source/text/sbasic/python.po +++ b/source/ka/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: 2021-05-05 17:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -499,13 +499,13 @@ msgctxt "" msgid "Python : Monitoring Document Events" msgstr "" -#. 7vwHs +#. GyBAT #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0526\n" "help.text" -msgid "Basic;Monitoring Document Events Python;Monitoring Document Events Access2Base;Console Access2Base;Trace Tools;Strings API;GlobalScope.BasicLibraries API;document.DocumentEvent: Monitoring Document Event API;document.XDocumentEventBroadcaster: Monitoring Document Event API;document.XDocumentEventListener: Monitoring Document Event API;frame.Desktop: Monitoring Document Event API;frame.GlobalEventBroadcaster: Monitoring Document Event API;lang.EventObject: Monitoring Document Event API;script.provider.MasterScriptProviderFactory: Monitoring Document Event API;script.provider.XScript: Monitoring Document Event" +msgid "Basic;Monitoring Document Events Python;Monitoring Document Events Access2Base;Console Access2Base;Trace API;document.DocumentEvent: Monitoring Document Event API;document.XDocumentEventBroadcaster: Monitoring Document Event API;document.XDocumentEventListener: Monitoring Document Event API;lang.EventObject: Monitoring Document Event" msgstr "" #. gsCNB @@ -535,22 +535,22 @@ msgctxt "" msgid "Listening to Document Events" msgstr "" -#. BuYwV +#. SZGH4 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0530\n" "help.text" -msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning OnLoad script, to the Open Document event, suffices to initiate and terminate document event monitoring. Tools - Customize menu Events tab is used to assign either scripts." +msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning OnLoad script, to the Open Document event, suffices to initiate and terminate document event monitoring. Tools - Customize menu Events tab is used to assign either scripts." msgstr "" -#. 27Dcq +#. KgWvt #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0531\n" "help.text" -msgid "Intercepting events helps setting scripts pre- and post-conditions such as loading and unloading libraries or track script processing in the background. Access2Base Trace module usage is illustrating that second context." +msgid "Intercepting events helps setting scripts pre- and post-conditions such as loading and unloading libraries or track script processing in the background. Access2Base.Trace module usage is illustrating that second context." msgstr "" #. BG7Xs @@ -562,6 +562,15 @@ msgctxt "" msgid "With Python" msgstr "" +#. B4G2y +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bm_id721622446590963\n" +"help.text" +msgid "API;frame.Desktop: Monitoring Document Event API;script.provider.MasterScriptProviderFactory: Monitoring Document Event API;script.provider.XScript: Monitoring Document Event" +msgstr "" + #. eGKkK #: python_document_events.xhp msgctxt "" @@ -571,13 +580,13 @@ msgctxt "" msgid "Events monitoring starts from object instantiation and ultimately stops when Python releases the object. Raised events are reported using Access2Base console." msgstr "" -#. 35oEi +#. D2HXF #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0534\n" "help.text" -msgid "OnLoad and OnUnload events can be used to respectively set and unset Python programs path. They are described as Open document and Document closed." +msgid "OnLoad and OnUnload events can be used to respectively set and unset Python programs path. They are described as Open document and Document closed." msgstr "" #. AdYNb @@ -823,13 +832,13 @@ msgctxt "" msgid "Mind the misspelled documentEventOccured method that inherits a typo from %PRODUCTNAME Application Programming Interface (API)." msgstr "" -#. uGHTE +#. CuAga #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0648\n" "help.text" -msgid "Start application and Close application events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using Open document and Document closed events. Refer to Importing Python Modules for more information." +msgid "Start application and Close application events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using Open document and Document closed events. Refer to Importing Python Modules for more information." msgstr "" #. 8pHCg @@ -841,13 +850,22 @@ msgctxt "" msgid "With %PRODUCTNAME Basic" msgstr "" -#. Hn5H4 +#. QpCjq +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bm_id591622446367707\n" +"help.text" +msgid "API;GlobalScope.BasicLibraries Tools;Strings" +msgstr "" + +#. 3JWfM #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0650\n" "help.text" -msgid "The Onload script is assigned to Open document event using Tools - Customize menu Events tab. Events monitoring starts from the moment a ConsoleLogger object is instantiated and ultimately stops when Basic engine releases it. OnLoad event loads necessary Basic libraries, while caught events are reported using Access2Base.Trace module." +msgid "The Onload script is assigned to Open document event using Tools - Customize menu Events tab. Events monitoring starts from the moment a ConsoleLogger object is instantiated and ultimately stops when Basic engine releases it. OnLoad event loads necessary Basic libraries, while caught events are reported using Access2Base.Trace module." msgstr "" #. TAiMF @@ -1003,6 +1021,15 @@ msgctxt "" msgid "Discovering Documents Events" msgstr "" +#. Ys35P +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bm_id681622445958242\n" +"help.text" +msgid "API;frame.GlobalEventBroadcaster: Monitoring Document Event" +msgstr "" + #. BDj9Q #: python_document_events.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/sbasic/shared.po b/source/ka/helpcontent2/source/text/sbasic/shared.po index a0fb9efb7d3..5208129c32c 100644 --- a/source/ka/helpcontent2/source/text/sbasic/shared.po +++ b/source/ka/helpcontent2/source/text/sbasic/shared.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: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:08+0200\n" "PO-Revision-Date: 2018-10-21 20:22+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -3031,13 +3031,13 @@ msgctxt "" msgid "The Function is called using the following syntax:" msgstr "" -#. 33Sss +#. YcLqs #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id981584288549909\n" "help.text" -msgid "Properties combine the syntax of procedures and functions. A property usually requires up to one parameter." +msgid "Properties combine the syntax of procedures and functions. A Property usually requires up to one parameter." msgstr "" #. QCQAn @@ -3067,13 +3067,13 @@ msgctxt "" msgid "The Property is called using the following syntax:" msgstr "" -#. DLdom +#. KRExL #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN107B3\n" "help.text" -msgid "You can also use the fully qualified name to call a procedure, function or property:
Library.Module.Macro()
For example, to call the Autotext macro from the Gimmicks library, use the following command:
Gimmicks.AutoText.Main()" +msgid "You can also use the fully qualified name to call a procedure, function or property:
[Call] Library.Module.Macro(), where Call is optional.
For example, to call the Autotext macro from the Gimmicks library, use the following command:
Gimmicks.AutoText.Main()" msgstr "" #. 2xj8g @@ -3148,6 +3148,33 @@ msgctxt "" msgid "' your code goes here" msgstr "" +#. 46M3s +#: 01020300.xhp +msgctxt "" +"01020300.xhp\n" +"hd_id951622730099178\n" +"help.text" +msgid "Positional or Keyword Arguments" +msgstr "" + +#. aFDhA +#: 01020300.xhp +msgctxt "" +"01020300.xhp\n" +"par_id591622730131786\n" +"help.text" +msgid "When you call a function or a subroutine, you may pass its arguments by position or by name. Passing by position means just listing the arguments in the order in which the parameters are defined in the function or subroutine. Passing by name requires you to prefix the argument with the name of the corresponding parameter followed by a colon and an equal sign (:=). Keyword arguments may appear in any order. Refer to Basic Replace() function for such examples." +msgstr "" + +#. 5B7Y5 +#: 01020300.xhp +msgctxt "" +"01020300.xhp\n" +"par_id591622730284162\n" +"help.text" +msgid "When needing to pass less parameters, use keywords arguments. Passing values for fewer parameters by position requires to supply values for all parameters before them, optional or not. This ensures that the values are in the correct positions. If you pass the parameters by name - using keyword arguments - you may omit all other intermediate arguments." +msgstr "" + #. EHCCS #: 01020300.xhp msgctxt "" @@ -4534,13 +4561,13 @@ msgctxt "" msgid "Document Event-Driven Macros" msgstr "" -#. mRxGZ +#. Xm5fa #: 01040000.xhp msgctxt "" "01040000.xhp\n" "bm_id3154581\n" "help.text" -msgid "deleting; macro assignments to events macros; assigning to events assigning macros to events documents; events events; assigning macros API; XDocumentEventListener" +msgid "deleting; macro assignments to events macros; assigning to events assigning macros to events documents; events events; assigning macros events; in documents API; XDocumentEventListener" msgstr "" #. 7uCwS @@ -8647,22 +8674,22 @@ msgctxt "" msgid "default: String expression displayed in the text box as default if no other input is given." msgstr "" -#. w5QhP +#. GUFBE #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3147573\n" "help.text" -msgid "xpostwips: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." +msgid "xpostwips: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of %PRODUCTNAME." msgstr "" -#. CannW +#. RY7kB #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3156024\n" "help.text" -msgid "ypostwips: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." +msgid "ypostwips: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of %PRODUCTNAME." msgstr "" #. ABQBS @@ -25225,15 +25252,6 @@ msgctxt "" msgid "Converts any string or numeric expression to a date value." msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის." -#. 9KKjA -#: 03100300.xhp -msgctxt "" -"03100300.xhp\n" -"hd_id3148944\n" -"help.text" -msgid "Syntax:" -msgstr "სინტაქსი" - #. JsmcA #: 03100300.xhp msgctxt "" @@ -25261,15 +25279,6 @@ msgctxt "" msgid "Date" msgstr "თარიღი" -#. bE3do -#: 03100300.xhp -msgctxt "" -"03100300.xhp\n" -"hd_id3153525\n" -"help.text" -msgid "Parameters:" -msgstr "" - #. 3E4Gd #: 03100300.xhp msgctxt "" @@ -25288,15 +25297,6 @@ msgctxt "" msgid "When you convert a string expression, the date and time must be entered either in one of the date acceptance patterns defined for your locale setting (see %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time." msgstr "" -#. hCKkH -#: 03100300.xhp -msgctxt "" -"03100300.xhp\n" -"hd_id3156422\n" -"help.text" -msgid "Example:" -msgstr "მაგალითი:" - #. 4NDxB #: 03100400.xhp msgctxt "" @@ -35215,13 +35215,31 @@ msgctxt "" msgid "ThisComponent Object" msgstr "" -#. zizyQ +#. ECFFs #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154923\n" "help.text" -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." +msgid "ThisComponent represents the current document in Basic macros. It addresses the active component whose properties can be read and set, and whose methods can be called. Properties and methods available through ThisComponent depend on the document type." +msgstr "" + +#. gXEZU +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id241622797081182\n" +"help.text" +msgid "When the active window is a Base form, query, report, table or view, ThisComponent returns the current Form information." +msgstr "" + +#. nJfmS +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id871622796485123\n" +"help.text" +msgid "When active window is the Basic IDE, ThisComponent object returns the component owning the current script." msgstr "" #. 6Exm3 @@ -35251,6 +35269,69 @@ msgctxt "" msgid "' use the default name for Table of Contents and a 1" msgstr "REM use the default name for Table of Contents and a 1" +#. XF28a +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id101622646874083\n" +"help.text" +msgid "com.sun.star.text.TextDocument API service" +msgstr "" + +#. E7kt6 +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id102622646874083\n" +"help.text" +msgid "com.sun.star.sheet.SpreadsheetDocument API service" +msgstr "" + +#. jsHZ7 +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id103622646874083\n" +"help.text" +msgid "com.sun.star.presentation.PresentationDocument API service" +msgstr "" + +#. uQFSg +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id104622646874083\n" +"help.text" +msgid "com.sun.star.drawing.DrawingDocument API service" +msgstr "" + +#. HjxZi +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id105622646874083\n" +"help.text" +msgid "com.sun.star.formula.FormulaProperties API service" +msgstr "" + +#. FLbnX +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id106622646874083\n" +"help.text" +msgid "com.sun.star.sdb.OfficeDatabaseDocument API service" +msgstr "" + +#. vZW9w +#: 03132200.xhp +msgctxt "" +"03132200.xhp\n" +"par_id581622646875379\n" +"help.text" +msgid "com.sun.star.document.OfficeDocument API service" +msgstr "" + #. QgZSF #: 03132300.xhp msgctxt "" @@ -41470,15 +41551,6 @@ msgctxt "" msgid "Replaces some string by another." msgstr "" -#. 4cCHs -#: replace.xhp -msgctxt "" -"replace.xhp\n" -"par_id931552552227310\n" -"help.text" -msgid "Replace (Text As String, SearchStr As String, ReplStr As String [, Start As Long [, Count as Long [, Compare As Boolean]]]" -msgstr "" - #. iMDGH #: replace.xhp msgctxt "" @@ -41488,67 +41560,67 @@ msgctxt "" msgid "String" msgstr "" -#. gZGmH +#. wwnok #: replace.xhp msgctxt "" "replace.xhp\n" "par_id721552552263062\n" "help.text" -msgid "Text: Any string expression that you want to modify." +msgid "Expression: Any string expression that you want to modify." msgstr "" -#. JdTUJ +#. DZNvL #: replace.xhp msgctxt "" "replace.xhp\n" "par_id901552552269836\n" "help.text" -msgid "SearchStr: Any string expression that shall be searched for." +msgid "Find: Any string expression that shall be searched for." msgstr "" -#. yK8dz +#. BRcsD #: replace.xhp msgctxt "" "replace.xhp\n" "par_id791552552275383\n" "help.text" -msgid "ReplStr: Any string expression that shall replace the found search string." +msgid "Replace: Any string expression that shall replace the found search string." msgstr "" -#. y6ZZR +#. dXu9i #: replace.xhp msgctxt "" "replace.xhp\n" "par_id111552552283060\n" "help.text" -msgid "Start: Numeric expression that indicates the character position where the search starts and also the start of the substring to be returned." +msgid "Start: Optional numeric expression that indicates the character position where the search starts and also the start of the substring to be returned." msgstr "" -#. bLh8G +#. jCuAB #: replace.xhp msgctxt "" "replace.xhp\n" "par_id921552552289833\n" "help.text" -msgid "Count: The maximal number of times the replace shall be performed." +msgid "Count: Optional maximum number of times the replace shall be performed. When set to -1, all possible replacements are performed." msgstr "" -#. Pwrb8 +#. 2VHcc #: replace.xhp msgctxt "" "replace.xhp\n" "par_id891552552302894\n" "help.text" -msgid "Compare: Optional boolean expression that defines the type of comparison. The value of this parameter can be TRUE or FALSE. The default value of TRUE specifies a text comparison that is not case-sensitive. The value of FALSE specifies a binary comparison that is case-sensitive. You can as well use 0 instead of FALSE or 1 instead of TRUE." +msgid "Compare: Optional boolean expression that defines the type of comparison. The value of this parameter can be True or False. The default value of True specifies a text comparison that is not case-sensitive. The value of False specifies a binary comparison that is case-sensitive. You can as well use 0 instead of False or 1 instead of True." msgstr "" -#. sFyGa +#. GoUoB #: replace.xhp msgctxt "" "replace.xhp\n" "par_id991552552420717\n" "help.text" -msgid "msgbox replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, FALSE)'returns \"aB$cnnbnn\"" +msgid "MsgBox Replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, False) 'returns \"aB$cnnbnn\"" msgstr "" #. ZHjzn @@ -41560,22 +41632,22 @@ msgctxt "" msgid "REM meaning: \"b\" should be replaced, but" msgstr "" -#. BZgJy +#. EKAzY #: replace.xhp msgctxt "" "replace.xhp\n" "par_id571552552467647\n" "help.text" -msgid "REM * only when lowercase (parameter 6), hence second occurrence of \"b\"" +msgid "REM * only when lowercase (compare=False), hence second occurrence of \"b\"" msgstr "" -#. HubEe +#. ACEgG #: replace.xhp msgctxt "" "replace.xhp\n" "par_id71552552474769\n" "help.text" -msgid "REM * only first (respecting case) occurrence (parameter 5)" +msgid "REM * only first (respecting case) occurrence (count=1)" msgstr "" #. QEPtG @@ -41587,6 +41659,24 @@ msgctxt "" msgid "REM returns D*FGHI because the search starts at position 4, which is also the start of the returned string." msgstr "" +#. nDtDv +#: replace.xhp +msgctxt "" +"replace.xhp\n" +"bas_id491622734884707\n" +"help.text" +msgid "MsgBox Replace(\"aBbcnnbnn\", \"b\", \"$£\", compare:=False) 'returns \"aB$£cnn$£nn\"" +msgstr "" + +#. KMcAt +#: replace.xhp +msgctxt "" +"replace.xhp\n" +"bas_id341622734993202\n" +"help.text" +msgid "REM Replace all (count = -1) \"b\" with \"$£\" respecting casing (compare=False) starting from first letter (start=1)" +msgstr "" + #. Z9NfM #: special_vba_func.xhp msgctxt "" @@ -41722,13 +41812,13 @@ msgctxt "" msgid "I/O Functions" msgstr "" -#. D9mT7 +#. AsBGC #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170358346963\n" "help.text" -msgid "VBA Functions;Mathematical Functions VBA Functions;formatting numbers VBA Functions;partitioning numbers" +msgid "VBA Functions;Mathematical FunctionsVBA Functions;formatting numbersVBA Functions;partitioning numbers" msgstr "" #. AXMSu @@ -41803,6 +41893,339 @@ msgctxt "" msgid "Example:" msgstr "" +#. Ecjyk +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"tit\n" +"help.text" +msgid "StrConv Function [VBA]" +msgstr "" + +#. Gq99z +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"bm_id941622761814292\n" +"help.text" +msgid "StrConv function" +msgstr "" + +#. jBFFC +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"hd_id791622761498015\n" +"help.text" +msgid "StrConv Function" +msgstr "" + +#. V3uyt +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id621622761498018\n" +"help.text" +msgid "Convert a string as specified by a conversion type." +msgstr "" + +#. aVAee +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id771622762489917\n" +"help.text" +msgid "StrConv(Text, Conversion, [ LCID ])" +msgstr "" + +#. Crvxp +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id421622762822934\n" +"help.text" +msgid "Text: Any valid string expression." +msgstr "" + +#. 56k2A +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id671622762931475\n" +"help.text" +msgid "Conversion: The type of conversion to perform, as defined in the table below." +msgstr "" + +#. Y7PoD +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id531622763145456\n" +"help.text" +msgid "Conversion" +msgstr "" + +#. gzFBG +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id131622763145457\n" +"help.text" +msgid "Value" +msgstr "" + +#. 6dDST +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id411622763145457\n" +"help.text" +msgid "Description" +msgstr "" + +#. WmnMz +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id421622763145458\n" +"help.text" +msgid "Converts Text characters to uppercase." +msgstr "" + +#. FMyrC +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id251622763427976\n" +"help.text" +msgid "Converts Text characters lowercase." +msgstr "" + +#. 8HoXG +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id531622764070154\n" +"help.text" +msgid "Converts the first letter of every word in Text to uppercase." +msgstr "" + +#. AF58D +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id881622764192628\n" +"help.text" +msgid "Converts narrow (half-width) characters in Text to wide (full-width) characters." +msgstr "" + +#. RAUq6 +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id71622764459352\n" +"help.text" +msgid "Converts wide (full-width) characters in Text to narrow (half-width) characters." +msgstr "" + +#. fAVnd +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id371622764565366\n" +"help.text" +msgid "Converts Hiragana characters in Text to Katakana characters." +msgstr "" + +#. BmF5K +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id911622764728794\n" +"help.text" +msgid "Converts Katakana characters in Text to Hiragana characters." +msgstr "" + +#. 2tpZF +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id21622764841321\n" +"help.text" +msgid "Converts Text characters to Unicode characters using the default code page of the system." +msgstr "" + +#. EhJtA +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id901622764984846\n" +"help.text" +msgid "vbFromUnicode" +msgstr "" + +#. mn5xD +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id281622764984846\n" +"help.text" +msgid "128" +msgstr "" + +#. 4VdbE +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id221622764991492\n" +"help.text" +msgid "Converts Text characters from Unicode to the default code page of the system." +msgstr "" + +#. B2oeo +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id761622765118156\n" +"help.text" +msgid "LCID Optional. The Locale ID in decimal number. If this parameter is omitted, it assumes the system Locale ID. Refer to the file msi-encodinglist.txt for the available LCID values." +msgstr "" + +#. CdCwD +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id311622770486052\n" +"help.text" +msgid "REM Converts narrow (single-byte) characters in string to wide" +msgstr "" + +#. ysFBA +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id231622770493491\n" +"help.text" +msgid "REM Converts wide (double-byte) characters in string to narrow (single-byte) characters" +msgstr "" + +#. EitmH +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id871622770498992\n" +"help.text" +msgid "REM Converts Hiragana characters in string to Katakana characters" +msgstr "" + +#. WxMQr +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id351622770504087\n" +"help.text" +msgid "REM Converts Katakana characters in string to Hiragana characters" +msgstr "" + +#. 4wc9E +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"tit\n" +"help.text" +msgid "ThisDatabaseDocument object" +msgstr "" + +#. rDs9b +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"N0089\n" +"help.text" +msgid "ThisDatabaseDocument API; Database document" +msgstr "" + +#. v4XLY +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"hd_id401544551916353\n" +"help.text" +msgid "ThisDatabaseDocument object" +msgstr "" + +#. CT58E +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"N0091\n" +"help.text" +msgid "ThisDatabaseDocument addresses the active Base document whose properties can be read and set, and whose methods can be called." +msgstr "" + +#. umGF9 +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id241622646033201\n" +"help.text" +msgid "ThisDatabaseDocument returns an object of type com.sun.star.sdb.XOfficeDatabaseDocument." +msgstr "" + +#. EFj3T +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id241622797081182\n" +"help.text" +msgid "When the active window does not relate to a Base document, ThisDatabaseDocument returns Nothing." +msgstr "" + +#. WvPJY +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id871622796485123\n" +"help.text" +msgid "When the active window is the Basic IDE, ThisDatabaseDocument object returns the database owning the current script." +msgstr "" + +#. DrF8G +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id631622806529469\n" +"help.text" +msgid "Opening current database \"formName\" and maximizing it can be achieved as shown:" +msgstr "" + +#. wxbXC +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id251622800540402\n" +"help.text" +msgid "ThisComponent object" +msgstr "" + +#. 7k6AR +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id101622646874083\n" +"help.text" +msgid "com.sun.star.sdb.OfficeDatabaseDocument API service" +msgstr "" + +#. 7Znag +#: thisdbdoc.xhp +msgctxt "" +"thisdbdoc.xhp\n" +"par_id581622646875379\n" +"help.text" +msgid "com.sun.star.document.OfficeDocument API service" +msgstr "" + #. WMVc9 #: uno_objects.xhp msgctxt "" @@ -41839,6 +42262,33 @@ msgctxt "" msgid "Functions, objects and services of Unified Network Objects (UNO)." msgstr "" +#. fiJk2 +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id121622648046670\n" +"help.text" +msgid "%PRODUCTNAME Global Objects" +msgstr "" + +#. xd3nC +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id121622648046680\n" +"help.text" +msgid "Active document Objects" +msgstr "" + +#. NxFfo +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"par_id481622648684689\n" +"help.text" +msgid "The following objects can be used from the active document." +msgstr "" + #. yFvUL #: uno_objects.xhp msgctxt "" @@ -41857,6 +42307,24 @@ msgctxt "" msgid "DialogLibraries Object" msgstr "" +#. G58ts +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id151622648087678\n" +"help.text" +msgid "UNO Methods" +msgstr "" + +#. WVSFD +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"par_id481622648684690\n" +"help.text" +msgid "Use the following methods to manage or query Unified Network Objects (UNO)." +msgstr "" + #. 8GF88 #: uno_objects.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/03.po b/source/ka/helpcontent2/source/text/sbasic/shared/03.po index 4b95b0729ea..4fa55e3fc3b 100644 --- a/source/ka/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/ka/helpcontent2/source/text/sbasic/shared/03.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: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-06-11 23:56+0200\n" "PO-Revision-Date: 2018-07-12 14:32+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -133,13 +133,13 @@ msgctxt "" msgid "The ScriptForge Library" msgstr "" -#. nMjDG +#. yE8bw #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "bm_id491529070339774\n" "help.text" -msgid "BASIC ScriptForge library" +msgid "BASIC ScriptForge library Python scriptforge module" msgstr "" #. BtMUU @@ -151,6 +151,15 @@ msgctxt "" msgid "ScriptForge libraries build up an extensible collection of macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts." msgstr "" +#. YwSXj +#: lib_ScriptForge.xhp +msgctxt "" +"lib_ScriptForge.xhp\n" +"par_id1001623412767893\n" +"help.text" +msgid "To learn more about how to create and execute Python scripts using the ScriptForge library, read the help page." +msgstr "" + #. wKZM6 #: lib_ScriptForge.xhp msgctxt "" @@ -2329,6 +2338,15 @@ msgctxt "" msgid "If a Base document is already open, it is possible to instantiate the Base service directly:" msgstr "" +#. DrqrF +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id871623102536956\n" +"help.text" +msgid "The examples above can be translated to Python as follows:" +msgstr "" + #. f8Esv #: sf_base.xhp msgctxt "" @@ -2365,6 +2383,51 @@ msgctxt "" msgid "The code snippet below prints the names of all form documents in the current Base document." msgstr "" +#. jsh8d +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id691623103639534\n" +"help.text" +msgid "bas = CreateScriptService(\"Basic\")" +msgstr "" + +#. Cw4jD +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id101623103639206\n" +"help.text" +msgid "doc = CreateScriptService(\"Document\", bas.ThisDataBaseDocument)" +msgstr "" + +#. D446T +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id901623103639390\n" +"help.text" +msgid "myForms = oDoc.FormDocuments()" +msgstr "" + +#. BCyAZ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id791623103639701\n" +"help.text" +msgid "for formName in myForms:" +msgstr "" + +#. pJKNZ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id741623103639861\n" +"help.text" +msgid "bas.MsgBox(formName)" +msgstr "" + #. DQb6z #: sf_base.xhp msgctxt "" @@ -2401,22 +2464,22 @@ msgctxt "" msgid "A SFDocuments.Form object representing the form specified in the Form argument." msgstr "" -#. mKXZE +#. pEtwt #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id861619037838260\n" "help.text" -msgid "FormDocument: The name of a valid form document as a case-sensitive string." +msgid "formdocument: The name of a valid form document as a case-sensitive string." msgstr "" -#. BtBVu +#. L3csm #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id281619037857187\n" "help.text" -msgid "Form: The name or index number of the form stored in the form document. If this argument is absent, the method will return a list with the names of all forms available in the form document." +msgid "form: The name or index number of the form stored in the form document. If this argument is absent, the method will return a list with the names of all forms available in the form document." msgstr "" #. K4nQh @@ -2428,22 +2491,13 @@ msgctxt "" msgid "Although it is possible to use index numbers to refer to forms, this is only recommended when there is just one form in the form document. If there are two or more forms, it is preferable to use the form name instead." msgstr "" -#. vDKoa -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id231619200162092\n" -"help.text" -msgid "' Returns a list of all forms in the form document \"myFormDocument\"" -msgstr "" - -#. Hwr96 +#. DoxrV #: sf_base.xhp msgctxt "" "sf_base.xhp\n" -"bas_id31619200259812\n" +"par_id21623104676805\n" "help.text" -msgid "' Returns an instance of the Form service representing the form \"myForm\"" +msgid "The first line of the example below returns a list of all forms in the form document \"myFormDocument\". The second line returns an instance of the Form service representing the form \"myForm\"." msgstr "" #. 9jA9n @@ -2455,13 +2509,13 @@ msgctxt "" msgid "Returns an instance of the Database service that allows the execution of SQL commands on the database defined and/or stored in the current Base document" msgstr "" -#. FdXAK +#. 9Bncy #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id731619098073221\n" "help.text" -msgid "User, Password: Optional login parameters as strings. The default value for both parameters is an empty string \"\"." +msgid "user, password: Optional login parameters as strings. The default value for both parameters is an empty string \"\"." msgstr "" #. UbzRD @@ -2482,6 +2536,15 @@ msgctxt "" msgid "' ... Run queries, SQL statements, ..." msgstr "" +#. DA8ob +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"pyc_id351623104861223\n" +"help.text" +msgid "' ... Run queries, SQL statements, ..." +msgstr "" + #. mBphD #: sf_base.xhp msgctxt "" @@ -2491,13 +2554,13 @@ msgctxt "" msgid "Returns True if the specified FormDocument is currently open." msgstr "" -#. 7nHnE +#. njjFg #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id981619098545701\n" "help.text" -msgid "FormDocument: The name of a FormDocument to be checked, as a case-sensitive string." +msgid "formdocument: The name of a FormDocument to be checked, as a case-sensitive string." msgstr "" #. RS3kj @@ -2518,22 +2581,22 @@ msgctxt "" msgid "If the form document is already open, it is activated without changing its mode. The method returns True if the form document could be opened." msgstr "" -#. EizHx +#. dUE6w #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id941619099797810\n" "help.text" -msgid "FormDocument: The name of the FormDocument to be opened, as a case-sensitive string." +msgid "formDocument: The name of the FormDocument to be opened, as a case-sensitive string." msgstr "" -#. BNeps +#. Coxpu #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id981619099816849\n" "help.text" -msgid "DesignMode: If this argument is True the FormDocument will be opened in design mode." +msgid "designmode: If this argument is True the FormDocument will be opened in design mode." msgstr "" #. B29ng @@ -2860,13 +2923,13 @@ msgctxt "" msgid "UNO
object" msgstr "" -#. cLAgG +#. AA95E #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id541619006255653\n" "help.text" -msgid "StarDesktop object represents LibreOfficeDev Start Center." +msgid "StarDesktop object represents %PRODUCTNAME Start Center." msgstr "" #. vXq8C @@ -2878,6 +2941,78 @@ msgctxt "" msgid "List of Methods in the Basic Service" msgstr "" +#. GvjSD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id71621894830071\n" +"help.text" +msgid "Converts a numeric expression or a string to a datetime.datetime Python native object." +msgstr "" + +#. SVk4F +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id431621896441258\n" +"help.text" +msgid "This method exposes the Basic builtin function CDate to Python scripts." +msgstr "" + +#. xvPTA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id401621896675880\n" +"help.text" +msgid "expression: a numeric expression or a string representing a date." +msgstr "" + +#. aBGSG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id481621950748686\n" +"help.text" +msgid "Converts a UNO date/time representation to a datetime.datetime Python native object." +msgstr "" + +#. qhCRh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id41621950816227\n" +"help.text" +msgid "unodate: A UNO date/time object of one of the following types: com.sun.star.util.DateTime, com.sun.star.util.Date or com.sun.star.util.Time" +msgstr "" + +#. GQ2hL +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id281621952224847\n" +"help.text" +msgid "The following example creates a com.sun.star.util.DateTime object and converts it to a datetime.datetime Python object." +msgstr "" + +#. JXsJN +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id741621952469980\n" +"help.text" +msgid "Converts a date representation into a com.sun.star.util.DateTime object." +msgstr "" + +#. 7LW9r +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id511621952524000\n" +"help.text" +msgid "date: A Python date/time object of one of the following types: datetime.datetime, datetime.date, datetime.time, float (time.time) or time.struct_time." +msgstr "" + #. vaMxs #: sf_basic.xhp msgctxt "" @@ -3031,24 +3166,6 @@ msgctxt "" msgid "A number." msgstr "" -#. BuEML -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id641618564383315\n" -"help.text" -msgid "diffDays = svc.DateDiff('d', date1, date2)" -msgstr "" - -#. qePoV -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id151618564392035\n" -"help.text" -msgid "print(diffDays)" -msgstr "" - #. KPEWi #: sf_basic.xhp msgctxt "" @@ -3103,15 +3220,6 @@ msgctxt "" msgid "Computes a date value from a date string." msgstr "" -#. QwSFJ -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"hd_id151618673970234\n" -"help.text" -msgid "" -msgstr "" - #. qTtuh #: sf_basic.xhp msgctxt "" @@ -3121,15 +3229,6 @@ msgctxt "" msgid "The computed date." msgstr "" -#. DGgj3 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id931618674563379\n" -"help.text" -msgid "print(dt)" -msgstr "" - #. GuCbF #: sf_basic.xhp msgctxt "" @@ -3265,6 +3364,78 @@ msgctxt "" msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" msgstr "" +#. t3ADN +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id61618905161499\n" +"help.text" +msgid "Basic service;GlobalScope.BasicLibraries" +msgstr "" + +#. KRHNc +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id741622396277528\n" +"help.text" +msgid "Returns the UNO object containing all shared Basic libraries and modules." +msgstr "" + +#. MCrF8 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id911622396571584\n" +"help.text" +msgid "This method is the Python equivalent to GlobalScope.BasicLibraries in Basic scripts." +msgstr "" + +#. DEARA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id281622398076950\n" +"help.text" +msgid "The following example loads the Gimmicks Basic library if it has not been loaded yet." +msgstr "" + +#. ZaDVN +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id61618905163671\n" +"help.text" +msgid "Basic service;GlobalScope.DialogLibraries" +msgstr "" + +#. jusQK +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381622397863419\n" +"help.text" +msgid "Returns the UNO object containing all shared dialog libraries." +msgstr "" + +#. QEFwP +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id491622397863810\n" +"help.text" +msgid "This method is the Python equivalent to GlobalScope.DialogLibraries in Basic scripts." +msgstr "" + +#. 8ozVo +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id811622398234384\n" +"help.text" +msgid "The following example shows a message box with the names of all available dialog libraries." +msgstr "" + #. Vb2CW #: sf_basic.xhp msgctxt "" @@ -3346,13 +3517,13 @@ msgctxt "" msgid "Basic service;Now" msgstr "" -#. 2FAgQ +#. f96nJ #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id191619084216660\n" "help.text" -msgid "Returns the current system date and time as a date/time value." +msgid "Returns the current system date and time as a datetime.datetime Python native object." msgstr "" #. qxE2n @@ -3391,94 +3562,103 @@ msgctxt "" msgid "integer" msgstr "" -#. mAUuG +#. SDu3C #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"bm_id81618907851793\n" +"bm_id81618907850447\n" "help.text" -msgid "Basic service;Xray" +msgid "Basic service;ThisComponent" msgstr "" -#. TwoGN +#. 7wnpT #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id451619094057178\n" +"par_id141622840830978\n" "help.text" -msgid "Inspect Uno objects or variables." +msgid "If the current component refers to a %PRODUCTNAME document, this method returns the UNO object representing the document." msgstr "" -#. 2A4om +#. 72GZE #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id21619094660345\n" +"par_id961622841287976\n" "help.text" -msgid "obj: A variable or Uno object." +msgid "The method will return None when the current component does not correspond to a document." msgstr "" -#. erHE5 +#. xbQ6U #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id901618486941514\n" +"bm_id81618907858201\n" "help.text" -msgid "uno.fileUrlToSystemPath() method" +msgid "Basic service;ThisDatabaseDocument" msgstr "" -#. GFQ97 +#. GXewr #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id901618496841514\n" +"par_id271622912644859\n" "help.text" -msgid "uno.systemPathToFileUrl() method" +msgid "If the script is being executed from a Base document or any of its subcomponents this method returns the main component of the Base instance." msgstr "" -#. fMbAm +#. 6MCpX #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id951618554355538\n" +"par_id811622912819443\n" "help.text" -msgid "Input/Output to Screen with Python on the wiki" +msgid "This method returns None otherwise." +msgstr "" + +#. q3CG8 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id201623153844931\n" +"help.text" +msgid "Visit the OfficeDatabaseDocument API page to learn more about Base's main component structure." msgstr "" -#. uruDr +#. mAUuG #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id610918486941514\n" +"bm_id81618907851793\n" "help.text" -msgid "XSCRIPTCONTEXT.getComponentContext() method" +msgid "Basic service;Xray" msgstr "" -#. UCnzE +#. TwoGN #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id901618484961514\n" +"par_id451619094057178\n" "help.text" -msgid "uno.getComponentContext() method" +msgid "Inspect Uno objects or variables." msgstr "" -#. 5GvY3 +#. 2A4om #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id901648186941514\n" +"par_id21619094660345\n" "help.text" -msgid "platform.system() method" +msgid "obj: A variable or Uno object." msgstr "" -#. gsfQT +#. fMbAm #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" -"par_id901816486941514\n" +"par_id951618554355538\n" "help.text" -msgid "os.pathsep() method" +msgid "Input/Output to Screen with Python on the wiki" msgstr "" #. RYwFj @@ -4777,124 +4957,214 @@ msgctxt "" msgid "Cells in the given range that contain text will be ignored by all of these functions. For example, the DCount method will not count cells with text, only numerical cells." msgstr "" -#. y9kCE +#. BVKEy #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id401591632726431\n" +"par_id501623063693649\n" "help.text" -msgid "Converts a column number ranging between 1 and 1024 into its corresponding letter (column 'A', 'B', ..., 'AMJ'). If the given column number is outside the allowed range, a zero-length string is returned." +msgid "Depending on the parameters provided this method will return:" msgstr "" -#. EfsXe +#. pBZm6 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id83159163272628\n" +"par_id611623063742045\n" "help.text" -msgid "columnnumber: The column number as an integer value in the interval 1 ... 1024." +msgid "A zero-based Array (or a tuple in Python) with the names of all the forms contained in a given sheet (if the form argument is absent)" msgstr "" -#. 6yjtp +#. FHWZs #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id11621539831303\n" +"par_id641623063744536\n" "help.text" -msgid "Displays a message box with the name of the third column, which by default is \"C\"." +msgid "A SFDocuments.Form service instance representing the form specified as argument." msgstr "" -#. XNAhU +#. YdQaD #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id451611753568778\n" +"par_id441623090893210\n" "help.text" -msgid "The maximum number of columns allowed on a Calc sheet is 1024." +msgid "sheetname: The name of the sheet, as a string, from which the form will be retrieved." msgstr "" -#. ksYoG +#. BV8GH #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id921593880142573\n" +"par_id451623063459286\n" "help.text" -msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings." +msgid "form: The name or index corresponding to a form stored in the specified sheet. If this argument is absent, the method will return a list with the names of all forms available in the sheet." msgstr "" -#. KDFkQ +#. sFFyE #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id891593880142588\n" +"par_id251623063305557\n" "help.text" -msgid "range: The range where to get the formulas from, as a string." +msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the Form object of the form named \"Form_A\" which is stored in \"Sheet1\"." msgstr "" -#. tBeSN +#. G9yMh #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id461611755257141\n" +"bas_id191623063399519\n" "help.text" -msgid "The following example returns a 3 by 2 array with the formulas in the range \"A1:B3\" (3 rows by 2 columns):" +msgid "Set FormNames = oDoc.Forms(\"Sheet1\")" msgstr "" -#. AoHGB +#. cFBZw #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id331592231156425\n" +"bas_id691623063399711\n" "help.text" -msgid "Get the value(s) stored in the given range of cells as a single value, a 1D array or a 2D array. All values are either doubles or strings." +msgid "Set FormA = oDoc.Forms(\"Sheet1\", \"Form_A\")" msgstr "" -#. XACNZ +#. NY6Wb #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id91592231156434\n" +"pyc_id271623063215023\n" "help.text" -msgid "range: The range where to get the values from, as a string." +msgid "form_names = doc.Forms(\"Sheet1\")" msgstr "" -#. ojRBo +#. DQsCo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id991611756492772\n" +"pyc_id961623063234990\n" "help.text" -msgid "If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates in Basic scripts, use the Basic CDate builtin function. In Python scripts, use the CDate function from the Basic service." +msgid "form_A = doc.Forms(\"Sheet1\", \"Form_A\")" msgstr "" -#. YYMuH +#. y9kCE #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id771593685490395\n" +"par_id401591632726431\n" "help.text" -msgid "Imports the contents of a CSV-formatted text file and places it on a given destination cell." +msgid "Converts a column number ranging between 1 and 1024 into its corresponding letter (column 'A', 'B', ..., 'AMJ'). If the given column number is outside the allowed range, a zero-length string is returned." msgstr "" -#. cxrHr +#. EfsXe #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id751611756909199\n" +"par_id83159163272628\n" "help.text" -msgid "The destination area is cleared of all contents and formats before inserting the contents of the CSV file. The size of the modified area is fully determined by the contents of the input file." +msgid "columnnumber: The column number as an integer value in the interval 1 ... 1024." msgstr "" -#. D2w2A +#. 6yjtp #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id911593685490873\n" +"par_id11621539831303\n" "help.text" -msgid "The method returns a string representing the modified range of cells." +msgid "Displays a message box with the name of the third column, which by default is \"C\"." msgstr "" -#. GrquM +#. XNAhU +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id451611753568778\n" +"help.text" +msgid "The maximum number of columns allowed on a Calc sheet is 1024." +msgstr "" + +#. ksYoG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id921593880142573\n" +"help.text" +msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings." +msgstr "" + +#. KDFkQ +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id891593880142588\n" +"help.text" +msgid "range: The range where to get the formulas from, as a string." +msgstr "" + +#. tBeSN +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id461611755257141\n" +"help.text" +msgid "The following example returns a 3 by 2 array with the formulas in the range \"A1:B3\" (3 rows by 2 columns):" +msgstr "" + +#. AoHGB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id331592231156425\n" +"help.text" +msgid "Get the value(s) stored in the given range of cells as a single value, a 1D array or a 2D array. All values are either doubles or strings." +msgstr "" + +#. XACNZ +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id91592231156434\n" +"help.text" +msgid "range: The range where to get the values from, as a string." +msgstr "" + +#. ojRBo +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id991611756492772\n" +"help.text" +msgid "If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates in Basic scripts, use the Basic CDate builtin function. In Python scripts, use the CDate function from the Basic service." +msgstr "" + +#. YYMuH +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id771593685490395\n" +"help.text" +msgid "Imports the contents of a CSV-formatted text file and places it on a given destination cell." +msgstr "" + +#. cxrHr +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id751611756909199\n" +"help.text" +msgid "The destination area is cleared of all contents and formats before inserting the contents of the CSV file. The size of the modified area is fully determined by the contents of the input file." +msgstr "" + +#. D2w2A +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id911593685490873\n" +"help.text" +msgid "The method returns a string representing the modified range of cells." +msgstr "" + +#. GrquM #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" @@ -5281,13 +5551,13 @@ msgctxt "" msgid "Removes an existing sheet from the document." msgstr "" -#. H3eHf +#. Gwe7Z #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id991621620588147\n" "help.text" -msgid "doc.RemoveSheet(sheetname: str): bool" +msgid "svc.RemoveSheet(sheetname: str): bool" msgstr "" #. dVxiA @@ -9547,85 +9817,103 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. C9LQA +#. X6BV3 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id141610734722352\n" +"par_id581611090387382\n" "help.text" -msgid "Before using the Document service the ScriptForge library needs to be loaded using:" +msgid "Below are three variants of how the Document service can be invoked." msgstr "" -#. JFFek +#. o39cT #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id591589191059889\n" +"par_id181622816732197\n" "help.text" -msgid "The Document service is closely related to the UI and FileSystem services of the ScriptForge library." +msgid "Using the getDocument method from the ScriptForge.UI service:" msgstr "" -#. X6BV3 +#. 6AZF9 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id581611090387382\n" +"par_id181622818236233\n" "help.text" -msgid "Below are three variants of how the Document service can be invoked." +msgid "Alternatively you can use the methods CreateDocument and OpenDocument from the UI service." msgstr "" -#. HevYB +#. kv6B9 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"bas_id571589191739218\n" +"par_id691622816765571\n" "help.text" -msgid "'1) From the ScriptForge.UI service:" +msgid "Directly if the document is already open." msgstr "" -#. 6TA5q +#. yFDEW #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"bas_id331589191766183\n" +"par_id821622816825012\n" "help.text" -msgid "'Alternatively, using the CreateDocument or OpenDocument methods" +msgid "From a macro triggered by a document event." msgstr "" -#. rAPFN +#. FxfW2 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"bas_id571589191774268\n" +"par_id831622816562430\n" "help.text" -msgid "'2) Directly if the document is already open" +msgid "The Document service is closely related to the UI and FileSystem services." msgstr "" -#. CWFJB +#. QF9FG #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"bas_id471598109329789\n" +"par_id891582733781994\n" "help.text" -msgid "'3) From a macro triggered by a document event" +msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" msgstr "" -#. LyvNw +#. 2odf5 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id71611090922315\n" +"pyc_id551622819064247\n" "help.text" -msgid "The use of the prefix \"SFDocuments.\" while calling the service is optional." +msgid "def RunEvent(event)" msgstr "" -#. QF9FG +#. oHQNa #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id891582733781994\n" +"pyc_id311622819064554\n" "help.text" -msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" +msgid "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" +msgstr "" + +#. sHApS +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id221622819064967\n" +"help.text" +msgid "# (...)" +msgstr "" + +#. LyvNw +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id71611090922315\n" +"help.text" +msgid "The use of the prefix \"SFDocuments.\" while calling the service is optional." msgstr "" #. z3oxC @@ -9871,6 +10159,15 @@ msgctxt "" msgid "The example below prints all the properties of a document. Note that the oDoc object returned by the UI.OpenDocument method is a SFDocuments.Document object." msgstr "" +#. eqL5J +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id571622826920742\n" +"help.text" +msgid "To access document properties in a Python script the user needs to directly access them using their names, as shown below:" +msgstr "" + #. wmiy9 #: sf_document.xhp msgctxt "" @@ -9943,40 +10240,112 @@ msgctxt "" msgid "Returns True if the document was successfully closed." msgstr "" -#. F2emZ +#. Wt7L9 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id361589200121646\n" "help.text" -msgid "SaveAsk : If True (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." +msgid "saveask : If True (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" -#. AxyoV +#. STq4L #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id901599410483300\n" +"bas_id751622827903730\n" +"help.text" +msgid "End If" +msgstr "" + +#. vp56r +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id501623063693649\n" +"help.text" +msgid "Depending on the parameters provided this method will return:" +msgstr "" + +#. wrCnS +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id611623063742045\n" +"help.text" +msgid "A zero-based Array (or a tuple in Python) with the names of all the forms contained in the document (if the form argument is absent)" +msgstr "" + +#. hgt6o +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id641623063744536\n" +"help.text" +msgid "A SFDocuments.Form service instance representing the form specified as argument." +msgstr "" + +#. 4WbGV +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id821623076570573\n" +"help.text" +msgid "This method is applicable only for Writer documents. Calc and Base documents have their own Forms method in the Calc and Base services, respectively." +msgstr "" + +#. fRBBF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id451623063459286\n" "help.text" -msgid "This method is applicable only for Base documents." +msgid "form: The name or index corresponding to a form stored in the document. If this argument is absent, the method will return a list with the names of all forms available in the document." msgstr "" -#. 47ud8 +#. CELkA #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id891599410524092\n" +"par_id251623063305557\n" "help.text" -msgid "It returns a SFDatabases.Database service instance giving access to the execution of SQL commands on the database defined and/or embedded in the actual Base document." +msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the Form object of the form named \"Form_A\"." msgstr "" -#. cdu6C +#. 8GoMk #: sf_document.xhp msgctxt "" "sf_document.xhp\n" -"par_id721599410266911\n" +"bas_id191623063399519\n" "help.text" -msgid "User, Password : The login parameters. Both default to \"\"." +msgid "Set FormNames = oDoc.Forms()" +msgstr "" + +#. uCcpo +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id691623063399711\n" +"help.text" +msgid "Set FormA = oDoc.Forms(\"Form_A\")" +msgstr "" + +#. 9gHMA +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id271623063215023\n" +"help.text" +msgid "form_names = doc.Forms()" +msgstr "" + +#. H3946 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id961623063234990\n" +"help.text" +msgid "form_A = doc.Forms(\"Form_A\")" msgstr "" #. Nmwv9 @@ -10006,22 +10375,22 @@ msgctxt "" msgid "The document itself does not need to be active to be able to run commands." msgstr "" -#. qAb3U +#. QSiFB #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id401589202413575\n" "help.text" -msgid "Command : Case-sensitive string containing the command in English. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong." +msgid "command: Case-sensitive string containing the command in English. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong." msgstr "" -#. nZ8Yc +#. wQF35 #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id721611153068137\n" "help.text" -msgid "The following example runs the \"SelectData\" command in a Calc sheet named \"My_File.ods\", which will result in the selection of the data area based on the currently selected cell." +msgid "The following example runs the \"SelectData\" command in a Calc sheet named \"MyFile.ods\", which will result in the selection of the data area based on the currently selected cell." msgstr "" #. pbYAn @@ -10096,49 +10465,49 @@ msgctxt "" msgid "The document itself does not need to be active to run this method." msgstr "" -#. cNiiE +#. 7tX6c #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id331589203370950\n" "help.text" -msgid "FileName : A string containing the file name to be used. It must follow the SF_FileSystem.FileNaming notation." +msgid "filename: A string containing the file name to be used. It must follow the SF_FileSystem.FileNaming notation." msgstr "" -#. AKbDA +#. niFkh #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id631589204010142\n" "help.text" -msgid "Overwrite : If True, the destination file may be overwritten (default = False)." +msgid "overwrite: If True, the destination file may be overwritten (default = False)." msgstr "" -#. zkP8D +#. snX8q #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id811589204084107\n" "help.text" -msgid "Password (*) : A non-space string to protect the document." +msgid "password (*): A non-space string to protect the document." msgstr "" -#. ntVEA +#. g3wDy #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id451589204163772\n" "help.text" -msgid "FilterName (*) : The name of a filter that should be used for saving the document. If this argument is passed, then the filter must exist." +msgid "filtername (*): The name of a filter that should be used for saving the document. If this argument is passed, then the filter must exist." msgstr "" -#. N6WPC +#. qZaAJ #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id981589204207800\n" "help.text" -msgid "FilterOptions (*) : An optional string of options associated with the filter." +msgid "filteroptions (*): An optional string of options associated with the filter." msgstr "" #. FJywB @@ -10168,49 +10537,49 @@ msgctxt "" msgid "The document itself does not need to be active to run this method." msgstr "" -#. CPc2g +#. FAjhF #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id301589205147697\n" "help.text" -msgid "FileName : A string containing the file name to be used. It must follow the SF_FileSystem.FileNaming notation." +msgid "filename: A string containing the file name to be used. It must follow the SF_FileSystem.FileNaming notation." msgstr "" -#. GEybm +#. zr6Rx #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id851589205147348\n" "help.text" -msgid "Overwrite : If True, the destination file may be overwritten (default = False)." +msgid "overwrite: If True, the destination file may be overwritten (default = False)." msgstr "" -#. PPc3f +#. k2uRD #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id821589205147330\n" "help.text" -msgid "Password (*) : A non-space string to protect the document." +msgid "password (*): A non-space string to protect the document." msgstr "" -#. RKCha +#. eyrsV #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id67158920514729\n" "help.text" -msgid "FilterName (*) : The name of a filter that should be used for saving the document. If this argument is passed, then the filter must exist." +msgid "filtername (*): The name of a filter that should be used for saving the document. If this argument is passed, then the filter must exist." msgstr "" -#. hXUjB +#. vA4NU #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id881589205147911\n" "help.text" -msgid "FilterOptions (*) : An optional string of options associated with the filter." +msgid "filteroptions (*): An optional string of options associated with the filter." msgstr "" #. WCH7E @@ -12607,13 +12976,13 @@ msgctxt "" msgid "Definitions" msgstr "" -#. VEC49 +#. GYDbT #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id951618172906010\n" "help.text" -msgid "Forms are usually created in Base documents, but they can be added to Writer and Calc documents as well. The way a FormDocument is handled depends on the %PRODUCTNAME component where it is stored." +msgid "Forms are usually created in Base documents, but they can be added to Writer and Calc documents as well." msgstr "" #. nKUdb @@ -12661,15 +13030,6 @@ msgctxt "" msgid "A FormDocument can be seen as a set of forms that provide access to datasets such as database tables and queries from within %PRODUCTNAME documents. The names of forms and subforms inside a FormDocument can be accessed using the Form Navigator." msgstr "" -#. dKBXK -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"par_id721618175731903\n" -"help.text" -msgid "In Calc documents, each sheet can contain a single FormDocument. A Writer document contains only one FormDocument, which is the document itself." -msgstr "" - #. AMFVt #: sf_form.xhp msgctxt "" @@ -12724,13 +13084,13 @@ msgctxt "" msgid "In Writer documents" msgstr "" -#. Ju2Kj +#. 8s4VD #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id51616767892693\n" "help.text" -msgid "The code snippet below shows how to access the form named Form1 that is inside the single FormDocument of a Writer file:" +msgid "The code snippet below shows how to access the form named Form1 that is inside a Writer file:" msgstr "" #. NFikt @@ -12742,6 +13102,15 @@ msgctxt "" msgid "Forms can be accessed by their names or by their indices, as shown below:" msgstr "" +#. cYS6G +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id691622014677169\n" +"help.text" +msgid "my_form = doc.Forms(0)" +msgstr "" + #. 8PHy6 #: sf_form.xhp msgctxt "" @@ -12760,13 +13129,22 @@ msgctxt "" msgid "In Calc documents" msgstr "" -#. L3Wdt +#. yCpnG #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id481618179851104\n" "help.text" -msgid "Each sheet in a Calc file is a single FormDocument. Hence, the Forms method requires two arguments, the first indicating the sheet name and the second specifying the form name." +msgid "A form in a Calc file must have a unique name inside its sheet. Hence, the Forms method requires two arguments, the first indicating the sheet name and the second specifying the form name." +msgstr "" + +#. i9Um4 +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"par_id51622028165429\n" +"help.text" +msgid "This is achieved identically using Python:" msgstr "" #. 2fB94 @@ -12778,13 +13156,13 @@ msgctxt "" msgid "In Base documents" msgstr "" -#. Faenc +#. J3Btp #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id711616768164987\n" "help.text" -msgid "A FormDocument inside a Base document is accessed by its name. The following example opens the form document named thisFormDocument and access the form MainForm:" +msgid "A FormDocument inside a Base document is accessed by its name. The following example opens the form document named thisFormDocument and accesses the form MainForm:" msgstr "" #. pbtEM @@ -12805,13 +13183,13 @@ msgctxt "" msgid "' Or, alternatively, to access the form by its index ..." msgstr "" -#. XXgZ3 +#. 2v2aG #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id991618249636036\n" "help.text" -msgid "To perform any action on a form using the Form service, the FormDocument must have been opened either manually by the user or programmatically in a user script. The latter can be done in a variety of ways, such as by creating an instance of the Document service or by calling the methods OpenDocument (UI service) and OpenFormDocument (Document service)." +msgid "To perform any action on a form using the Form service, the FormDocument must have been opened either manually by the user or programmatically in a user script. The latter can be done by calling the OpenFormDocument method of the Base service." msgstr "" #. DDerZ @@ -12823,6 +13201,78 @@ msgctxt "" msgid "To access a given subform of a form use the SubForms method. Note that in the example below mySubForm is a new instance of the Form service." msgstr "" +#. e7fcY +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"par_id681622028653480\n" +"help.text" +msgid "Previous examples translate in Python as:" +msgstr "" + +#. Af2SY +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id501622028742999\n" +"help.text" +msgid "db = CreateScriptService('SFDocuments.Document', XSCRIPTCONTEXT.getDocument())" +msgstr "" + +#. ebc4K +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id811622808499801\n" +"help.text" +msgid "# The statement below is necessary only if the form hasn't been opened yet" +msgstr "" + +#. j3BCx +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id671622028743191\n" +"help.text" +msgid "form_doc = db.OpenFormDocument('thisFormDocument')" +msgstr "" + +#. mSnqt +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id431622028743374\n" +"help.text" +msgid "form = form_doc.Forms('thisFormDocument', 'MainForm')" +msgstr "" + +#. GdyX6 +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id511622808538351\n" +"help.text" +msgid "# Or, alternatively, to access the form by its index ..." +msgstr "" + +#. Bb4K4 +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id681622028743582\n" +"help.text" +msgid "form = form_doc.Forms('thisFormDocument', 0)" +msgstr "" + +#. FTwWJ +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id611622028743782\n" +"help.text" +msgid "sub_form = form.SubForms('mySubForm')" +msgstr "" + #. QFFzk #: sf_form.xhp msgctxt "" @@ -12841,6 +13291,24 @@ msgctxt "" msgid "To invoke the Form service when a form event takes place:" msgstr "" +#. k2fKf +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"par_id721623150543016\n" +"help.text" +msgid "It is recommended to free resources after use of the Form service." +msgstr "" + +#. pF9UQ +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"par_id221623150547406\n" +"help.text" +msgid "This operation is done implicitly when a form document is closed with the CloseFormDocument() method described below." +msgstr "" + #. GueeT #: sf_form.xhp msgctxt "" @@ -13552,22 +14020,13 @@ msgctxt "" msgid "'Activates the form" msgstr "" -#. JxwJG -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"par_id661618228523419\n" -"help.text" -msgid "To use the method Activate with other %PRODUCTNAME documents, read Service invocation above." -msgstr "" - -#. NQ629 +#. YHxMm #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id81618228720782\n" "help.text" -msgid "ThisComponent is valid for Calc and Writer documents. For Base documents use ThisDataBaseDocument." +msgid "ThisComponent applies to Calc and Writer documents. For Base documents use ThisDataBaseDocument." msgstr "" #. QznyJ @@ -13597,13 +14056,13 @@ msgctxt "" msgid "The value returned by the Controls method depends on the arguments provided:" msgstr "" -#. qQAnX +#. YkyY2 #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id421598179770993\n" "help.text" -msgid "If the method is called without any arguments, then it returns the list of the controls contained in the form. Beware that the returned list does not contain any subform controls." +msgid "If the method is called without arguments, then it returns the list of the controls contained in the form. Beware that the returned list does not contain any subform controls." msgstr "" #. SsiUX @@ -13615,13 +14074,13 @@ msgctxt "" msgid "If the optional ControlName argument is provided, the method returns a FormControl class instance referring to the specified control." msgstr "" -#. 7LRLD +#. 7CFJU #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "ControlName : A valid control name as a case-sensitive string. If absent, the list of control names is returned as a zero-based array." +msgid "controlname : A valid control name as a case-sensitive string. If absent, the list of control names is returned as a zero-based array." msgstr "" #. unh4B @@ -13633,22 +14092,22 @@ msgctxt "" msgid "Return a SFDatabases.Database instance giving access to the execution of SQL commands on the database the current form is connected to and/or that is stored in the current Base document." msgstr "" -#. nXEAh +#. fZRst #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id991616861417207\n" "help.text" -msgid "Each form in a FormDocument has its own database connection, except in Base documents where they all share the same connection." +msgid "Each form has its own database connection, except in Base documents where they all share the same connection." msgstr "" -#. YeWdC +#. wFSWb #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id701616861134906\n" "help.text" -msgid "User, Password : The login parameters (Default = \"\")." +msgid "user, password: The login optional parameters (Default = \"\")." msgstr "" #. 83Jju @@ -13687,13 +14146,13 @@ msgctxt "" msgid "The form cursor is positioned on the next record. Returns True if successful." msgstr "" -#. qRdTC +#. a2gGn #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id271616863582607\n" "help.text" -msgid "Offset : The number of records to go forward (Default = 1)." +msgid "offset: The number of records to go forward (Default = 1)." msgstr "" #. e6huC @@ -13705,13 +14164,13 @@ msgctxt "" msgid "The form cursor is positioned on the previous record. Returns True if successful." msgstr "" -#. m47xh +#. tAnVw #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id751616863794125\n" "help.text" -msgid "Offset : The number of records to go backwards (Default = 1)." +msgid "offset: The number of records to go backwards (Default = 1)." msgstr "" #. Kp4Wo @@ -13723,6 +14182,15 @@ msgctxt "" msgid "Reloads the current data from the database and refreshes the form. The cursor is positioned on the first record. Returns True if successful." msgstr "" +#. Npc6x +#: sf_form.xhp +msgctxt "" +"sf_form.xhp\n" +"pyc_id401622550186725\n" +"help.text" +msgid "form.Requery() # Python" +msgstr "" + #. 5gBGr #: sf_form.xhp msgctxt "" @@ -13741,22 +14209,22 @@ msgctxt "" msgid "If the method is called without any arguments, then it returns the list of subforms contained in the current form or subform instance." msgstr "" -#. aVZ57 +#. AD3Q6 #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id591616864510445\n" "help.text" -msgid "If the optional Subform argument is provided, the method returns a new SFDocuments.Form instance based on the specified form/subform name or index." +msgid "If the optional subform argument is provided, the method returns a new SFDocuments.Form instance based on the specified form/subform name or index." msgstr "" -#. jhmRo +#. NLwGt #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id341616864510747\n" "help.text" -msgid "Subform : A subform stored in the current Form class instance given by its name or index." +msgid "subform : A subform stored in the current Form class instance given by its name or index." msgstr "" #. 8Cxxs @@ -13894,6 +14362,15 @@ msgctxt "" msgid "The FormControl service is invoked from an existing Form service instance through its Controls method." msgstr "" +#. 56bE7 +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"pyc_id721622556808773\n" +"help.text" +msgid "control.Value = 'Current Time = ' + strftime(\"%a, %d %b %Y %H:%M:%S\", localtime())" +msgstr "" + #. FaP92 #: sf_formcontrol.xhp msgctxt "" @@ -15235,13 +15712,13 @@ msgctxt "" msgid "On the other hand, if a ControlName is provided, the method returns a FormControl class instance corresponding to the specified control." msgstr "" -#. F8FfM +#. eoLJG #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "ControlName : A valid control name as a case-sensitive string. If absent, the list of control names is returned as a zero-based array." +msgid "controlname: A valid control name as a case-sensitive string. If absent, the list of control names is returned as a zero-based array." msgstr "" #. F4Sdy @@ -15262,6 +15739,15 @@ msgctxt "" msgid "' Returns a FormControl class instance corresponding to \"myCheckBox\"" msgstr "" +#. AGA7Z +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"par_id391622559441530\n" +"help.text" +msgid "Using Python:" +msgstr "" + #. CprjV #: sf_formcontrol.xhp msgctxt "" @@ -15307,6 +15793,24 @@ msgctxt "" msgid "The first example reads the current value in a ComboBox containing city names and writes it to a FixedTest control in a Form:" msgstr "" +#. B5QLA +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"pyc_id991622562833004\n" +"help.text" +msgid "ui = CreateScriptService('ScriptForge.Basic') # Basic-like methods" +msgstr "" + +#. 8jneo +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"pyc_id781622561048794\n" +"help.text" +msgid "lbl_city.Caption = \"Selected city: \" + combo_city.Value" +msgstr "" + #. kz9SK #: sf_formcontrol.xhp msgctxt "" @@ -15316,6 +15820,573 @@ msgctxt "" msgid "The following code snippet can be used to process RadioButton controls that share the same group name. In this example, suppose there are three radio buttons with names optA, optB and optC and we wish to display the caption of the selected control." msgstr "" +#. hRhNC +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"bas_id251618776933304\n" +"help.text" +msgid "MsgBox \"Selected option: \" & optControl.Caption" +msgstr "" + +#. kxKPM +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"pyc_id991622562822004\n" +"help.text" +msgid "ui = CreateScriptService('ScriptForge.Basic') # Basic-like methods" +msgstr "" + +#. QBAvs +#: sf_formcontrol.xhp +msgctxt "" +"sf_formcontrol.xhp\n" +"pyc_id441622562080419\n" +"help.text" +msgid "ui.MsgBox('Selected option: ' + control.Caption)" +msgstr "" + +#. czP76 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"tit\n" +"help.text" +msgid "Creating Python Scripts with ScriptForge" +msgstr "" + +#. 8BEWT +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id461623364876507\n" +"help.text" +msgid "Creating Python Scripts with ScriptForge" +msgstr "" + +#. 6JuA3 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id361623410405420\n" +"help.text" +msgid "Differences between Basic and Python" +msgstr "" + +#. 3GzhB +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id41623410443946\n" +"help.text" +msgid "The ScriptForge library is available both for Basic and Python. Most services, methods and properties work identically in both programming languages. However, due to differences in how each language works, ScriptForge users must be aware of some characteristics of the library when using Python:" +msgstr "" + +#. HsKzK +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id551623410718241\n" +"help.text" +msgid "Methods and Property names: In Python, all methods and properties can be used in lowercased, ProperCased or camelCased formats." +msgstr "" + +#. Rg29x +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id741623411104297\n" +"help.text" +msgid "Arguments: All keyword arguments passed on to methods are lowercased." +msgstr "" + +#. C6VCu +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id441623411216354\n" +"help.text" +msgid "Dates: All date objects are passed and returned as datetime.datetime native Python objects." +msgstr "" + +#. FcX93 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id891623411367669\n" +"help.text" +msgid "Arrays: One-dimensional arrays are passed and returned as tuples (which is an immutable object). Two-dimensional arrays are passed and returned as tuples of tuples." +msgstr "" + +#. S6wwX +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id981623411507442\n" +"help.text" +msgid "None: Python's None keyword is equivalent to Basic's Null, Empty or Nothing." +msgstr "" + +#. 2G2uk +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id21623411611447\n" +"help.text" +msgid "UNO objects: All UNO structures are exchanged between Basic and Python without any changes." +msgstr "" + +#. WFDrN +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id651623412069496\n" +"help.text" +msgid "Debugging: Whenever an error occurs in Python scripts that use ScriptForge, the error message provided by the Python execution stack displays the line of code that triggered the error. In Basic error messages do not display this information." +msgstr "" + +#. ZzngK +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id31623411828158\n" +"help.text" +msgid "Visit for more information on Python scripting using %PRODUCTNAME." +msgstr "" + +#. CZiTF +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id391623411150080\n" +"help.text" +msgid "Running Python scripts on %PRODUCTNAME" +msgstr "" + +#. 2j29F +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id411623364895100\n" +"help.text" +msgid "Depending on what you intend to achieve, you may choose one of the following approaches to running Python scripts in %PRODUCTNAME:" +msgstr "" + +#. XHP4Z +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id681623365274024\n" +"help.text" +msgid "Run Scripts inside the current %PRODUCTNAME process: Python scripts are executed from within the %PRODUCTNAME process by using the Tools - Macros - Run Macro menu or the APSO extension to call user scripts stored in the Python scripts folder. You can also use the APSO Python shell to interactively run Python scripts." +msgstr "" + +#. pnXQT +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id761623365278133\n" +"help.text" +msgid "Run Scripts separately from the %PRODUCTNAME process: Python scripts are executed from an external process that connects to an ongoing %PRODUCTNAME process using a socket." +msgstr "" + +#. uyCPN +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id631623365667011\n" +"help.text" +msgid "If you plan to run scripts from inside the %PRODUCTNAME process, it is recommended to install the APSO (Alternative Script Organizer for Python) extension. However, to develop Python scripts from outside %PRODUCTNAME, you can choose your preferred Python IDE." +msgstr "" + +#. R4Rfk +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id431623365836802\n" +"help.text" +msgid "Running Scripts from inside the %PRODUCTNAME process" +msgstr "" + +#. UFGaA +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id111623365861568\n" +"help.text" +msgid "Using the APSO extension" +msgstr "" + +#. GAQwg +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id681623365892513\n" +"help.text" +msgid "The easiest way to get started with Python scripting in %PRODUCTNAME is by installing the APSO extension. After installing it, open any %PRODUCTNAME component and go to Tools - Macros - Organize Python Scripts." +msgstr "" + +#. iXiDt +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id111623366334727\n" +"help.text" +msgid "In APSO's main window go to Menu - Python Shell." +msgstr "" + +#. gbnEf +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id931623366329927\n" +"help.text" +msgid "Alternativelly you can open APSO using the default shortcut Alt + Shift + F11." +msgstr "" + +#. TKAXE +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id661623366478092\n" +"help.text" +msgid "Now you can start typing Python commands and the shell will print the corresponding output after each line of code is executed." +msgstr "" + +#. zGCxS +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id581623366559478\n" +"help.text" +msgid "To start using the ScriptForge library, you need to import the CreateScriptService method, with which you will be able to access the services provided by the library. The example below uses the Basic service to display a message box." +msgstr "" + +#. F7c8N +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id701623366829587\n" +"help.text" +msgid "To run the example above, enter each line in the Python shell, one by one, pressing the Enter key after you type each line of code." +msgstr "" + +#. tWENT +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id471623366906045\n" +"help.text" +msgid "Now you can start executing Python commands using any of the ScriptForge services. For example, the code snippet bellow uses the UI service to create a blank writer document." +msgstr "" + +#. N5A9E +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id961623367376768\n" +"help.text" +msgid "Creating Python script files" +msgstr "" + +#. xqmvY +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id821623367433650\n" +"help.text" +msgid "You can create your own Python files and edit them with your preferred text editor. Later you can call them from within any %PRODUCTNAME component." +msgstr "" + +#. arDpS +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id51623367560321\n" +"help.text" +msgid "The first step is to locate where your user scripts are stored. For that, refer to Python Scripts Organization and Location help page." +msgstr "" + +#. NdM4Y +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id821623367773032\n" +"help.text" +msgid "Now you can create a text file inside your Python user scripts folder, for instance sf_test.py, and start typing your scripts." +msgstr "" + +#. rFyBp +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id271623367917630\n" +"help.text" +msgid "Next is a simple example that gets the numeric value from a Calc cell and increments it by 1. Simply type the following code into the sf_test.py file." +msgstr "" + +#. EQxF2 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id171623368511426\n" +"help.text" +msgid "This example creates the increment_cell function. Note that g_exportedScripts is a tuple that tells which functions will be displayed in %PRODUCTNAME as user scripts." +msgstr "" + +#. UUnv4 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id471623368615244\n" +"help.text" +msgid "To run this script from within a Calc document:" +msgstr "" + +#. FynYm +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id811623368677444\n" +"help.text" +msgid "Create or open a Calc file." +msgstr "" + +#. qdWEL +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id281623368679141\n" +"help.text" +msgid "Enter some numeric value into cell \"A1\" in the current sheet." +msgstr "" + +#. bFQSh +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id111623368679893\n" +"help.text" +msgid "Go to Tools - Macros - Run Macros ." +msgstr "" + +#. xLTy8 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id421623368680565\n" +"help.text" +msgid "Choose My Macros - sf_test in the library selector. Then choose the increment_cell function under the Macro Name list." +msgstr "" + +#. EaBEU +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id131623368875763\n" +"help.text" +msgid "Click Run. Note that the value in cell \"A1\" was incremented by 1." +msgstr "" + +#. 9FozC +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id781623368934689\n" +"help.text" +msgid "You can also use APSO to run Python scripts in a similar manner:" +msgstr "" + +#. Lyyxc +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id501623369002537\n" +"help.text" +msgid "First open APSO by going to Tools - Macros - Organize Python Scripts." +msgstr "" + +#. 2H4ta +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id521623369004825\n" +"help.text" +msgid "In the macro list, navigate to My Macros - sf_test - increment_cell ." +msgstr "" + +#. ZhSaL +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id101623369005929\n" +"help.text" +msgid "Click Execute ." +msgstr "" + +#. ujB4e +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id531623369208159\n" +"help.text" +msgid "Running Scripts separately from the %PRODUCTNAME process" +msgstr "" + +#. 9yG9z +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id261623370168228\n" +"help.text" +msgid "Determining the Installation Path" +msgstr "" + +#. 2ijCM +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id261623369722023\n" +"help.text" +msgid "The first step to run scripts from a separate process is to find the folder where %PRODUCTNAME is installed. There are several ways to do that, but ScriptForge provides a quick way to identify your installation path. For that, open APSO's Python shell and type:" +msgstr "" + +#. UEwkB +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id81623370150730\n" +"help.text" +msgid "The output from the code above is the base directory where %PRODUCTNAME is installed. Now you need to add the \"program\" subfolder to the resulting path. This is the base folder from which you will run Python scripts from a separate process." +msgstr "" + +#. EvDcx +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id451623370201479\n" +"help.text" +msgid "For example, suppose you get /usr/lib/libreoffice/ as the result from running the Python code above. Then you need to consider /usr/lib/libreoffice/program as the path to run your Python scripts." +msgstr "" + +#. 6EYGe +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id231623370501084\n" +"help.text" +msgid "Start %PRODUCTNAME with socket settings" +msgstr "" + +#. F94mp +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id721623369245475\n" +"help.text" +msgid "To run Python scripts from a separate process, you need to start %PRODUCTNAME with a few additional options that specify the hostname and port through which the external process will communicate with the %PRODUCTNAME component process." +msgstr "" + +#. mfbEM +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id221623369584132\n" +"help.text" +msgid "Open the your operating system's command prompt, navigate to the program folder of your %PRODUCTNAME installation directory and type:" +msgstr "" + +#. 6hDm4 +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id981623370706743\n" +"help.text" +msgid "The command above will start %PRODUCTNAME with a communication channel open so that other processes can exchange messages with it." +msgstr "" + +#. SB5LE +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id621623370871360\n" +"help.text" +msgid "Note that the previous example opens %PRODUCTNAME start center. If you want to open a specific component, for instance Writer, you can add the --writer flag to the command, as follows." +msgstr "" + +#. cVRuV +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id431623373618951\n" +"help.text" +msgid "Take note of the host and port parameters, which in this example are localhost and 2021, respectively." +msgstr "" + +#. Z7z5C +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"hd_id861623370468356\n" +"help.text" +msgid "Running an External Python Shell" +msgstr "" + +#. eBmVz +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id621623371253647\n" +"help.text" +msgid "Start the Python shell from within the program folder inside your %PRODUCTNAME installation path. Follow the steps above to learn how to find your installation path." +msgstr "" + +#. 69F7S +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id11623373098602\n" +"help.text" +msgid "On Linux / Mac OS:" +msgstr "" + +#. PFWiq +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id311623373151552\n" +"help.text" +msgid "On Windows:" +msgstr "" + +#. HGBuK +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id791623373520018\n" +"help.text" +msgid "This will open the Python shell and now you can start typing commands that will be executed by %PRODUCTNAME. But first you need to set up the socket connection." +msgstr "" + +#. s54tE +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id351623373686414\n" +"help.text" +msgid "The second line of code above defines the host and port settings so that the Python shell can communicate with an ongoing %PRODUCTNAME process opened with the same socket settings." +msgstr "" + +#. RiXDx +#: sf_intro.xhp +msgctxt "" +"sf_intro.xhp\n" +"par_id721623373769471\n" +"help.text" +msgid "Now you can run other Python commands and they will be able to communicate with the %PRODUCTNAME process. For example:" +msgstr "" + #. VCRTD #: sf_l10n.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/scalc/01.po b/source/ka/helpcontent2/source/text/scalc/01.po index f824dbf6e3d..e7975382c93 100644 --- a/source/ka/helpcontent2/source/text/scalc/01.po +++ b/source/ka/helpcontent2/source/text/scalc/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: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:08+0200\n" "PO-Revision-Date: 2018-11-12 13:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -27160,15 +27160,6 @@ msgctxt "" msgid "=OCT2HEX(144;4) returns 0064." msgstr "" -#. AXDcg -#: 04060116.xhp -msgctxt "" -"04060116.xhp\n" -"hd_id14741462320147\n" -"help.text" -msgid "" -msgstr "" - #. G7UNe #: 04060116.xhp msgctxt "" @@ -69757,13 +69748,13 @@ msgctxt "" msgid "Choose Data - Statistics - Sampling" msgstr "" -#. MDjEn +#. bdELn #: statistics_sampling.xhp msgctxt "" "statistics_sampling.xhp\n" "par_id1000050\n" "help.text" -msgid "Sampling allows you to pick data from a source table to fill a target table. The sampling can be random or in a periodic basis." +msgid "Sampling allows you to pick data from a source table (population) to fill a target table. The sampling can be random or in a periodic basis, as well as with or without sample replacement in the source table." msgstr "" #. GRbRi @@ -69784,40 +69775,112 @@ msgctxt "" msgid "Sampling Method" msgstr "" -#. zDwkD +#. XsLMx #: statistics_sampling.xhp msgctxt "" "statistics_sampling.xhp\n" -"par_id1000070\n" +"hd_id611623249550632\n" "help.text" -msgid "Random: Picks exactly Sample Size lines of the source table in a random way." +msgid "Random" msgstr "" -#. AAvrF +#. fnhdR #: statistics_sampling.xhp msgctxt "" "statistics_sampling.xhp\n" -"par_id1000080\n" +"par_id711623249563655\n" "help.text" -msgid "Sample size: Number of lines sampled from the source table." +msgid "Picks exactly Sample Size lines of the source table in a random way." msgstr "" -#. hy48Z +#. ePB4n #: statistics_sampling.xhp msgctxt "" "statistics_sampling.xhp\n" -"par_id1000090\n" +"hd_id431623249579089\n" "help.text" -msgid "Periodic: Picks lines in a pace defined by Period." +msgid "Sample size" msgstr "" -#. i8TDF +#. LtFAr #: statistics_sampling.xhp msgctxt "" "statistics_sampling.xhp\n" -"par_id1000100\n" +"par_id461623249594879\n" +"help.text" +msgid "Number of lines sampled from the source table. The Sample size is limited to the population size for all sampling methods without replacement." +msgstr "" + +#. S4cc4 +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"hd_id931623249610097\n" +"help.text" +msgid "With replacement" +msgstr "" + +#. ArJPP +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"par_id191623249619384\n" +"help.text" +msgid "When checked, put back samples in population (source table) after draw. A sample can be drawn more than once and therefore a larger sample size than population is possible. This option is mutually exclusive with Keep order. When unchecked, a sample drawn is not put back to the population and sample size is limited to population size." +msgstr "" + +#. QG5Yo +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"hd_id791623249632175\n" +"help.text" +msgid "Keep order" +msgstr "" + +#. KBoyr +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"par_id741623249641180\n" +"help.text" +msgid "When checked, samples are drawn in order of population data. Samples are not put back to the population (exclusive with With replacement). This option is automatically checked for Periodic sampling. When unchecked, samples are drawn in random order." +msgstr "" + +#. 73nDr +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"hd_id461623249656476\n" +"help.text" +msgid "Periodic" +msgstr "" + +#. MFSpi +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"par_id481623249667345\n" +"help.text" +msgid "Picks lines in a pace defined by Period." +msgstr "" + +#. jM46a +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"hd_id101623249682605\n" +"help.text" +msgid "Period" +msgstr "" + +#. NVGau +#: statistics_sampling.xhp +msgctxt "" +"statistics_sampling.xhp\n" +"par_id621623249692296\n" "help.text" -msgid "Period: the number of lines to skip periodically when sampling." +msgid "The number of lines to skip periodically when sampling. The Period is limited to the population size." msgstr "" #. NjytZ diff --git a/source/ka/helpcontent2/source/text/sdatabase.po b/source/ka/helpcontent2/source/text/sdatabase.po index 5149e255b76..fcb0f0e14b7 100644 --- a/source/ka/helpcontent2/source/text/sdatabase.po +++ b/source/ka/helpcontent2/source/text/sdatabase.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: 2021-05-05 17:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6016,6 +6016,573 @@ msgctxt "" msgid "Sorts the list of table names in ascending order starting at the beginning of the alphabet." msgstr "" +#. SaBHA +#: dabaadvprop.xhp +msgctxt "" +"dabaadvprop.xhp\n" +"tit\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. xBcXZ +#: dabaadvprop.xhp +msgctxt "" +"dabaadvprop.xhp\n" +"par_idN10550\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. 5dCC5 +#: dabaadvprop.xhp +msgctxt "" +"dabaadvprop.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Specifies advanced properties for the database." +msgstr "" + +#. FGvho +#: dabaadvprop.xhp +msgctxt "" +"dabaadvprop.xhp\n" +"par_id3998840\n" +"help.text" +msgid "In a database window, choose Edit - Database - Properties, click Advanced Properties tab" +msgstr "" + +#. ssTZY +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"tit\n" +"help.text" +msgid "Special Settings" +msgstr "" + +#. JBUZ3 +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"bm_id81623155177507\n" +"help.text" +msgid "database;special settings database settings;SQL92 naming database settings;keyword AS database settings;outer join syntax database settings;special SELECT statements database settings;ODBC date/time database settings;support primary keys database settings;line ends database settings;version columns" +msgstr "" + +#. vCApF +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Special Settings" +msgstr "" + +#. nv4Nn +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10566\n" +"help.text" +msgid "Specifies the way you can work with data in a database." +msgstr "" + +#. nVTwF +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id7679372\n" +"help.text" +msgid "In a database window, choose Edit - Database - Advanced Settings" +msgstr "" + +#. mEAfH +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id4572283\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. 8pnWD +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10590\n" +"help.text" +msgid "Use SQL92 naming constraints" +msgstr "" + +#. CZ3vk +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10594\n" +"help.text" +msgid "Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores." +msgstr "" + +#. wHaBn +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105907\n" +"help.text" +msgid "Use keyword AS before table alias names" +msgstr "" + +#. xEpbm +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105947\n" +"help.text" +msgid "Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias." +msgstr "" + +#. NbAt4 +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"hd_id3534958\n" +"help.text" +msgid "End text lines with CR + LF" +msgstr "" + +#. NKKsC +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id6151921\n" +"help.text" +msgid "Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems)." +msgstr "" + +#. UDWZ7 +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN1059E\n" +"help.text" +msgid "Append the table alias name in SELECT statements" +msgstr "" + +#. v2ZEZ +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105A2\n" +"help.text" +msgid "Appends the alias to the table name in SELECT statements." +msgstr "" + +#. 6kz2C +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105A5\n" +"help.text" +msgid "Use Outer Join syntax '{OJ }'" +msgstr "" + +#. 9PDve +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105A9\n" +"help.text" +msgid "Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}" +msgstr "" + +#. xahKj +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105BE\n" +"help.text" +msgid "Example:" +msgstr "" + +#. 8rHyA +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105C1\n" +"help.text" +msgid "select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}" +msgstr "" + +#. yARgJ +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105C4\n" +"help.text" +msgid "Ignore the privileges from the database driver" +msgstr "" + +#. GoiGX +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105C8\n" +"help.text" +msgid "Ignores access privileges that are provided by the database driver." +msgstr "" + +#. CcsGn +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105CB\n" +"help.text" +msgid "Replace named parameters with ?" +msgstr "" + +#. finzM +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105CF\n" +"help.text" +msgid "Replaces named parameters in a data source with a question mark (?)." +msgstr "" + +#. LypD3 +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105D2\n" +"help.text" +msgid "Display version columns (when available)" +msgstr "" + +#. gJR4a +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105D6\n" +"help.text" +msgid "Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. Displays the internal version number of the record in the database table." +msgstr "" + +#. HLoGa +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105FA\n" +"help.text" +msgid "Use the catalog name in SELECT statements" +msgstr "" + +#. uqBBN +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver." +msgstr "" + +#. uTnnA +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10613\n" +"help.text" +msgid "Use the schema name in SELECT statements" +msgstr "" + +#. EVDZk +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10617\n" +"help.text" +msgid "Allows you to use the schema name in SELECT statements." +msgstr "" + +#. JgvBE +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN1061A\n" +"help.text" +msgid "Create index with ASC or DESC statement" +msgstr "" + +#. BgkNz +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN1061E\n" +"help.text" +msgid "Creates an index with ASC or DESC statements." +msgstr "" + +#. BzVqp +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10621\n" +"help.text" +msgid "Comparison of Boolean values" +msgstr "" + +#. rgzfK +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_idN10625\n" +"help.text" +msgid "Select the type of Boolean comparison that you want to use." +msgstr "" + +#. X2cuQ +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"hd_id1101718\n" +"help.text" +msgid "Form data input checks for required fields" +msgstr "" + +#. 8FD9D +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id3783989\n" +"help.text" +msgid "When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field." +msgstr "" + +#. LPJKD +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id6684163\n" +"help.text" +msgid "If this control box is not enabled, then the forms in the current database will not be checked for required fields." +msgstr "" + +#. fZAwm +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id3837397\n" +"help.text" +msgid "The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books." +msgstr "" + +#. T9wrt +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"hd_id0909200811170166\n" +"help.text" +msgid "Ignore currency field information" +msgstr "" + +#. MWpZD +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id0909200811170221\n" +"help.text" +msgid "Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded." +msgstr "" + +#. ykjaM +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"hd_id040920092139524\n" +"help.text" +msgid "Use ODBC conformant date/time literals" +msgstr "" + +#. AFvyx +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id040920092139526\n" +"help.text" +msgid "Use date/time literals that conform to ODBC standard." +msgstr "" + +#. 9PTAJ +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"hd_id04092009442139524\n" +"help.text" +msgid "Supports primary keys" +msgstr "" + +#. BVmAU +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id04096620092139526\n" +"help.text" +msgid "Enable to overrule Base's heuristics used to detect whether the database supports primary keys." +msgstr "" + +#. WCkDd +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id66841631\n" +"help.text" +msgid "When connecting to a database using a generic API like ODBC, JDBC, or ADO, Base currently applies heuristics to determine whether this database supports primary keys. None of those APIs has dedicated support to retrieve this information." +msgstr "" + +#. U5ssy +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id66841632\n" +"help.text" +msgid "The heuristics sometimes fails. This tri-state check box by default is set to the undetermined state, which means \"apply the heuristics\". If the check box is enabled, primary key support is assumed. If the check box is disabled, no primary key support is assumed." +msgstr "" + +#. vdH4q +#: dabaadvpropdat.xhp +msgctxt "" +"dabaadvpropdat.xhp\n" +"par_id66841633\n" +"help.text" +msgid "Note that if this option is just for overruling the heuristics. If you enable the check box for a database which actually does not support primary keys, you will see some errors." +msgstr "" + +#. EYaFK +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"tit\n" +"help.text" +msgid "Generated Values" +msgstr "" + +#. kGZBa +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"bm_id521623154765032\n" +"help.text" +msgid "database advanced properties;autoincrement values database advanced properties;automatic generated values database advanced properties;retrieve generated values database advanced properties;query generated values" +msgstr "" + +#. kqFCk +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Generated Values" +msgstr "" + +#. x7uc3 +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10563\n" +"help.text" +msgid "Specifies the options for automatically generated values for new data records." +msgstr "" + +#. Dpncz +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_id7684560\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. moLhP +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN1058C\n" +"help.text" +msgid "Retrieve generated values" +msgstr "" + +#. KGEf3 +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10590\n" +"help.text" +msgid "Enables $[officename] support for auto-incremented data fields in the current ODBC or JDBC data source. Select this option if the auto-increment feature in the SDBCX layer of the database is not supported. In general, the auto-increment is selected for the primary key field." +msgstr "" + +#. x4VQL +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10593\n" +"help.text" +msgid "Auto-increment statement" +msgstr "" + +#. Hskow +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10597\n" +"help.text" +msgid "Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:" +msgstr "" + +#. Vi6CV +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN105A0\n" +"help.text" +msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" +msgstr "" + +#. rDQtm +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10634\n" +"help.text" +msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box." +msgstr "" + +#. GSfGJ +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Query of generated values" +msgstr "" + +#. gCRhF +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN10645\n" +"help.text" +msgid "Enter an SQL statement that returns the last auto-incremented value for the primary key data field. For example:" +msgstr "" + +#. BzyHv +#: dabaadvpropgen.xhp +msgctxt "" +"dabaadvpropgen.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "SELECT LAST_INSERT_D();" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/00.po b/source/ka/helpcontent2/source/text/shared/00.po index 2548a7a994b..0ac7b3b4e93 100644 --- a/source/ka/helpcontent2/source/text/shared/00.po +++ b/source/ka/helpcontent2/source/text/shared/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: 2021-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2374,6 +2374,51 @@ msgctxt "" msgid "Formatting refers to the visual layout of text using a word-processing or DTP program. This includes defining the paper format, page borders, fonts and font effects, as well as indents and spacing. You can format text directly or with Styles provided by $[officename]." msgstr "" +#. CDCzC +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"bm_id911622865848718\n" +"help.text" +msgid "half-width;definition halfwidth;definition full-width;definition fullwidth;definition" +msgstr "" + +#. FkxhB +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"hd_id871622865956807\n" +"help.text" +msgid "Half-width and Full-width Characters" +msgstr "" + +#. EurbT +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id381622866004346\n" +"help.text" +msgid "Half-width and full-width are properties used to differentiate characters used by some East Asian languages and scripts, mainly Chinese, Japanese, and Korean (CJK)." +msgstr "" + +#. djoxW +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id171622867006461\n" +"help.text" +msgid "The Han characters, Hiragana and Katakana characters, as well as Hangul characters used by these scripts are usually of square shape, and on fixed-width (monospace) display they occupy space of two Latin/ASCII characters. They are therefore called full-width characters, while the letters in Latin alphabet, digits, and punctuation marks included in ASCII character set are called half-width characters." +msgstr "" + +#. ijLBK +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id871622874043146\n" +"help.text" +msgid "For historical reasons, a set of square-shaped Latin letters, digits, and punctuation marks are also defined and used in CJK typography, in addition to or in place of their half-width counterparts. They are called full-width forms. Similarly, there are also half-width forms of the usually full-width Katakanas and Hangul Jamos, and they have narrower shapes instead of square ones. A character's half-width and full-width forms are essentially two ways of writing the same character, just like uppercase and lowercase forms of Latin alphabet. $[officename] supports conversion between half-width and full-width, as well as ignoring width difference when matching text strings." +msgstr "" + #. VAGDA #: 00000005.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/01.po b/source/ka/helpcontent2/source/text/shared/01.po index 76c0d8ea80a..163fbc5ff78 100644 --- a/source/ka/helpcontent2/source/text/shared/01.po +++ b/source/ka/helpcontent2/source/text/shared/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: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -8125,14 +8125,14 @@ msgctxt "" msgid "Match character width (only if Asian languages are enabled)" msgstr "სიმბოლოების სიგანის თანხვედრა (მხოლოდ თუ აზიური ენებია ჩართული) " -#. B4uAW +#. LUDU5 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145744\n" "help.text" -msgid "Distinguishes between half-width and full-width character forms." -msgstr "ნახევარი სიგანისა და სრული სიგანის სიმბოლოების ფორმათა შორის განსხვავება." +msgid "Distinguishes between half-width and full width character forms." +msgstr "" #. D4hMq #: 02100000.xhp @@ -44818,6 +44818,384 @@ msgctxt "" msgid "Opens a file picker dialog to add a new Network Security Services Certificate directory to the list." msgstr "" +#. zivCM +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"tit\n" +"help.text" +msgid "Classification Bar" +msgstr "" + +#. 8PAok +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"bm_id030820161853495457\n" +"help.text" +msgid "classification toolbar;display" +msgstr "" + +#. KaU95 +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"hd_id3150342\n" +"help.text" +msgid "Classification Toolbar" +msgstr "" + +#. WnDNP +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id3150202\n" +"help.text" +msgid "The Classification bar contains tools to help secure document handling." +msgstr "" + +#. FtFz5 +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id030820161754171423\n" +"help.text" +msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the BAF category policy and BAILS levels. %PRODUCTNAME will add custom fields in the document properties (File - Properties, Custom Properties tab) to store the classification policy as document metadata." +msgstr "" + +#. cRuqo +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id030820161754175408\n" +"help.text" +msgid "Choose View - Toolbars - TSCP Classification" +msgstr "" + +#. HdABp +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"hd_id121623158675627\n" +"help.text" +msgid "Levels" +msgstr "" + +#. b5AFq +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"hd_id891623158683293\n" +"help.text" +msgid "Manage Document Classification" +msgstr "" + +#. vPT8t +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id501623161122070\n" +"help.text" +msgid "Opens the Classification dialog for document classification." +msgstr "" + +#. m5zCN +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"hd_id971623158688684\n" +"help.text" +msgid "Manage Paragraph Classification" +msgstr "" + +#. MSJDf +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id871623161127282\n" +"help.text" +msgid "Opens the Classification dialog for paragraph classification." +msgstr "" + +#. kfv3h +#: classificationbar.xhp +msgctxt "" +"classificationbar.xhp\n" +"par_id51623177298121\n" +"help.text" +msgid "Wiki page on document classification" +msgstr "" + +#. dsZAF +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"tit\n" +"help.text" +msgid "Classification Dialog" +msgstr "" + +#. Cregg +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"bm_id481623178809365\n" +"help.text" +msgid "classification;contents classification;licenses classification;part numbers classification;markings classification;paragraph paragraph;classification" +msgstr "" + +#. nD79p +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id21623159004194\n" +"help.text" +msgid "Document and Paragraph Classification Dialog" +msgstr "" + +#. RuUAE +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id461623164674397\n" +"help.text" +msgid "Applies classification policy to the current document or paragraph. The dialog helps to assemble the classification policy terms of the document or paragraph by using predefined classification terms or by entering custom classification terms. The dialog display several lists of predefined items, which are loaded from the BAILS-xml TSCP policy file." +msgstr "" + +#. Q2FkA +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id201623197455516\n" +"help.text" +msgid "Enable the TSCP Classification toolbar in View - Toolbars - TSCP Classification and click on the Manage Document Classification or Manage Paragraph Classification buttons." +msgstr "" + +#. de3Za +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id831623165018680\n" +"help.text" +msgid "Content" +msgstr "" + +#. 7bGF5 +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id301623172724879\n" +"help.text" +msgid "The Content text box displays the classification text created by the dialog and displays the existing document or paragraph classification terms. You can add your own terms in addition to the existing text in the box and the classification terms from the classification policy configuration file." +msgstr "" + +#. 8WD3B +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id951623171171522\n" +"help.text" +msgid "Bold icon (document classification only)" +msgstr "" + +#. JHibf +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id931623171330037\n" +"help.text" +msgid "Apply bold character formatting to the document or paragraph classification terms." +msgstr "" + +#. LEFJG +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id921623171177576\n" +"help.text" +msgid "Sign Paragraph (paragraph classification only)" +msgstr "" + +#. dD6gS +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id431623171280325\n" +"help.text" +msgid "Opens the Select Certification dialog box to choose the certificate to use to sign the paragraph." +msgstr "" + +#. 8nrUC +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id391623165024206\n" +"help.text" +msgid "Recently used" +msgstr "" + +#. QRxgw +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id451623170670589\n" +"help.text" +msgid "List the recently used classification terms." +msgstr "" + +#. JpuJH +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id511623165030442\n" +"help.text" +msgid "Classification" +msgstr "" + +#. Qm44f +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id891623168935957\n" +"help.text" +msgid "The Classification list contains the translated elements of the Business Authorization Identification and Labeling Scheme (BAILS). The %PRODUCTNAME defaults are:" +msgstr "" + +#. 9E5xL +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id461623165035145\n" +"help.text" +msgid "International" +msgstr "" + +#. bC9B4 +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id21623168943133\n" +"help.text" +msgid "The International list are the elements of the BAILS, not localized. The default is:" +msgstr "" + +#. GGGgk +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id411623172250101\n" +"help.text" +msgid "The Classification and International drop-down lists are actually the same list. A change in one list changes the other." +msgstr "" + +#. G2z8A +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id811623165656089\n" +"help.text" +msgid "Marking" +msgstr "" + +#. FnA4y +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id41623173977713\n" +"help.text" +msgid "Display a list of pre-existing markings available to be added to the Contents text box. Double click one entry to have it added to the contents text box at the cursor location. The markings are defined in the classification policy configuration file." +msgstr "" + +#. cBseC +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id941623165039690\n" +"help.text" +msgid "License" +msgstr "" + +#. sEc2R +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id1001623174051869\n" +"help.text" +msgid "Displays the existing intellectual property licenses. Double click the license to have it displayed in the Part text box below. Click the Add button to place the license text in the Content box.The licenses are defined in the classification policy configuration file." +msgstr "" + +#. BZFwp +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id741623165044190\n" +"help.text" +msgid "Part number" +msgstr "" + +#. DDJqR +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id191623174046018\n" +"help.text" +msgid "Displays the existing intellectual property part numbers. Double click the part number to have it displayed in the Part text box below and click the Add button to place the part number in the Content text box. The part numbers are defined in the classification policy configuration file." +msgstr "" + +#. uGvTQ +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id791623165049158\n" +"help.text" +msgid "Part text:" +msgstr "" + +#. ocBSB +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id471623174526628\n" +"help.text" +msgid "Use this box to enter contents to be added to the Content text box." +msgstr "" + +#. tPAV7 +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"hd_id491623165052989\n" +"help.text" +msgid "Add" +msgstr "" + +#. s7x5E +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id591623174559160\n" +"help.text" +msgid "Click to add the contents of the Part text box to the Content box." +msgstr "" + +#. yRPDF +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id571623174784742\n" +"help.text" +msgid "Settings of the Classification dialog are part of the document custom properties." +msgstr "" + +#. iVA7f +#: classificationdialog.xhp +msgctxt "" +"classificationdialog.xhp\n" +"par_id51623177298121\n" +"help.text" +msgid "Wiki page on document classification" +msgstr "" + #. ViF5g #: digitalsignatures.xhp msgctxt "" @@ -48274,13 +48652,13 @@ msgctxt "" msgid "Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. " msgstr "" -#. 4WJbB +#. 69t7D #: profile_safe_mode.xhp msgctxt "" "profile_safe_mode.xhp\n" "par_id281120163153357\n" "help.text" -msgid "Choose Help - Restart in Safe Mode..." +msgid "Choose Help - Restart in Safe Mode." msgstr "" #. GgV84 @@ -49732,13 +50110,13 @@ msgctxt "" msgid "Whole sheet export" msgstr "" -#. 95sab +#. 4PX8H #: ref_pdf_export_general.xhp msgctxt "" "ref_pdf_export_general.xhp\n" "par_id81574108602417\n" "help.text" -msgid "Export one sheet per page." +msgid "Ignores each sheet’s paper size, print ranges and shown/hidden status and puts every sheet (even hidden sheets) on exactly one page, which is exactly as small or large as needed to fit the whole contents of the sheet." msgstr "" #. KCagR @@ -49840,13 +50218,13 @@ msgctxt "" msgid "Select to generate a PDF file that shows only the page contents." msgstr "" -#. JjGcM +#. SCD8i #: ref_pdf_export_initial_view.xhp msgctxt "" "ref_pdf_export_initial_view.xhp\n" "hd_id7464217\n" "help.text" -msgid "Outlines and page" +msgid "Outline and page" msgstr "" #. 8e4Tz diff --git a/source/ka/helpcontent2/source/text/shared/explorer/database.po b/source/ka/helpcontent2/source/text/shared/explorer/database.po index 22cc54c5b5f..d8281c6a621 100644 --- a/source/ka/helpcontent2/source/text/shared/explorer/database.po +++ b/source/ka/helpcontent2/source/text/shared/explorer/database.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: 2021-05-05 17:15+0200\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: 2018-11-12 13:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,555 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542030505.000000\n" -#. SaBHA -#: dabaadvprop.xhp -msgctxt "" -"dabaadvprop.xhp\n" -"tit\n" -"help.text" -msgid "Advanced Properties" -msgstr "" - -#. onnSe -#: dabaadvprop.xhp -msgctxt "" -"dabaadvprop.xhp\n" -"par_idN10550\n" -"help.text" -msgid "Advanced Properties" -msgstr "ცხრილის დიზაინი" - -#. 5dCC5 -#: dabaadvprop.xhp -msgctxt "" -"dabaadvprop.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Specifies advanced properties for the database." -msgstr "" - -#. FGvho -#: dabaadvprop.xhp -msgctxt "" -"dabaadvprop.xhp\n" -"par_id3998840\n" -"help.text" -msgid "In a database window, choose Edit - Database - Properties, click Advanced Properties tab" -msgstr "" - -#. ssTZY -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"tit\n" -"help.text" -msgid "Special Settings" -msgstr "" - -#. E7fXr -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Special Settings" -msgstr "ცხრილის დიზაინი" - -#. nv4Nn -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10566\n" -"help.text" -msgid "Specifies the way you can work with data in a database." -msgstr "" - -#. nVTwF -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id7679372\n" -"help.text" -msgid "In a database window, choose Edit - Database - Advanced Settings" -msgstr "" - -#. mEAfH -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id4572283\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "" - -#. 8pnWD -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Use SQL92 naming constraints" -msgstr "" - -#. CZ3vk -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10594\n" -"help.text" -msgid "Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores." -msgstr "" - -#. wHaBn -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105907\n" -"help.text" -msgid "Use keyword AS before table alias names" -msgstr "" - -#. xEpbm -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105947\n" -"help.text" -msgid "Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias." -msgstr "" - -#. NbAt4 -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"hd_id3534958\n" -"help.text" -msgid "End text lines with CR + LF" -msgstr "" - -#. NKKsC -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id6151921\n" -"help.text" -msgid "Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems)." -msgstr "" - -#. UDWZ7 -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN1059E\n" -"help.text" -msgid "Append the table alias name in SELECT statements" -msgstr "" - -#. v2ZEZ -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105A2\n" -"help.text" -msgid "Appends the alias to the table name in SELECT statements." -msgstr "" - -#. 6kz2C -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105A5\n" -"help.text" -msgid "Use Outer Join syntax '{OJ }'" -msgstr "" - -#. 9PDve -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105A9\n" -"help.text" -msgid "Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}" -msgstr "" - -#. xahKj -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105BE\n" -"help.text" -msgid "Example:" -msgstr "მაგალითად" - -#. 8rHyA -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105C1\n" -"help.text" -msgid "select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}" -msgstr "მაგალითი: მონიშნეთ Article.* {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}-დან" - -#. yARgJ -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105C4\n" -"help.text" -msgid "Ignore the privileges from the database driver" -msgstr "" - -#. GoiGX -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105C8\n" -"help.text" -msgid "Ignores access privileges that are provided by the database driver." -msgstr "" - -#. CcsGn -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105CB\n" -"help.text" -msgid "Replace named parameters with ?" -msgstr "" - -#. finzM -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105CF\n" -"help.text" -msgid "Replaces named parameters in a data source with a question mark (?)." -msgstr "" - -#. LypD3 -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105D2\n" -"help.text" -msgid "Display version columns (when available)" -msgstr "" - -#. gJR4a -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105D6\n" -"help.text" -msgid "Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. Displays the internal version number of the record in the database table." -msgstr "" - -#. HLoGa -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105FA\n" -"help.text" -msgid "Use the catalog name in SELECT statements" -msgstr "" - -#. uqBBN -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver." -msgstr "" - -#. uTnnA -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10613\n" -"help.text" -msgid "Use the schema name in SELECT statements" -msgstr "" - -#. EVDZk -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10617\n" -"help.text" -msgid "Allows you to use the schema name in SELECT statements." -msgstr "" - -#. JgvBE -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN1061A\n" -"help.text" -msgid "Create index with ASC or DESC statement" -msgstr "" - -#. BgkNz -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN1061E\n" -"help.text" -msgid "Creates an index with ASC or DESC statements." -msgstr "" - -#. BzVqp -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10621\n" -"help.text" -msgid "Comparison of Boolean values" -msgstr "" - -#. rgzfK -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_idN10625\n" -"help.text" -msgid "Select the type of Boolean comparison that you want to use." -msgstr "" - -#. X2cuQ -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"hd_id1101718\n" -"help.text" -msgid "Form data input checks for required fields" -msgstr "" - -#. 8FD9D -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id3783989\n" -"help.text" -msgid "When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field." -msgstr "" - -#. LPJKD -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id6684163\n" -"help.text" -msgid "If this control box is not enabled, then the forms in the current database will not be checked for required fields." -msgstr "" - -#. fZAwm -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id3837397\n" -"help.text" -msgid "The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books." -msgstr "" - -#. T9wrt -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"hd_id0909200811170166\n" -"help.text" -msgid "Ignore currency field information" -msgstr "" - -#. MWpZD -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id0909200811170221\n" -"help.text" -msgid "Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded." -msgstr "" - -#. ykjaM -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"hd_id040920092139524\n" -"help.text" -msgid "Use ODBC conformant date/time literals" -msgstr "" - -#. AFvyx -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id040920092139526\n" -"help.text" -msgid "Use date/time literals that conform to ODBC standard." -msgstr "აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად." - -#. 9PTAJ -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"hd_id04092009442139524\n" -"help.text" -msgid "Supports primary keys" -msgstr "პირველადი გასაღების შექმნა" - -#. BVmAU -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id04096620092139526\n" -"help.text" -msgid "Enable to overrule Base's heuristics used to detect whether the database supports primary keys." -msgstr "აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად." - -#. WCkDd -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id66841631\n" -"help.text" -msgid "When connecting to a database using a generic API like ODBC, JDBC, or ADO, Base currently applies heuristics to determine whether this database supports primary keys. None of those APIs has dedicated support to retrieve this information." -msgstr "" - -#. U5ssy -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id66841632\n" -"help.text" -msgid "The heuristics sometimes fails. This tri-state check box by default is set to the undetermined state, which means \"apply the heuristics\". If the check box is enabled, primary key support is assumed. If the check box is disabled, no primary key support is assumed." -msgstr "" - -#. vdH4q -#: dabaadvpropdat.xhp -msgctxt "" -"dabaadvpropdat.xhp\n" -"par_id66841633\n" -"help.text" -msgid "Note that if this option is just for overruling the heuristics. If you enable the check box for a database which actually does not support primary keys, you will see some errors." -msgstr "" - -#. EYaFK -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"tit\n" -"help.text" -msgid "Generated Values" -msgstr "" - -#. PVw9o -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Generated Values" -msgstr "ცხრილის დიზაინი" - -#. x7uc3 -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10563\n" -"help.text" -msgid "Specifies the options for automatically generated values for new data records." -msgstr "" - -#. Dpncz -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_id7684560\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "" - -#. moLhP -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN1058C\n" -"help.text" -msgid "Retrieve generated values" -msgstr "" - -#. KGEf3 -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Enables $[officename] support for auto-incremented data fields in the current ODBC or JDBC data source. Select this option if the auto-increment feature in the SDBCX layer of the database is not supported. In general, the auto-increment is selected for the primary key field." -msgstr "" - -#. x4VQL -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10593\n" -"help.text" -msgid "Auto-increment statement" -msgstr "" - -#. Hskow -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10597\n" -"help.text" -msgid "Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:" -msgstr "" - -#. Vi6CV -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN105A0\n" -"help.text" -msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" -msgstr "" - -#. rDQtm -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10634\n" -"help.text" -msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box." -msgstr "" - -#. GSfGJ -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Query of generated values" -msgstr "" - -#. gCRhF -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN10645\n" -"help.text" -msgid "Enter an SQL statement that returns the last auto-incremented value for the primary key data field. For example:" -msgstr "" - -#. BzyHv -#: dabaadvpropgen.xhp -msgctxt "" -"dabaadvpropgen.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "SELECT LAST_INSERT_D();" -msgstr "" - #. xUFRA #: dabadoc.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/guide.po b/source/ka/helpcontent2/source/text/shared/guide.po index c8db31a898c..dd418ff219b 100644 --- a/source/ka/helpcontent2/source/text/shared/guide.po +++ b/source/ka/helpcontent2/source/text/shared/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: 2021-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-06-11 23:57+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2167,6 +2167,366 @@ msgctxt "" msgid "Format - Object properties" msgstr "" +#. kiUUC +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"tit\n" +"help.text" +msgid "Document Classification" +msgstr "" + +#. 8o3Ef +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"hd_id3156324\n" +"help.text" +msgid "Document Classification" +msgstr "" + +#. eb5Uk +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"bm_id030820161847569710\n" +"help.text" +msgid "classification;BAILS levels classification;BAF category classification;security levels classification;document classification;classification bar document;classification" +msgstr "" + +#. BcaWE +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744119967\n" +"help.text" +msgid "Document classification and security is an important issue for businesses and governments." +msgstr "" + +#. AACM4 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744113553\n" +"help.text" +msgid "Information is exchanged between users and organizations that collaborate to pursue a business goal. Where sensitive information is involved, it is assumed that the parties will have agreed what information is sensitive and how such information will be identified and handled. Any recipient of a resource will rely upon the provider of the information to follow the agreed procedures to identify the sensitivity of the information." +msgstr "" + +#. zceBx +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744118823\n" +"help.text" +msgid "%PRODUCTNAME provides standardized means for such sensitivity information to be expressed and may be used between parties if interoperable systems are to be implemented. It provides a set of standard “fields” that can be used to hold sensitivity information. It does not attempt to define what the contents of these “fields” should be. This approach is an improvement upon the only alternative that exists at the moment, which is for the provider to use an arbitrary means to express sensitivity that may not be useful to a recipient." +msgstr "" + +#. YkACm +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744121143\n" +"help.text" +msgid "While this standard has been developed with the intent that it would be applicable in any domain of activity, %PRODUCTNAME retained the aerospace and defense industry nomenclature and categories, where sensitivity marking results from national security, export control and intellectual property policies." +msgstr "" + +#. 5W3De +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744123676\n" +"help.text" +msgid "%PRODUCTNAME implemented the open standards produced by TSCP (Transglobal Secure Collaboration Participation, Inc.) independent of a specific vendor. Two of them are interesting:" +msgstr "" + +#. ZQs7u +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744122593\n" +"help.text" +msgid "Business Authentication Framework (BAF) specifies how to describe the existing policy (which is probably some legal text) in a machine-readable format." +msgstr "" + +#. mJEQ9 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161744126871\n" +"help.text" +msgid "Business Authorization Identification and Labeling Scheme (BAILS) specifies how to refer to such a BAF policy in a document. The concepts in BAILS are so generic that they can be applied to any format that supports document-level user-defined properties." +msgstr "" + +#. R9Yp9 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"hd_id030820161800093929\n" +"help.text" +msgid "BAF Categories" +msgstr "" + +#. NtntD +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"bm_id030820161856432825\n" +"help.text" +msgid "classification;displayed in user interface classification;headers and footers classification;watermark classification;categories" +msgstr "" + +#. KJALu +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161800092823\n" +"help.text" +msgid "The default BAF categories for %PRODUCTNAME are listed below." +msgstr "" + +#. QrvwJ +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161800098142\n" +"help.text" +msgid "Only the \"Intellectual Properties\" category will modify the layout of the document with a watermark, fields in the header and footer and an information bar on top of the document area. Each item inserted in the document is controlled by the classification configuration file." +msgstr "" + +#. G8zUR +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "Intellectual Property" +msgstr "" + +#. GQYP9 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106C0\n" +"help.text" +msgid "Intellectual property is a generic term for the nature of the contents of the document. Select this category for general purpose document classification." +msgstr "" + +#. Pifje +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106CD\n" +"help.text" +msgid "National Security" +msgstr "" + +#. S3BvF +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106DD\n" +"help.text" +msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface." +msgstr "" + +#. uiSAu +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106EA\n" +"help.text" +msgid "Export Control" +msgstr "" + +#. GJP8B +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_idN106FA\n" +"help.text" +msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface." +msgstr "" + +#. 5xyWx +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161800091021\n" +"help.text" +msgid "Refer to your corporate data security policy and information security officers for support in document classification." +msgstr "" + +#. LC8Eh +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"hd_id030820161747122444\n" +"help.text" +msgid "Default levels of classification" +msgstr "" + +#. EByPW +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"bm_id030820161849574719\n" +"help.text" +msgid "classification levels;Internal use only classification levels;Confidential classification levels;General Business classification levels;Non-Business" +msgstr "" + +#. VWzXD +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747139337\n" +"help.text" +msgid "%PRODUCTNAME provides default levels of document classification (BAILS) shown below, sorted by increasing level of business sensitivity:" +msgstr "" + +#. SK6Dg +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747135421\n" +"help.text" +msgid "Non-Business: Information in document has no impact in business, if made public." +msgstr "" + +#. iHBj5 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747132341\n" +"help.text" +msgid "General Business: Minor impact. Information has impact in business, can generate embarrassments, minor damage in brand image, if made public." +msgstr "" + +#. bzmGY +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747139845\n" +"help.text" +msgid "Confidential: Modest impact. Information disclosed can damage business brand, can generate negative media coverage and loss of revenue." +msgstr "" + +#. fZxAa +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747138519\n" +"help.text" +msgid "Internal use only: Major damage. Negative national media, lawsuits, fines, long term brand damages." +msgstr "" + +#. RESkc +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"hd_id030820161747134459\n" +"help.text" +msgid "Customizing classification levels." +msgstr "" + +#. DCBYu +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"bm_id030820161851045883\n" +"help.text" +msgid "custom;classification levels classification levels;customizing" +msgstr "" + +#. 3wmPg +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747133280\n" +"help.text" +msgid "%PRODUCTNAME allows customization of the levels of classification for your business. To customize the number and the name of the levels, copy the file example.xml located in %PRODUCTNAME - PreferencesTools - Options - LibreOffice - Paths - Classification into a local folder and edit the contents." +msgstr "" + +#. Tcss6 +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id03082016174713477\n" +"help.text" +msgid "Use the file with your %PRODUCTNAME locale in the name as example." +msgstr "" + +#. YhBEK +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747137522\n" +"help.text" +msgid "Save the file and make the adequate changes to the classification path above to access the file." +msgstr "" + +#. kzkkC +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747135133\n" +"help.text" +msgid "Your system administrator can place the file in a network folder and make all users access the classification settings file." +msgstr "" + +#. AnzFS +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"hd_id03082016174713354\n" +"help.text" +msgid "Pasting contents in documents with different levels of classification." +msgstr "" + +#. z5iqF +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"bm_id030820161851512902\n" +"help.text" +msgid "document classification;pasting contents" +msgstr "" + +#. KSkfc +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161747134188\n" +"help.text" +msgid "To prevent a breach in the security policy, contents with high classification level pasted to documents with lower classification level are not allowed. %PRODUCTNAME will display a warning message wherever it detects that the contents of the clipboard have higher security classification than the target document." +msgstr "" + +#. GCqDL +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161818081317\n" +"help.text" +msgid "TSCP (Transglobal Secure Collaboration Participation, Inc.) website." +msgstr "" + +#. gpp8Q +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161818082152\n" +"help.text" +msgid "Business Authentication Framework (BAF) document (PDF)" +msgstr "" + +#. svkxK +#: classification.xhp +msgctxt "" +"classification.xhp\n" +"par_id030820161818085901\n" +"help.text" +msgid "Business Authorization Identification and Labeling Scheme (BAILS) document (PDF)" +msgstr "" + #. TT796 #: cmis-remote-files-setup.xhp msgctxt "" @@ -3446,2010 +3806,1452 @@ msgid "To change these, choose Tools - Customize" -msgstr "" - -#. MG4Uc -#: contextmenu.xhp -msgctxt "" -"contextmenu.xhp\n" -"tit\n" -"help.text" -msgid "Using Context Menus" -msgstr "" - -#. mEFKz -#: contextmenu.xhp -msgctxt "" -"contextmenu.xhp\n" -"bm_id3153394\n" -"help.text" -msgid "context menusmenus;activating context menusopening; context menusactivating;context menus" -msgstr "" - -#. uBUCG -#: contextmenu.xhp -msgctxt "" -"contextmenu.xhp\n" -"hd_id3153394\n" -"help.text" -msgid "Using Context Menus" -msgstr "" - -#. xKErR -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"tit\n" -"help.text" -msgid "File Conversion Filters Tables" -msgstr "" - -#. Gnh4p -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"bm_id541554406270299\n" -"help.text" -msgid "filters;document conversiondocument conversion;filtersconvert-to;filterscommand line document conversion;filtersmodule file filters" -msgstr "" - -#. SXahX -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"hd_id771554399002497\n" -"help.text" -msgid "File Conversion Filter Names" -msgstr "" - -#. CqBDJ -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_id581554399002498\n" -"help.text" -msgid "Tables with filter names for command line document conversion." -msgstr "" - -#. b2QPi -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_id00tablehead\n" -"help.text" -msgid "Filter nameMedia typeFile name extensions" -msgstr "" - -#. TDrTw -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"bm_000writer\n" -"help.text" -msgid "command line document conversion; filters for WRITER" -msgstr "" - -#. CCb3G -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"hd_000writer\n" -"help.text" -msgid "Filters for WRITER" -msgstr "" - -#. XPtUL -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer0\n" -"help.text" -msgid "AbiWord Document" -msgstr "" - -#. m5C85 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer3\n" -"help.text" -msgid "Apple Pages" -msgstr "" - -#. ATvUz -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer6\n" -"help.text" -msgid "BroadBand eBook" -msgstr "" - -#. NDUKF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer9\n" -"help.text" -msgid "ClarisWorks/AppleWorks Document" -msgstr "" - -#. uhAJf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer12\n" -"help.text" -msgid "EPUB Document" -msgstr "" - -#. EhxSS -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer15\n" -"help.text" -msgid "FictionBook 2.0" -msgstr "" - -#. eJaKc -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer21\n" -"help.text" -msgid "HTML Document" -msgstr "" - -#. fQxLD -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer24\n" -"help.text" -msgid "Hangul WP 97" -msgstr "" - -#. ihqrs -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer27\n" -"help.text" -msgid "Help content" -msgstr "" - -#. 7UPxm -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer28\n" -"help.text" -msgid "None" -msgstr "" - -#. GhADm -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer30\n" -"help.text" -msgid "Legacy Mac Text Document" -msgstr "" - -#. VqS7i -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer31\n" -"help.text" -msgid "None" -msgstr "" - -#. aBqVE -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer33\n" -"help.text" -msgid "Legacy StarOffice Text Document" -msgstr "" - -#. e3nVt -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer34\n" -"help.text" -msgid "None" -msgstr "" - -#. odcve -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer36\n" -"help.text" -msgid "LotusWordPro Document" -msgstr "" - -#. csLtF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer39\n" -"help.text" -msgid "MS Word 95 Template" -msgstr "" - -#. aC82A -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer42\n" -"help.text" -msgid "MacWrite Document" -msgstr "" - -#. mnmDo -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer45\n" -"help.text" -msgid "Mariner Write Mac Classic v1.6 - v3.5" -msgstr "" - -#. 67upD -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer48\n" -"help.text" -msgid "Microsoft Excel 4.0" -msgstr "" - -#. X92F5 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer51\n" -"help.text" -msgid "Microsoft Excel 5.0" -msgstr "" - -#. qpyRf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer54\n" -"help.text" -msgid "Microsoft Excel 95" -msgstr "" - -#. VxERM -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer57\n" -"help.text" -msgid "Microsoft WinWord 1/2/5" -msgstr "" - -#. cZfDS -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer60\n" -"help.text" -msgid "Microsoft Word 6.0" -msgstr "" - -#. ymJSS -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer63\n" -"help.text" -msgid "Microsoft Word 95" -msgstr "" - -#. WBiba -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer66\n" -"help.text" -msgid "Microsoft Word for DOS" -msgstr "" - -#. fvuB6 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer67\n" -"help.text" -msgid "None" -msgstr "" - -#. FmQsq -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer69\n" -"help.text" -msgid "Microsoft Word for Mac (v1 - v5)" -msgstr "" - -#. 95ySF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer72\n" -"help.text" -msgid "Microsoft Works Document" -msgstr "" - -#. zrWyf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer75\n" -"help.text" -msgid "Microsoft Works for Mac Document (v1 - v4)" -msgstr "" - -#. vgSQC -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer78\n" -"help.text" -msgid "Microsoft Write" -msgstr "" - -#. btFmf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer81\n" -"help.text" -msgid "Office Open XML Text Document" -msgstr "" - -#. CtYDn -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer84\n" -"help.text" -msgid "Office Open XML Text Template" -msgstr "" - -#. bfbiE -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer87\n" -"help.text" -msgid "OpenDocument Text (Flat XML)" -msgstr "" - -#. AFtGG -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer96\n" -"help.text" -msgid "OpenOffice.org 1.0 Text Document" -msgstr "" - -#. DnGzw -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer105\n" -"help.text" -msgid "PDF - Portable Document Format" -msgstr "" - -#. ExgBJ -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer108\n" -"help.text" -msgid "Palm Text Document" -msgstr "" - -#. w7J7A -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer111\n" -"help.text" -msgid "PalmDoc eBook" -msgstr "" - -#. bGx8D -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer114\n" -"help.text" -msgid "Plucker eBook" -msgstr "" - -#. kEEB4 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer117\n" -"help.text" -msgid "Rich Text Format" -msgstr "" - -#. AwEEW -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer120\n" -"help.text" -msgid "T602 Document" -msgstr "" - -#. iEVLD -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer129\n" -"help.text" -msgid "Text" -msgstr "" - -#. we8Kv -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer132\n" -"help.text" -msgid "Word 2007–365" -msgstr "" - -#. c3THm -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer135\n" -"help.text" -msgid "Word 2007–365 Template" -msgstr "" - -#. SvsgT -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer138\n" -"help.text" -msgid "Word 2007–365 VBA" -msgstr "" - -#. M2GE9 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer141\n" -"help.text" -msgid "Word 97–2000 Template" -msgstr "" - -#. vvH28 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer144\n" -"help.text" -msgid "Word 97–2003" -msgstr "" - -#. NHEFf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer147\n" -"help.text" -msgid "WordPerfect Document" -msgstr "" - -#. eDBdp -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer150\n" -"help.text" -msgid "WriteNow Document" -msgstr "" - -#. 9P9Gf -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer153\n" -"help.text" -msgid "Writer 6.0 Master Document" -msgstr "" - -#. mNHsM -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer156\n" -"help.text" -msgid "Writer 6.0 Template" -msgstr "" - -#. AJork -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer159\n" -"help.text" -msgid "Writer 8" -msgstr "" - -#. AGZge -#: convertfilters.xhp +#: configure_overview.xhp msgctxt "" -"convertfilters.xhp\n" -"par_writer162\n" +"configure_overview.xhp\n" +"par_id3155388\n" "help.text" -msgid "Writer 8 Master Document" +msgid "Tools - Customize" msgstr "" -#. jNZFG -#: convertfilters.xhp +#. MG4Uc +#: contextmenu.xhp msgctxt "" -"convertfilters.xhp\n" -"par_writer165\n" +"contextmenu.xhp\n" +"tit\n" "help.text" -msgid "Writer 8 Master Document Template" +msgid "Using Context Menus" msgstr "" -#. XEx9f -#: convertfilters.xhp +#. mEFKz +#: contextmenu.xhp msgctxt "" -"convertfilters.xhp\n" -"par_writer168\n" +"contextmenu.xhp\n" +"bm_id3153394\n" "help.text" -msgid "Writer 8 Template" +msgid "context menusmenus;activating context menusopening; context menusactivating;context menus" msgstr "" -#. qyd8U -#: convertfilters.xhp +#. uBUCG +#: contextmenu.xhp msgctxt "" -"convertfilters.xhp\n" -"par_writer171\n" +"contextmenu.xhp\n" +"hd_id3153394\n" "help.text" -msgid "Writer Layout Dump" +msgid "Using Context Menus" msgstr "" -#. 28vVe +#. xKErR #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_writer172\n" +"tit\n" "help.text" -msgid "None" +msgid "File Conversion Filters Tables" msgstr "" -#. VoBbt +#. zKiAm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_writer174\n" +"bm_id541554406270299\n" "help.text" -msgid "Writer/Web 6.0 Template" +msgid "filters;document conversion document conversion;filters convert-to;filters command line document conversion;filters module file filters" msgstr "" -#. qPsdB +#. SXahX #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_writer177\n" +"hd_id771554399002497\n" "help.text" -msgid "Writer/Web 8 Template" +msgid "File Conversion Filter Names" msgstr "" -#. Lapv3 +#. G5KB2 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000calc\n" +"par_id581554399002498\n" "help.text" -msgid "command line document conversion; filters for CALC" +msgid " Tables with filter names for command line document conversion. " msgstr "" -#. FqFGm +#. QAzjK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000calc\n" +"par_id00tablehead\n" "help.text" -msgid "Filters for CALC" +msgid " Filter Name API Name Media Type (Extension) " msgstr "" -#. EDgNB +#. TDrTw #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc0\n" +"bm_000writer\n" "help.text" -msgid "Apple Numbers" +msgid "command line document conversion; filters for WRITER" msgstr "" -#. T3AUX +#. CCb3G #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc3\n" +"hd_000writer\n" "help.text" -msgid "Calc 6.0" +msgid "Filters for WRITER" msgstr "" -#. bJ3rF +#. cqFhB #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc6\n" +"FilterName_HTML__StarWriter_\n" "help.text" -msgid "Calc 6.0 Template" +msgid "HTML Document (Writer)" msgstr "" -#. kkDL9 +#. n9LGr #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc9\n" +"FilterName_MS_WinWord_5\n" "help.text" -msgid "Calc 8" +msgid "Microsoft WinWord 1/2/5" msgstr "" -#. eydRf +#. xD2w9 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc12\n" +"FilterName_MS_WinWord_6.0\n" "help.text" -msgid "Calc 8 Template" +msgid "Microsoft Word 6.0" msgstr "" -#. JgEvb +#. SJ7vD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc15\n" +"FilterName_MS_Word_95\n" "help.text" -msgid "ClarisResolve Document" +msgid "Microsoft Word 95" msgstr "" -#. 2svnP +#. ZAyCh #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc18\n" +"FilterName_MS_Word_95_Vorlage\n" "help.text" -msgid "ClarisWorks/AppleWorks Document" +msgid "Microsoft Word 95 Template" msgstr "" -#. r3SwE +#. CDvco #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc21\n" +"FilterName_MS_Word_97\n" "help.text" -msgid "Data Interchange Format" +msgid "Word 97–2003" msgstr "" -#. ME2oN +#. uudBm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc22\n" +"FilterName_MS_Word_97_Vorlage\n" "help.text" -msgid "None" +msgid "Word 97–2003 Template" msgstr "" -#. 3nYvG +#. ZCDT8 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc24\n" +"FilterName_OpenDocument_Text_Flat_XML\n" "help.text" -msgid "Excel 2007–365" +msgid "Flat XML ODF Text Document" msgstr "" -#. bhLnK +#. eSFGw #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc27\n" +"FilterName_Rich_Text_Format\n" "help.text" -msgid "Excel 2007–365 Template" +msgid "Rich Text" msgstr "" -#. bfGWF +#. pDv4t #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc30\n" +"FilterName_StarOffice_XML__Writer_\n" "help.text" -msgid "Excel 97–2000 Template" +msgid "OpenOffice.org 1.0 Text Document" msgstr "" -#. V2EVS +#. PmERP #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc33\n" +"FilterName_WordPerfect\n" "help.text" -msgid "Excel 97–2003" +msgid "WordPerfect Document" msgstr "" -#. CG2DE +#. yrGa7 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc36\n" +"FilterName_MS_Works\n" "help.text" -msgid "Gnumeric Spreadsheet" +msgid "Microsoft Works Document" msgstr "" -#. S5gzU +#. yeAAo #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc39\n" +"FilterName_MS_Write\n" "help.text" -msgid "HTML Document" +msgid "Microsoft Write" msgstr "" -#. ACkZs +#. 8tUJt #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc40\n" +"FilterName_DosWord\n" "help.text" -msgid "text/html" +msgid "Microsoft Word for DOS" msgstr "" -#. WkPdq +#. RRhzm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc42\n" +"FilterName_ClarisWorks\n" "help.text" -msgid "HTML Table" +msgid "ClarisWorks/AppleWorks Text Document" msgstr "" -#. kvzRX +#. KRYRG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc43\n" +"FilterName_Mac_Word\n" "help.text" -msgid "text/html" +msgid "Microsoft Word for Mac (v1 - v5)" msgstr "" -#. RAPkB +#. G7SHX #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc45\n" +"FilterName_Mac_Works\n" "help.text" -msgid "Legacy Mac Database" +msgid "Microsoft Works for Mac Text Document (v1 - v4)" msgstr "" -#. ABVbe +#. sdUTZ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc46\n" +"FilterName_MacWrite\n" "help.text" -msgid "None" +msgid "MacWrite Document" msgstr "" -#. 3uGWh +#. kNAGd #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc48\n" +"FilterName_Mariner_Write\n" "help.text" -msgid "Legacy Mac Spreadsheet" +msgid "Mariner Write Mac Classic v1.6 - v3.5" msgstr "" -#. TFR8D +#. hauDe #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc49\n" +"FilterName_WriteNow\n" "help.text" -msgid "None" +msgid "WriteNow Document" msgstr "" -#. GtKGF +#. XB2mE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc51\n" +"FilterName_AbiWord\n" "help.text" -msgid "Legacy StarOffice Spreadsheet" +msgid "AbiWord Document" msgstr "" -#. 3szUx +#. AkpXt #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc52\n" +"FilterName_T602Document\n" "help.text" -msgid "None" +msgid "T602 Document" msgstr "" -#. BRr2K +#. BtFCB #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc54\n" +"FilterName_LotusWordPro\n" "help.text" -msgid "Lotus" +msgid "Lotus WordPro Document" msgstr "" -#. u8fFa +#. iGofq #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc57\n" +"FilterName_Text\n" "help.text" -msgid "Lotus Wk1-Wk3" +msgid "Text" msgstr "" -#. vDabC +#. mCyqh #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc58\n" +"FilterName_Text__encoded_\n" "help.text" -msgid "None" +msgid "Text - Choose Encoding" msgstr "" -#. HF7WB +#. fviHV #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc60\n" +"FilterName_writer_MIZI_Hwp_97\n" "help.text" -msgid "MS Excel 4.0 Template" +msgid "Hangul WP 97" msgstr "" -#. S9erV +#. zZWv7 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc63\n" +"FilterName_writer_StarOffice_XML_Writer_Template\n" "help.text" -msgid "MS Excel 5.0 Template" +msgid "OpenOffice.org 1.0 Text Document Template" msgstr "" -#. HwTr9 +#. 8CLpE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc66\n" +"FilterName_writer_pdf_Export\n" "help.text" -msgid "MS Excel 95 Template" +msgid "PDF - Portable Document Format" msgstr "" -#. yGNRv +#. WFAmn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc69\n" +"FilterName_writer8\n" "help.text" -msgid "Microsoft Excel 2007 Binary" +msgid "ODF Text Document" msgstr "" -#. KMRUE +#. EPBGH #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc70\n" +"FilterName_writer8_template\n" "help.text" -msgid "None" +msgid "ODF Text Document Template" msgstr "" -#. 3DVrP +#. yXkkF #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc72\n" +"FilterName_MS_Word_2007_XML\n" "help.text" -msgid "Microsoft Excel 2007-2016 VBA XML" +msgid "Word 2007–365" msgstr "" -#. izPTj +#. LZDsv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc75\n" +"FilterName_MS_Word_2007_XML_Template\n" "help.text" -msgid "Microsoft Excel 4.0" +msgid "Word 2007–365 Template" msgstr "" -#. THHtc +#. YeRCc #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc78\n" +"FilterName_MS_Word_2007_XML_VBA\n" "help.text" -msgid "Microsoft Excel 5.0" +msgid "Word 2007–365 VBA" msgstr "" -#. NP4sG +#. usXDW #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc81\n" +"FilterName_Office_Open_XML_Text\n" "help.text" -msgid "Microsoft Excel 95" +msgid "Office Open XML Text (Transitional)" msgstr "" -#. oDTXG +#. 4Se77 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc84\n" +"FilterName_Office_Open_XML_Text_Template\n" "help.text" -msgid "Microsoft Multiplan" +msgid "Office Open XML Text Template (Transitional)" msgstr "" -#. MzQ6G +#. 7qLEf #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc85\n" +"FilterName_writer_layout_dump\n" "help.text" -msgid "None" +msgid "Writer Layout XML" msgstr "" -#. vVXNm +#. Va5zD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc87\n" +"FilterName_BroadBand_eBook\n" "help.text" -msgid "Microsoft Works Document" +msgid "BroadBand eBook" msgstr "" -#. ewzpQ +#. xv2HX #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc88\n" +"FilterName_FictionBook_2\n" "help.text" -msgid "None" +msgid "FictionBook 2.0" msgstr "" -#. fCcoD +#. eGEV2 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc90\n" +"FilterName_PalmDoc\n" "help.text" -msgid "Microsoft Works for Mac Document (v1 - v4)" +msgid "PalmDoc eBook" msgstr "" -#. tmKZB +#. s5QPG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc93\n" +"FilterName_Plucker_eBook\n" "help.text" -msgid "Office Open XML Spreadsheet" +msgid "Plucker eBook" msgstr "" -#. wS2ck +#. axzuL #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc96\n" +"FilterName_Apple_Pages\n" "help.text" -msgid "Office Open XML Spreadsheet Template" +msgid "Apple Pages" msgstr "" -#. k4o4F +#. 3jzkE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc99\n" +"FilterName_MWAW_Text_Document\n" "help.text" -msgid "OpenDocument Spreadsheet (Flat XML)" +msgid "Legacy Mac Text Document" msgstr "" -#. SF42H +#. KC9Cu #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc102\n" +"FilterName_Palm_Text_Document\n" "help.text" -msgid "PDF - Portable Document Format" +msgid "Palm Text Document" msgstr "" -#. G9xFg +#. Fy4FN #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc105\n" +"FilterName_StarOffice_Writer\n" "help.text" -msgid "Quattro Pro 6.0" +msgid "Legacy StarOffice Text Document" msgstr "" -#. AgGJB +#. Qsixv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc106\n" +"FilterName_EPUB\n" "help.text" -msgid "None" +msgid "EPUB Document" msgstr "" -#. DuFX9 +#. eaj67 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc108\n" +"FilterName_PocketWord_File\n" "help.text" -msgid "QuattroPro Document" +msgid "Pocket Word" msgstr "" -#. rjmpg +#. Lapv3 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc109\n" +"bm_000calc\n" "help.text" -msgid "None" +msgid "command line document conversion; filters for CALC" msgstr "" -#. yij38 +#. FqFGm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc111\n" +"hd_000calc\n" "help.text" -msgid "Rich Text Format" +msgid "Filters for CALC" msgstr "" -#. QpxAA +#. EuWnD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc114\n" +"FilterName_DIF\n" "help.text" -msgid "SYLK" +msgid "Data Interchange Format" msgstr "" -#. NGUiE +#. 7q9Nb #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc117\n" +"FilterName_HTML__StarCalc_\n" "help.text" -msgid "Text" +msgid "HTML Document (Calc)" msgstr "" -#. ovpqS +#. yPYR6 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc120\n" +"FilterName_OpenDocument_Spreadsheet_Flat_XML\n" "help.text" -msgid "dBASE" +msgid "Flat XML ODF Spreadsheet" msgstr "" -#. Ps5wj +#. rNgHW #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_calc121\n" +"FilterName_Lotus\n" "help.text" -msgid "None" +msgid "Lotus 1-2-3" msgstr "" -#. EGUxE +#. AEi8i #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000impress\n" +"FilterName_Quattro_Pro_6.0\n" "help.text" -msgid "command line document conversion; filters for IMPRESS" +msgid "Quattro Pro 6.0" msgstr "" -#. HDxSJ +#. mDJp3 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000impress\n" +"FilterName_MS_Excel_4.0\n" "help.text" -msgid "Filters for IMPRESS" +msgid "Microsoft Excel 4.0" msgstr "" -#. TA6UD +#. hgBXj #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress0\n" +"FilterName_MS_Excel_4.0_Vorlage_Template\n" "help.text" -msgid "Apple Keynote" +msgid "Microsoft Excel 4.0 Template" msgstr "" -#. HbEDM +#. 3oEkA #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress3\n" +"FilterName_MS_Excel_5.0_95\n" "help.text" -msgid "ClarisWorks/AppleWorks Presentation" +msgid "Microsoft Excel 5.0" msgstr "" -#. Czckt +#. Uy7kn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress6\n" +"FilterName_MS_Excel_5.0_95_Vorlage_Template\n" "help.text" -msgid "Draw 8" +msgid "Microsoft Excel 5.0 Template" msgstr "" -#. u7rfv +#. 4CJZN #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress9\n" +"FilterName_MS_Excel_95\n" "help.text" -msgid "Impress 6.0 Template" +msgid "Microsoft Excel 95" msgstr "" -#. osCXA +#. XGsPE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress12\n" +"FilterName_MS_Excel_95_Vorlage_Template\n" "help.text" -msgid "Impress 8" +msgid "Microsoft Excel 95 Template" msgstr "" -#. QGZqj +#. wVQpy #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress15\n" +"FilterName_MS_Excel_97\n" "help.text" -msgid "Impress 8 Template" +msgid "Excel 97–2003" msgstr "" -#. xAwnF +#. gXYBx #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress18\n" +"FilterName_MS_Excel_97_Vorlage_Template\n" "help.text" -msgid "Legacy Mac Presentation" +msgid "Excel 97–2003 Template" msgstr "" -#. 4VmC3 +#. ZHc63 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress19\n" +"FilterName_Rich_Text_Format__StarCalc_\n" "help.text" -msgid "None" +msgid "Rich Text Format (Calc)" msgstr "" -#. yXRcc +#. 3aMAe #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress21\n" +"FilterName_SYLK\n" "help.text" -msgid "Legacy StarOffice Presentation" +msgid "SYLK" msgstr "" -#. wEBmd +#. 7n2Wc #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress22\n" +"FilterName_StarOffice_XML__Calc_\n" "help.text" -msgid "None" +msgid "OpenOffice.org 1.0 Spreadsheet" msgstr "" -#. JFRt9 +#. dJAD5 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress24\n" +"FilterName_Text_-_txt_-_csv__StarCalc_\n" "help.text" -msgid "Microsoft PowerPoint 1-4" +msgid "Text CSV" msgstr "" -#. n4ZCG +#. YWBDx #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress25\n" +"FilterName_calc_HTML_WebQuery\n" "help.text" -msgid "None" +msgid "Web Page Query (Calc)" msgstr "" -#. HSMiP +#. V3SKY #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress27\n" +"FilterName_calc_StarOffice_XML_Calc_Template\n" "help.text" -msgid "Office Open XML Presentation" +msgid "OpenOffice.org 1.0 Spreadsheet Template" msgstr "" -#. 3cbCj +#. LGWY8 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress30\n" +"FilterName_calc_pdf_Export\n" "help.text" -msgid "Office Open XML Presentation AutoPlay" +msgid "PDF - Portable Document Format" msgstr "" -#. TP9Vf +#. oiELg #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress33\n" +"FilterName_dBase\n" "help.text" -msgid "Office Open XML Presentation Template" +msgid "dBASE" msgstr "" -#. BwAAC +#. beZKn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress36\n" +"FilterName_calc8\n" "help.text" -msgid "OpenDocument Presentation (Flat XML)" +msgid "ODF Spreadsheet" msgstr "" -#. DTp9Y +#. aDeFx #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress39\n" +"FilterName_calc8_template\n" "help.text" -msgid "OpenOffice.org 1.0 Drawing" +msgid "ODF Spreadsheet Template" msgstr "" -#. qh5LE +#. FcaWF #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress42\n" +"FilterName_Gnumeric_Spreadsheet\n" "help.text" -msgid "OpenOffice.org 1.0 Presentation" +msgid "Gnumeric Spreadsheet" msgstr "" -#. F7pAp +#. jGBT4 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress45\n" +"FilterName_Calc_MS_Excel_2007_XML\n" "help.text" -msgid "PDF - Portable Document Format" +msgid "Excel 2007–365" msgstr "" -#. FqboC +#. vJc6C #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress48\n" +"FilterName_Calc_MS_Excel_2007_VBA_XML\n" "help.text" -msgid "PowerPoint 2007–365" +msgid "Excel 2007–365 (macro-enabled)" msgstr "" -#. ypSMq +#. cEpWn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress51\n" +"FilterName_Calc_MS_Excel_2007_XML_Template\n" "help.text" -msgid "PowerPoint 2007–365" +msgid "Excel 2007–365 Template" msgstr "" -#. hvWY9 +#. bkaz3 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress54\n" +"FilterName_Calc_MS_Excel_2007_Binary\n" "help.text" -msgid "PowerPoint 2007–365 Template" +msgid "Microsoft Excel 2007 Binary" msgstr "" -#. KqQcD +#. HSHMA #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress57\n" +"FilterName_Calc_Office_Open_XML\n" "help.text" -msgid "PowerPoint 2007–365 VBA" +msgid "Office Open XML Spreadsheet" msgstr "" -#. DBWC6 +#. hsUaF #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress60\n" +"FilterName_Calc_Office_Open_XML_Template\n" "help.text" -msgid "PowerPoint 97–2000 Template" +msgid "Office Open XML Spreadsheet Template" msgstr "" -#. AQBrC +#. eAk3m #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress63\n" +"FilterName_MS_Works_Calc\n" "help.text" -msgid "PowerPoint 97–2003" +msgid "Microsoft Works Document" msgstr "" -#. Novoe +#. EnMAK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_impress66\n" +"FilterName_WPS_Lotus_Calc\n" "help.text" -msgid "PowerPoint 97–2003" +msgid "Lotus Document" msgstr "" -#. 9djZG +#. kUjES #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000draw\n" +"FilterName_WPS_QPro_Calc\n" "help.text" -msgid "command line document conversion; filters for DRAW" +msgid "QuattroPro Document" msgstr "" -#. RqCik +#. eYL6j #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000draw\n" +"FilterName_ClarisWorks_Calc\n" "help.text" -msgid "Filters for DRAW" +msgid "ClarisWorks/AppleWorks Spreadsheet" msgstr "" -#. jgscE +#. uqB3o #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw0\n" +"FilterName_Claris_Resolve_Calc\n" "help.text" -msgid "Adobe PageMaker" +msgid "ClarisResolve Document" msgstr "" -#. nsWLD +#. sGZzg #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw3\n" +"FilterName_Mac_Works_Calc\n" "help.text" -msgid "Adobe/Macromedia Freehand" +msgid "Microsoft Works for Mac Spreadsheet (v1 - v4)" msgstr "" -#. hwwgx +#. nUBGp #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw6\n" +"FilterName_Apple_Numbers\n" "help.text" -msgid "ClarisWorks/AppleWorks Document" +msgid "Apple Numbers" msgstr "" -#. ZiqHV +#. jXtFf #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw9\n" +"FilterName_MWAW_Database\n" "help.text" -msgid "CorelDRAW" +msgid "Legacy Mac Database" msgstr "" -#. rTQKQ +#. DB3FC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw12\n" +"FilterName_MWAW_Spreadsheet\n" "help.text" -msgid "Corel Presentation Exchange" +msgid "Legacy Mac Spreadsheet" msgstr "" -#. W3nCE +#. Gt7e4 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw15\n" +"FilterName_StarOffice_Spreadsheet\n" "help.text" -msgid "Draw 6.0 Template" +msgid "Legacy StarOffice Spreadsheet" msgstr "" -#. Sfwr6 +#. HiGDu #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw18\n" +"FilterName_Microsoft_Multiplan\n" "help.text" -msgid "Draw 8" +msgid "Microsoft Multiplan" msgstr "" -#. 9D3mH +#. EGUxE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw21\n" +"bm_000impress\n" "help.text" -msgid "Draw 8 Template" +msgid "command line document conversion; filters for IMPRESS" msgstr "" -#. CuTED +#. HDxSJ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw24\n" +"hd_000impress\n" "help.text" -msgid "Legacy Mac Bitmap" +msgid "Filters for IMPRESS" msgstr "" -#. 2ttfE +#. uKDSG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw25\n" +"FilterName_Apple_Keynote\n" "help.text" -msgid "None" +msgid "Apple Keynote" msgstr "" -#. Kuytc +#. u7FSb #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw27\n" +"FilterName_MS_PowerPoint_97\n" "help.text" -msgid "Legacy Mac Drawing" +msgid "PowerPoint 97–2003" msgstr "" -#. p8WQ6 +#. BsBhF #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw28\n" +"FilterName_MS_PowerPoint_97_AutoPlay\n" "help.text" -msgid "None" +msgid "PowerPoint 97–2003 AutoPlay" msgstr "" -#. cm556 +#. zQWHG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw30\n" +"FilterName_MS_PowerPoint_97_Vorlage\n" "help.text" -msgid "Legacy StarOffice Drawing" +msgid "PowerPoint 97–2003 Template" msgstr "" -#. DCKY7 +#. WNSGm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw31\n" +"FilterName_impress_StarOffice_XML_Draw\n" "help.text" -msgid "None" +msgid "OpenOffice.org 1.0 Drawing (Impress)" msgstr "" -#. E8j52 +#. QiEkA #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw33\n" +"FilterName_OpenDocument_Presentation_Flat_XML\n" "help.text" -msgid "Microsoft Publisher 2003" +msgid "Flat XML ODF Presentation" msgstr "" -#. tfAFz +#. Qriqe #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw36\n" +"FilterName_StarOffice_XML__Impress_\n" "help.text" -msgid "Microsoft Visio" +msgid "OpenOffice.org 1.0 Presentation" msgstr "" -#. 9wFgr +#. BFxUC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw39\n" +"FilterName_impress_StarOffice_XML_Impress_Template\n" "help.text" -msgid "OpenDocument Drawing (Flat XML)" +msgid "OpenOffice.org 1.0 Presentation Template" msgstr "" -#. A9kyo +#. F9DmM #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw42\n" +"FilterName_impress_pdf_Export\n" "help.text" -msgid "OpenOffice.org 1.0 Drawing" +msgid "PDF - Portable Document Format" msgstr "" -#. A6oXp +#. 4EboJ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw45\n" +"FilterName_impress8\n" "help.text" -msgid "PDF - Portable Document Format" +msgid "ODF Presentation" msgstr "" -#. oAVcD +#. ELC6F #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw48\n" +"FilterName_impress8_template\n" "help.text" -msgid "QuarkXPress" +msgid "ODF Presentation Template" msgstr "" -#. kqCZy +#. BEBAL #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw49\n" +"FilterName_impress8_draw\n" "help.text" -msgid "None" +msgid "ODF Drawing (Impress)" msgstr "" -#. 9cecY +#. n3Ewv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw51\n" +"FilterName_Impress_MS_PowerPoint_2007_XML\n" "help.text" -msgid "WordPerfect Graphics" +msgid "PowerPoint 2007–365" msgstr "" -#. iCEEe +#. CQqPC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw54\n" +"FilterName_Impress_MS_PowerPoint_2007_XML_AutoPlay\n" "help.text" -msgid "Zoner Callisto/Draw" +msgid "PowerPoint 2007–365 AutoPlay" msgstr "" -#. JHutp +#. L6Xjf #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_draw55\n" +"FilterName_Impress_MS_PowerPoint_2007_XML_Template\n" "help.text" -msgid "None" +msgid "PowerPoint 2007–365 Template" msgstr "" -#. 7s4EZ +#. gGyD7 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000math\n" +"FilterName_Impress_MS_PowerPoint_2007_XML_VBA\n" "help.text" -msgid "command line document conversion; filters for MATH" +msgid "PowerPoint 2007–365 VBA" msgstr "" -#. paXbB +#. pctrF #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000math\n" +"FilterName_Impress_Office_Open_XML\n" "help.text" -msgid "Filters for MATH" +msgid "Office Open XML Presentation" msgstr "" -#. L9eeU +#. EWB4w #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math0\n" +"FilterName_Impress_Office_Open_XML_Template\n" "help.text" -msgid "Math 8" +msgid "Office Open XML Presentation Template" msgstr "" -#. yy74o +#. EkxGy #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math3\n" +"FilterName_Impress_Office_Open_XML_AutoPlay\n" "help.text" -msgid "MathML 2.0" +msgid "Office Open XML Presentation AutoPlay" msgstr "" -#. 9Nn5Q +#. eEvn7 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math6\n" +"FilterName_ClarisWorks_Impress\n" "help.text" -msgid "MathType3.x" +msgid "ClarisWorks/AppleWorks Presentation" msgstr "" -#. UGGRZ +#. NHgBx #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math7\n" +"FilterName_StarOffice_Presentation\n" "help.text" -msgid "None" +msgid "Legacy StarOffice Presentation" msgstr "" -#. cNKRe +#. jhGVJ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math9\n" +"FilterName_MWAW_Presentation\n" "help.text" -msgid "OpenOffice.org 1.0 Formula" +msgid "Legacy Mac Presentation" msgstr "" -#. 5f8BW +#. skCqq #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_math12\n" +"FilterName_PowerPoint_3\n" "help.text" -msgid "PDF - Portable Document Format" +msgid "Microsoft PowerPoint 1-4 and 95's" msgstr "" -#. pkJ3f +#. 9djZG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000base\n" +"bm_000draw\n" "help.text" -msgid "command line document conversion; filters for BASE" +msgid "command line document conversion; filters for DRAW" msgstr "" -#. Sh2BE +#. RqCik #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000base\n" +"hd_000draw\n" "help.text" -msgid "Filters for BASE" +msgid "Filters for DRAW" msgstr "" -#. sVsHB +#. YjDYB #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_base0\n" +"FilterName_OpenDocument_Drawing_Flat_XML\n" "help.text" -msgid "OpenDocument Database" +msgid "Flat XML ODF Drawing" msgstr "" -#. nEtCn +#. HhPJQ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"bm_000graphicfilter\n" +"FilterName_StarOffice_XML__Draw_\n" "help.text" -msgid "command line document conversion; filters for GRAPHICFILTER" +msgid "OpenOffice.org 1.0 Drawing" msgstr "" -#. 9qQnA +#. Yzxz6 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"hd_000graphicfilter\n" +"FilterName_draw_StarOffice_XML_Draw_Template\n" "help.text" -msgid "Filters for GRAPHICFILTER" +msgid "OpenOffice.org 1.0 Drawing Template" msgstr "" -#. EiDUC +#. 5We5b #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter3\n" +"FilterName_draw_pdf_Export\n" "help.text" -msgid "BMP - Windows Bitmap" +msgid "PDF - Portable Document Format" msgstr "" -#. sFTvx +#. eE7XK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter6\n" +"FilterName_draw8\n" "help.text" -msgid "CGM - Computer Graphics Metafile" +msgid "ODF Drawing" msgstr "" -#. ZtA5q +#. EwBLA #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter9\n" +"FilterName_draw8_template\n" "help.text" -msgid "DXF - AutoCAD Interchange Format" +msgid "ODF Drawing Template" msgstr "" -#. eFxEV +#. pNG2x #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter15\n" +"FilterName_WordPerfect_Graphics\n" "help.text" -msgid "EMF - Enhanced Meta File" +msgid "WordPerfect Graphics" msgstr "" -#. JSNTB +#. RzyLC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter21\n" +"FilterName_Visio_Document\n" "help.text" -msgid "EPS - Encapsulated PostScript" +msgid "Microsoft Visio 2000-2013" msgstr "" -#. w6BBX +#. xDHNz #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter27\n" +"FilterName_Publisher_Document\n" "help.text" -msgid "GIF - Graphics Interchange" +msgid "Microsoft Publisher 98-2010" msgstr "" -#. JvkqL +#. eGGBw #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter33\n" +"FilterName_Corel_Draw_Document\n" "help.text" -msgid "HTML" +msgid "Corel Draw" msgstr "" -#. jSGkM +#. aiQoG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter34\n" +"FilterName_Corel_Presentation_Exchange\n" "help.text" -msgid "text/html" +msgid "Corel Presentation Exchange" msgstr "" -#. Fh5BC +#. B3BBp #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter42\n" +"FilterName_Freehand_Document\n" "help.text" -msgid "JPEG - Joint Photographic Experts Group" +msgid "Adobe/Macromedia Freehand" msgstr "" -#. NEptD +#. DCoiy #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter48\n" +"FilterName_ClarisWorks_Draw\n" "help.text" -msgid "MET - OS/2 Metafile" +msgid "ClarisWorks/AppleWorks Drawing" msgstr "" -#. qqFiU +#. HUGEm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter51\n" +"FilterName_PageMaker_Document\n" "help.text" -msgid "MOV - QuickTime File Format" +msgid "Adobe PageMaker" msgstr "" -#. fQHzg +#. zZ2EE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter63\n" +"FilterName_QXP_Document\n" "help.text" -msgid "PBM - Portable Bitmap" +msgid "QuarkXPress" msgstr "" -#. g3Ezu +#. hStZa #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter66\n" +"FilterName_ZMF_Document\n" "help.text" -msgid "PCD - Photo CD Base" +msgid "Zoner Callisto/Draw" msgstr "" -#. jgKhX +#. BiZgm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter69\n" +"FilterName_MWAW_Bitmap\n" "help.text" -msgid "PCD - Photo CD Base16" +msgid "Legacy Mac Bitmap" msgstr "" -#. dorU9 +#. gicao #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter72\n" +"FilterName_MWAW_Drawing\n" "help.text" -msgid "PCD - Photo CD Base4" +msgid "Legacy Mac Drawing" msgstr "" -#. Zqehv +#. 6dw2D #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter78\n" +"FilterName_StarOffice_Drawing\n" "help.text" -msgid "PCT - Mac Pict" +msgid "Legacy StarOffice Drawing" msgstr "" -#. d6miP +#. 7s4EZ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter81\n" +"bm_000math\n" "help.text" -msgid "PCX - Zsoft Paintbrush" +msgid "command line document conversion; filters for MATH" msgstr "" -#. NT7TF +#. paXbB #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter87\n" +"hd_000math\n" "help.text" -msgid "PGM - Portable Graymap" +msgid "Filters for MATH" msgstr "" -#. x2LKK +#. 9DrmS #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter99\n" +"FilterName_MathML_XML__Math_\n" "help.text" -msgid "PNG - Portable Network Graphic" +msgid "MathML 2.0" msgstr "" -#. fZVeB +#. NhtdT #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter105\n" +"FilterName_MathType_3.x\n" "help.text" -msgid "PPM - Portable Pixelmap" +msgid "MathType3.x" msgstr "" -#. dANmR +#. zSwxR #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter108\n" +"FilterName_StarOffice_XML__Math_\n" "help.text" -msgid "PSD - Adobe Photoshop" +msgid "OpenOffice.org 1.0 Formula" msgstr "" -#. hrWWf +#. v95fZ #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter114\n" +"FilterName_math_pdf_Export\n" "help.text" -msgid "RAS - Sun Raster Image" +msgid "PDF - Portable Document Format" msgstr "" -#. qYc2F +#. BD7Mn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter126\n" +"FilterName_math8\n" "help.text" -msgid "SVG - Scalable Vector Graphics" +msgid "ODF Formula" msgstr "" -#. F8DSr +#. pkJ3f #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter129\n" +"bm_000base\n" "help.text" -msgid "SVG - Scalable Vector Graphics Draw" +msgid "command line document conversion; filters for BASE" msgstr "" -#. rz7pS +#. Sh2BE #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter132\n" +"hd_000base\n" "help.text" -msgid "SVG - Scalable Vector Graphics Draw" +msgid "Filters for BASE" msgstr "" -#. XTmCR +#. GhDwr #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter138\n" +"FilterName_StarOffice_XML__Base_\n" "help.text" -msgid "SVM - StarView Meta File" +msgid "ODF Database" msgstr "" -#. pmBjU +#. nEtCn #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter141\n" +"bm_000graphicfilter\n" "help.text" -msgid "TGA - Truevision Targa" +msgid "command line document conversion; filters for GRAPHICFILTER" msgstr "" -#. rfutE +#. 9qQnA #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter147\n" +"hd_000graphicfilter\n" "help.text" -msgid "TIFF - Tagged Image File Format" +msgid "Filters for GRAPHICFILTER" msgstr "" -#. pvk6j +#. ukbDG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter153\n" +"FilterName_writer_jpg_Export\n" "help.text" -msgid "WMF - Windows Metafile" +msgid "JPEG - Joint Photographic Experts Group" msgstr "" -#. CsXyL +#. xBHh2 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter156\n" +"FilterName_writer_png_Export\n" "help.text" -msgid "XBM - X Bitmap" +msgid "PNG - Portable Network Graphic" msgstr "" -#. 4Norn +#. FeKia #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" -"par_graphicfilter162\n" +"FilterName_writer_svg_Export\n" "help.text" -msgid "XPM - X PixMap" +msgid "SVG - Scalable Vector Graphics" msgstr "" #. Bkz5M @@ -18592,13 +18394,13 @@ msgctxt "" msgid "Turning off Bullets and Numbering for Individual Paragraphs" msgstr "" -#. 6bVuF +#. H2QkK #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "bm_id3154186\n" "help.text" -msgid "numbering; turning off bullets; turning off removing, see also deleting removing;bullets and numbering keyboard;removing numbering" +msgid "numbering; turning offbullets; turning offremoving, see also deletingremoving;bullets and numberingkeyboard;removing numbering" msgstr "" #. T3U8R @@ -18655,13 +18457,13 @@ msgctxt "" msgid "If the cursor is located within a numbered or bulleted list, you can turn off automatic numbers or bullets for the current paragraph or selected paragraphs by clicking the Toggle Unordered List icon on the Text Formatting bar." msgstr "" -#. XLYd6 +#. 9sUYS #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "par_id3155449\n" "help.text" -msgid "Icon" +msgid "Toggle Unordered List icon " msgstr "" #. ikjGP @@ -18673,31 +18475,31 @@ msgctxt "" msgid "Toggle Unordered List icon" msgstr "" -#. RE37f +#. BB2Be #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "par_id3148946\n" "help.text" -msgid " To remove a number or bullet from a paragraph while preserving the list indenting: " +msgid "To remove a number or bullet from a paragraph while preserving the list indenting:" msgstr "" -#. EsxZF +#. ZhAMF #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "par_id3148663\n" "help.text" -msgid "Place the cursor at the beginning of a paragraph in a list and press the Backspace key. " +msgid "Place the cursor at the beginning of a paragraph in a list and press the Backspace key." msgstr "" -#. TY7jM +#. vYz5P #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "par_id3150543\n" "help.text" -msgid "The numbering of the paragraph disappears and is removed from the numbering sequence. Numbering resumes in the following paragraph. " +msgid "The numbering of the paragraph disappears and is removed from the numbering sequence. Numbering resumes in the following paragraph." msgstr "" #. B8akd @@ -18709,13 +18511,13 @@ msgctxt "" msgid "Press Shift+Backspace at the beginning of a list paragraph to return the number or bullet." msgstr "" -#. FrmUz +#. djwVN #: numbering_stop.xhp msgctxt "" "numbering_stop.xhp\n" "par_id3154123\n" "help.text" -msgid "If you press the Enter key in an empty numbered paragraph, the numbering stops. " +msgid "Press the Enter key in an empty numbered paragraph to stop the numbering." msgstr "" #. TBFcZ @@ -22561,13 +22363,13 @@ msgctxt "" msgid "start parameters command line parameters parameters;command line arguments in command line" msgstr "" -#. 8DBpd +#. fqXCA #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "hd_id3156410\n" "help.text" -msgid "Starting $[officename] Software With Parameters" +msgid "Starting $[officename] Software With Parameters" msgstr "" #. GVpcE diff --git a/source/ka/helpcontent2/source/text/simpress/01.po b/source/ka/helpcontent2/source/text/simpress/01.po index 654c5f2b5db..353f690a7f3 100644 --- a/source/ka/helpcontent2/source/text/simpress/01.po +++ b/source/ka/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: 2021-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: 2018-09-03 13:08+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -8107,6 +8107,429 @@ msgctxt "" msgid "Creates a shape from the overlapping area of the selected objects." msgstr "" +#. 8mBdR +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"tit\n" +"help.text" +msgid "Bullet and Position" +msgstr "" + +#. mjHGa +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"bm_id121623276174916\n" +"help.text" +msgid "bullets;Impressordered list;Impressunordered list;Impressbullets;Drawordered list;Drawunordered list;Draw" +msgstr "" + +#. ABkfU +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id591623253567629\n" +"help.text" +msgid "Bullet and Position" +msgstr "" + +#. D3TGn +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id401623253567633\n" +"help.text" +msgid "" +msgstr "" + +#. phgxq +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id371623258309050\n" +"help.text" +msgid "In a selected text, choose Format - Bullets and Numbering." +msgstr "" + +#. ysA68 +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id401623260265986\n" +"help.text" +msgid "Properties" +msgstr "" + +#. KEsmt +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id191623260097778\n" +"help.text" +msgid "Type" +msgstr "" + +#. LikX8 +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id291623260116361\n" +"help.text" +msgid "Select the type of list. Unordered with character bullet, unordered with graphics bullet, or ordered with a numbering scheme of your choice." +msgstr "" + +#. 3862v +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id611623260134513\n" +"help.text" +msgid "Character" +msgstr "" + +#. AAFD3 +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id641623260148566\n" +"help.text" +msgid "Select the character for the unordered list." +msgstr "" + +#. FmbAq +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id681623260246435\n" +"help.text" +msgid "Start at" +msgstr "" + +#. EgRBS +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id551623260225990\n" +"help.text" +msgid "For ordered lists, select the value of first item of the list." +msgstr "" + +#. CN44e +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id671623259902753\n" +"help.text" +msgid "Color" +msgstr "" + +#. HSGAj +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id781623260255715\n" +"help.text" +msgid "Select the color of the list characters for ordered and unordered lists. Color does not apply for lists with graphic bullets." +msgstr "" + +#. XnEwE +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id691623261496489\n" +"help.text" +msgid "Separator" +msgstr "" + +#. ytZGx +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id791623261930996\n" +"help.text" +msgid "For ordered lists, set the text to display before and after the numbering scheme." +msgstr "" + +#. JojhJ +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id681623261502578\n" +"help.text" +msgid "Before" +msgstr "" + +#. VTjZ9 +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id641623261927147\n" +"help.text" +msgid "Enter the text to display before the numbering." +msgstr "" + +#. aB6uH +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id331623261507547\n" +"help.text" +msgid "After" +msgstr "" + +#. 93cte +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id391623261922737\n" +"help.text" +msgid "Enter the text to display after the numbering." +msgstr "" + +#. hUAWj +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id551623260579519\n" +"help.text" +msgid "Size" +msgstr "" + +#. MxDGA +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id521623261977095\n" +"help.text" +msgid "Set the size of the character and graphic bullets with respect to the paragraph font size." +msgstr "" + +#. 2pjgX +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id261623260584277\n" +"help.text" +msgid "Width" +msgstr "" + +#. rKipB +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id821623291829425\n" +"help.text" +msgid "Enter the width of the graphic bullet character." +msgstr "" + +#. gCssw +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id531623260588282\n" +"help.text" +msgid "Height" +msgstr "" + +#. xa2FN +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id321623291834607\n" +"help.text" +msgid "Enter the height of the graphic bullet character." +msgstr "" + +#. SjRNb +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id951623260634795\n" +"help.text" +msgid "Keep ratio" +msgstr "" + +#. LQwC8 +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id261623260666478\n" +"help.text" +msgid "Check this box to preserve the height to width ratio of the graphic bullet." +msgstr "" + +#. AKwMq +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id181623260599850\n" +"help.text" +msgid "Rel. Size" +msgstr "" + +#. eP9FG +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id281623260605208\n" +"help.text" +msgid "For character unordered and ordered lists, set the relative size of the list character. The relative size applies to the Before and After text as well." +msgstr "" + +#. CGphX +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id931623261370137\n" +"help.text" +msgid "Position" +msgstr "" + +#. yiqWW +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id421623262130068\n" +"help.text" +msgid "Indent" +msgstr "" + +#. Bam8q +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id6081728\n" +"help.text" +msgid "Enter the distance from the left edge of the containing object to the start of all lines in the list." +msgstr "" + +#. 37TGG +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id651623262149945\n" +"help.text" +msgid "Width" +msgstr "" + +#. sQ2Ck +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id141623291867477\n" +"help.text" +msgid "Enter or select the width of the list element." +msgstr "" + +#. DotNG +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id221623265073936\n" +"help.text" +msgid "The combined total length of Before, After and the numbering characters may override the width setting." +msgstr "" + +#. pnNqC +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id291623263843749\n" +"help.text" +msgid "Relative" +msgstr "" + +#. oHCPh +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id561623268136625\n" +"help.text" +msgid "Relative to the upper list level. The entered value is added to that of this field in the level before. If “Indent: 20mm” on list level 1 and “Indent: 10mm Relative” on list level 2 will result in an effective indent of 30mm for level 2." +msgstr "" + +#. VAwoR +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id261623263839244\n" +"help.text" +msgid "Alignment" +msgstr "" + +#. FFN3B +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id361623265059971\n" +"help.text" +msgid "Select the alignment of the ordered list numbering contents inside the list Width setting." +msgstr "" + +#. tRzbn +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id871623265256880\n" +"help.text" +msgid "Scope" +msgstr "" + +#. YcbZA +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id41623265263152\n" +"help.text" +msgid "SlidePage" +msgstr "" + +#. BktFm +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id31623272228782\n" +"help.text" +msgid "Applies the modification to the whole slidepage." +msgstr "" + +#. uzPBx +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id351623265267695\n" +"help.text" +msgid "Selection" +msgstr "" + +#. mLzWE +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id821623272290885\n" +"help.text" +msgid "Applies the modification to the selection." +msgstr "" + +#. PSDGB +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"hd_id141623265272187\n" +"help.text" +msgid "Apply to Master" +msgstr "" + +#. PSK5e +#: bulletandposition.xhp +msgctxt "" +"bulletandposition.xhp\n" +"par_id31623272423870\n" +"help.text" +msgid "Click to apply the the modification to all slidespages that use the current master slidepage." +msgstr "" + #. 5H8sr #: effectoptions.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/swriter.po b/source/ka/helpcontent2/source/text/swriter.po index 70d259110ca..292cc93d570 100644 --- a/source/ka/helpcontent2/source/text/swriter.po +++ b/source/ka/helpcontent2/source/text/swriter.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: 2021-03-29 16:03+0200\n" +"POT-Creation-Date: 2021-06-11 17:09+0200\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,411 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1540153387.000000\n" -#. P7iNX -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"tit\n" -"help.text" -msgid "Document Classification" -msgstr "" - -#. NqgkT -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id3156324\n" -"help.text" -msgid "Document Classification " -msgstr "" - -#. toEGG -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161847569710\n" -"help.text" -msgid "classification;BAILS levels classification;BAF category classification;security levels classification;document classification;classification bar document;classification" -msgstr "" - -#. vJRDP -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744119967\n" -"help.text" -msgid "Document classification and security is an important issue for businesses and governments." -msgstr "" - -#. o6ZJC -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744113553\n" -"help.text" -msgid "Information is exchanged between users and organizations that collaborate to pursue a business goal. Where sensitive information is involved, it is assumed that the parties will have agreed what information is sensitive and how such information will be identified and handled. Any recipient of a resource will rely upon the provider of the information to follow the agreed procedures to identify the sensitivity of the information." -msgstr "" - -#. Ds7Zb -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744118823\n" -"help.text" -msgid "%PRODUCTNAME provides standardized means for such sensitivity information to be expressed and may be used between parties if interoperable systems are to be implemented. It provides a set of standard “fields” that can be used to hold sensitivity information. It does not attempt to define what the contents of these “fields” should be. This approach is an improvement upon the only alternative that exists at the moment, which is for the provider to use an arbitrary means to express sensitivity that may not be useful to a recipient." -msgstr "" - -#. J3mB2 -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744121143\n" -"help.text" -msgid "While this standard has been developed with the intent that it would be applicable in any domain of activity, %PRODUCTNAME retained the aerospace and defense industry nomenclature and categories, where sensitivity marking results from national security, export control and intellectual property policies." -msgstr "" - -#. mEAHm -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744123676\n" -"help.text" -msgid "%PRODUCTNAME implemented the open standards produced by TSCP (Transglobal Secure Collaboration Participation, Inc.) independent of a specific vendor. Two of them are interesting:" -msgstr "" - -#. FGdfy -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744122593\n" -"help.text" -msgid "Business Authentication Framework (BAF) specifies how to describe the existing policy (which is probably some legal text) in a machine-readable format." -msgstr "" - -#. hYS6k -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161744126871\n" -"help.text" -msgid "Business Authorization Identification and Labeling Scheme (BAILS) specifies how to refer to such a BAF policy in a document. The concepts in BAILS are so generic that they can be applied to any format that supports document-level user-defined properties." -msgstr "" - -#. 6mz7n -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id030820161800093929\n" -"help.text" -msgid "BAF Categories" -msgstr "" - -#. WiXYE -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161856432825\n" -"help.text" -msgid "classification;displayed in user interface classification;headers and footers classification;watermark classification;categories" -msgstr "" - -#. 3ADDM -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161800092823\n" -"help.text" -msgid "The default BAF categories for %PRODUCTNAME are listed below." -msgstr "" - -#. N8CTV -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161800098142\n" -"help.text" -msgid "Only the \"Intellectual Properties\" category will modify the layout of the document with a watermark, fields in the header and footer and an information bar on top of the document area. Each item inserted in the document is controlled by the classification configuration file." -msgstr "" - -#. HJDZH -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106B0\n" -"help.text" -msgid "Intellectual Property" -msgstr "" - -#. pGCGZ -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106C0\n" -"help.text" -msgid "Intellectual property is a generic term for the nature of the contents of the document. Select this category for general purpose document classification." -msgstr "" - -#. Wtdjj -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106CD\n" -"help.text" -msgid "National Security" -msgstr "" - -#. vDSmN -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106DD\n" -"help.text" -msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface." -msgstr "" - -#. E7kqD -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106EA\n" -"help.text" -msgid "Export Control" -msgstr "" - -#. DC8Yf -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_idN106FA\n" -"help.text" -msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface." -msgstr "" - -#. iVEDx -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161800091021\n" -"help.text" -msgid "Refer to your corporate data security policy and information security officers for support in document classification." -msgstr "" - -#. Dzmda -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id030820161747122444\n" -"help.text" -msgid "Default levels of classification" -msgstr "" - -#. CAfDt -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161849574719\n" -"help.text" -msgid "classification levels;Internal use only classification levels;Confidential classification levels;General Business classification levels;Non-Business" -msgstr "" - -#. zGVp8 -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747139337\n" -"help.text" -msgid "%PRODUCTNAME provides default levels of document classification (BAILS) shown below, sorted by increasing level of business sensitivity:" -msgstr "" - -#. bhAGA -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747135421\n" -"help.text" -msgid "Non-Business: Information in document has no impact in business, if made public." -msgstr "" - -#. BJAGV -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747132341\n" -"help.text" -msgid "General Business: Minor impact. Information has impact in business, can generate embarrassments, minor damage in brand image, if made public." -msgstr "" - -#. xGJN3 -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747139845\n" -"help.text" -msgid "Confidential: Modest impact. Information disclosed can damage business brand, can generate negative media coverage and loss of revenue." -msgstr "" - -#. FaGhw -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747138519\n" -"help.text" -msgid "Internal use only: Major damage. Negative national media, lawsuits, fines, long term brand damages." -msgstr "" - -#. wTzaa -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id030820161747134459\n" -"help.text" -msgid "Customizing classification levels." -msgstr "" - -#. z6j8J -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161851045883\n" -"help.text" -msgid "custom;classification levels classification levels;customizing" -msgstr "" - -#. zP3TN -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747133280\n" -"help.text" -msgid "%PRODUCTNAME allows customization of the levels of classification for your business. To customize the number and the name of the levels, copy the file example.xml located in %PRODUCTNAME - PreferencesTools - Options - LibreOffice - Paths - Classification into a local folder and edit the contents." -msgstr "" - -#. F3njz -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id03082016174713477\n" -"help.text" -msgid "Use the file with your %PRODUCTNAME locale in the name as example." -msgstr "" - -#. rx2Dm -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747137522\n" -"help.text" -msgid "Save the file and make the adequate changes to the classification path above to access the file." -msgstr "" - -#. Z2iUo -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747135133\n" -"help.text" -msgid "Your system administrator can place the file in a network folder and make all users access the classification settings file." -msgstr "" - -#. 5DSiM -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id03082016174713354\n" -"help.text" -msgid "Pasting contents in documents with different levels of classification." -msgstr "" - -#. WxMFo -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161851512902\n" -"help.text" -msgid "document classification;pasting contents" -msgstr "" - -#. NdsxG -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161747134188\n" -"help.text" -msgid "To prevent a breach in the security policy, contents with high classification level pasted to documents with lower classification level are not allowed. %PRODUCTNAME will display a warning message wherever it detects that the contents of the clipboard have higher security classification than the target document." -msgstr "" - -#. 9oBUS -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"hd_id3150342\n" -"help.text" -msgid "Classification Bar" -msgstr "" - -#. fF68i -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"bm_id030820161853495457\n" -"help.text" -msgid "Classification toolbar;display" -msgstr "" - -#. gYggL -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id3150202\n" -"help.text" -msgid "The Classification bar contains tools to help secure document handling." -msgstr "" - -#. FtFz5 -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161754171423\n" -"help.text" -msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the BAF category policy and BAILS levels. %PRODUCTNAME will add custom fields in the document properties (File - Properties, Custom Properties tab) to store the classification policy as document metadata." -msgstr "" - -#. eDVXe -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161754175408\n" -"help.text" -msgid "Go to menu View - Toolbars and select Classification" -msgstr "" - -#. WbAuh -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161818081317\n" -"help.text" -msgid "TSCP (Transglobal Secure Collaboration Participation, Inc.) website." -msgstr "" - -#. pTTL8 -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161818082152\n" -"help.text" -msgid "Business Authentication Framework (BAF) document (PDF)" -msgstr "" - -#. 47rPQ -#: classificationbar.xhp -msgctxt "" -"classificationbar.xhp\n" -"par_id030820161818085901\n" -"help.text" -msgid "Business Authorization Identification and Labeling Scheme (BAILS) document (PDF)" -msgstr "" - #. x2qZ6 #: mailmergetoolbar.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/swriter/librelogo.po b/source/ka/helpcontent2/source/text/swriter/librelogo.po index 7285f33dea6..b089f1c6bb1 100644 --- a/source/ka/helpcontent2/source/text/swriter/librelogo.po +++ b/source/ka/helpcontent2/source/text/swriter/librelogo.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: 2021-01-19 13:13+0100\n" +"POT-Creation-Date: 2021-06-04 13:10+0200\n" "PO-Revision-Date: 2017-05-07 23:37+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -205,13 +205,13 @@ msgctxt "" msgid "FORWARD 200 LEFT 89
" msgstr "" -#. F9SUo +#. 7gs6L #: LibreLogo.xhp msgctxt "" "LibreLogo.xhp\n" "par_390\n" "help.text" -msgid "To reset the command line click triple in it or press CommandCtrl+A to select the previous commands, and type the new commands." +msgid "To reset the command line triple-click it or press CommandCtrl+A to select the previous commands, and type the new commands." msgstr "" #. bqE8E @@ -223,13 +223,13 @@ msgctxt "" msgid "Graphical user interface of basic turtle settings" msgstr "" -#. YPKYU +#. oa3dx #: LibreLogo.xhp msgctxt "" "LibreLogo.xhp\n" "par_415\n" "help.text" -msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can positionate and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo." +msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo." msgstr "" #. fqYbT -- cgit