aboutsummaryrefslogtreecommitdiff
path: root/source/ca/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-06-13 17:03:18 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-06-13 17:10:45 +0200
commit47d2e3a3e6f9d4e2b17ff79b3a9cbdbe4619af16 (patch)
treed47b1de8842b7ec33fc0d74aae950c5a6265eb08 /source/ca/helpcontent2/source/text/sbasic/shared.po
parent9b5d7036b809fb61a73e6a5b86bd3fcfbcda81f7 (diff)
update translations for 7.2.0 beta1 libreoffice-7-2-branch-point
and force-fix errors using pocheck Change-Id: I7ed5a77fb3ccb004ba1b79c55ae56a84c82f2803
Diffstat (limited to 'source/ca/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po643
1 files changed, 551 insertions, 92 deletions
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index 12fe95e9210..8f104ef5f7a 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/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: 2021-05-07 05:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca/>\n"
@@ -3052,15 +3052,14 @@ msgctxt ""
msgid "The <literal>Function</literal> is called using the following syntax:"
msgstr "La <literal>Function</literal> es crida mitjançant la sintaxi següent:"
-#. 33Sss
+#. YcLqs
#: 01020300.xhp
-#, fuzzy
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."
-msgstr "Propietats combina la sintaxi dels procediments i funcions. Una propietat normalment requereix fins a un paràmetre."
+msgid "Properties combine the syntax of procedures and functions. A <literal>Property</literal> usually requires up to one parameter."
+msgstr ""
#. QCQAn
#: 01020300.xhp
@@ -3091,15 +3090,14 @@ msgctxt ""
msgid "The <literal>Property</literal> is called using the following syntax:"
msgstr "La <literal>Property</literal> es crida mitjançant la sintaxi següent:"
-#. DLdom
+#. KRExL
#: 01020300.xhp
-#, fuzzy
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:<br/> <literal>Library.Module.Macro()</literal> <br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/> <item type=\"literal\">Gimmicks.AutoText.Main()</item>"
-msgstr "També podeu utilitzar el nom plenament qualificat per cridar una funció de procediment o propietat<br/> <literal>Library.Module.Macro()</literal><br/> Per exemple per cridar la macro de text automàtic des de la biblioteca Gimmicks utilitzeu l'ordre següent<br/> <item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+msgid "You can also use the fully qualified name to call a procedure, function or property:<br/> <literal>[Call] Library.Module.Macro()</literal>, where <literal>Call</literal> is optional.<br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/> <literal>Gimmicks.AutoText.Main()</literal>"
+msgstr ""
#. 2xj8g
#: 01020300.xhp
@@ -3180,6 +3178,33 @@ msgctxt ""
msgid "' your code goes here"
msgstr "El codi va aquí"
+#. 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 (<literal>:=</literal>). 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 ""
@@ -4577,14 +4602,14 @@ msgctxt ""
msgid "Document Event-Driven Macros"
msgstr "Documenta les macros generades per esdeveniments"
-#. mRxGZ
+#. Xm5fa
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"bm_id3154581\n"
"help.text"
-msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>"
-msgstr "<bookmark_value> supressió; assignacions de macros a esdeveniments</bookmark_value><bookmark_value>macros; assignació a esdeveniments</bookmark_value><bookmark_value>assignació de macros a esdeveniments</bookmark_value><bookmark_value> documents; esdeveniments</bookmark_value><bookmark_value>esdeveniments; assignació de macros</bookmark_value><bookmark_value>API; XDocumentEventListener</bookmark_value>>"
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>events; in documents</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>"
+msgstr ""
#. 7uCwS
#: 01040000.xhp
@@ -8699,22 +8724,22 @@ msgctxt ""
msgid "<emph>default</emph>: 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 "<emph>xpostwips</emph>: 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 "<emph>xpostwips</emph>: 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 "<emph>ypostwips</emph>: 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 "<emph>ypostwips</emph>: 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
@@ -25439,15 +25464,6 @@ msgctxt ""
msgid "Converts any string or numeric expression to a date value."
msgstr "Converteix qualsevol expressió numèrica o de cadena en un valor de data."
-#. 9KKjA
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3148944\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
#. JsmcA
#: 03100300.xhp
msgctxt ""
@@ -25475,15 +25491,6 @@ msgctxt ""
msgid "Date"
msgstr "Data"
-#. bE3do
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3153525\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
-
#. 3E4Gd
#: 03100300.xhp
msgctxt ""
@@ -25503,15 +25510,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 <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) 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 "Quan convertiu una expressió de cadena la data i l'hora s'han d'introduir en un dels patrons d'acceptació de dates definits per a la configuració regional (vegeu <switchinline select=\"sys\"></menuitem><defaultinline><defaultinline> Eines XYGF XYGF <menuitem>X Eines - Opcions</menuitem></defaultinline></switchinline><menuitem> </switchinline> XYGK) o en format de data ISO (només s'accepta el format ISO amb guions p. ex. «2012-12-31»). En expressions numèriques els valors a l'esquerra del decimal representen la data a partir del 31 de desembre de 1899. Els valors a la dreta del decimal representen l'hora."
-#. hCKkH
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3156422\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. 4NDxB
#: 03100400.xhp
msgctxt ""
@@ -35538,15 +35536,32 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Object</link>"
msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Objecte</link>"
-#. zizyQ
+#. ECFFs
#: 03132200.xhp
-#, fuzzy
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. <literal>ThisComponent</literal> is used in Basic, where it represents the current document. Properties and methods available through <literal>ThisComponent</literal> depend on the document type."
-msgstr "Adreça el component actiu les propietats del qual es poden llegir i definir i els mètodes del qual es poden cridar. <literal>ThisComponent</literal> s'utilitza al Basic on representa el document actual. Propietats i mètodes disponibles a través de <literal>ThisComponent</literal> depenen del tipus de document."
+msgid "<literal>ThisComponent</literal> 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 <literal>ThisComponent</literal> 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, <literal>ThisComponent</literal> returns the current <literal>Form</literal> information."
+msgstr ""
+
+#. nJfmS
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id871622796485123\n"
+"help.text"
+msgid "When active window is the Basic IDE, <literal>ThisComponent</literal> object returns the component owning the current script."
+msgstr ""
#. 6Exm3
#: 03132200.xhp
@@ -35575,6 +35590,69 @@ msgctxt ""
msgid "' use the default name for Table of Contents and a 1"
msgstr "' utilitzeu el nom per defecte per a l'Índex de continguts i a 1"
+#. XF28a
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id101622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1TextDocument.html\" name=\"TextDocument API service\">com.sun.star.text.TextDocument</link> API service"
+msgstr ""
+
+#. E7kt6
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id102622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html\" name=\"SpreadsheetDocument API service\">com.sun.star.sheet.SpreadsheetDocument</link> API service"
+msgstr ""
+
+#. jsHZ7
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id103622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1presentation_1_1PresentationDocument.html\" name=\"PresentationDocument API service\">com.sun.star.presentation.PresentationDocument</link> API service"
+msgstr ""
+
+#. uQFSg
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id104622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1DrawingDocument.html\" name=\"DrawingDocument API service\">com.sun.star.drawing.DrawingDocument</link> API service"
+msgstr ""
+
+#. HjxZi
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id105622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1formula_1_1FormulaProperties.html\" name=\"FormulaProperties API service\">com.sun.star.formula.FormulaProperties</link> API service"
+msgstr ""
+
+#. FLbnX
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id106622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"OfficeDatabaseDocument API service\">com.sun.star.sdb.OfficeDatabaseDocument</link> API service"
+msgstr ""
+
+#. vZW9w
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id581622646875379\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html\" name=\"OfficeDocument API service\">com.sun.star.document.OfficeDocument</link> API service"
+msgstr ""
+
#. QgZSF
#: 03132300.xhp
msgctxt ""
@@ -42107,16 +42185,6 @@ msgctxt ""
msgid "Replaces some string by another."
msgstr "Reemplaça una cadena per una altra."
-#. 4cCHs
-#: replace.xhp
-#, fuzzy
-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 "Reemplaça (Text As String SearchStr As String ReplStr As String [ Inicia com a Long [ Compta com a Long [ Compara com a booleà<unk>"
-
#. iMDGH
#: replace.xhp
#, fuzzy
@@ -42127,70 +42195,68 @@ msgctxt ""
msgid "String"
msgstr "Cadena"
-#. gZGmH
+#. wwnok
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id721552552263062\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to modify."
-msgstr "Text <emph></emph> Qualsevol expressió de cadena que vulgueu modificar."
+msgid "<emph>Expression:</emph> Any string expression that you want to modify."
+msgstr ""
-#. JdTUJ
+#. DZNvL
#: replace.xhp
msgctxt ""
"replace.xhp\n"
"par_id901552552269836\n"
"help.text"
-msgid "<emph>SearchStr:</emph> Any string expression that shall be searched for."
-msgstr "<emph>CercaStr</emph> Qualsevol expressió de cadena que s'hagi de cercar."
+msgid "<emph>Find:</emph> Any string expression that shall be searched for."
+msgstr ""
-#. yK8dz
+#. BRcsD
#: replace.xhp
msgctxt ""
"replace.xhp\n"
"par_id791552552275383\n"
"help.text"
-msgid "<emph>ReplStr:</emph> Any string expression that shall replace the found search string."
-msgstr "<emph>ReplStr</emph> Qualsevol expressió de cadena que substitueixi la cadena de cerca trobada."
+msgid "<emph>Replace:</emph> 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 "<emph>Start:</emph> Numeric expression that indicates the character position where the search starts and also the start of the substring to be returned."
-msgstr "<emph>Inicia</emph> l'expressió numèrica que indica la posició del caràcter on s'inicia la cerca i també l'inici de la subcadena a retornar."
+msgid "<emph>Start:</emph> 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 "<emph>Count:</emph> The maximal number of times the replace shall be performed."
-msgstr "<emph>Count</emph> El nombre màxim de vegades que es farà el reemplaçament."
+msgid "<emph>Count:</emph> 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 "<emph>Compare:</emph> 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 "<emph>Compara</emph> expressió booleana opcional que defineix el tipus de comparació. El valor d'aquest paràmetre pot ser CERT o FALS. El valor predeterminat de TRUE especifica una comparació de text que no distingeix entre majúscules i minúscules. El valor de FALSE especifica una comparació binària que distingeix entre majúscules i minúscules. També podeu utilitzar 0 en lloc de FALSE o 1 en lloc de TRUE."
+msgid "<emph>Compare:</emph> Optional boolean expression that defines the type of comparison. The value of this parameter can be <literal>True</literal> or <literal>False</literal>. The default value of <literal>True</literal> specifies a text comparison that is not case-sensitive. The value of <literal>False</literal> specifies a binary comparison that is case-sensitive. You can as well use 0 instead of <literal>False</literal> or 1 instead of <literal>True</literal>."
+msgstr ""
-#. sFyGa
+#. GoUoB
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id991552552420717\n"
"help.text"
-msgid "msgbox replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, FALSE)'returns \"aB$cnnbnn\""
-msgstr "msgbox substituïu (\"aBbcnnbnn\" \"b\" \"$\" 1 1 FALSE)'returns \"aB$cnnbnn\""
+msgid "MsgBox Replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, False) 'returns \"aB$cnnbnn\""
+msgstr ""
#. ZHjzn
#: replace.xhp
@@ -42202,25 +42268,23 @@ msgctxt ""
msgid "REM meaning: \"b\" should be replaced, but"
msgstr "REM s'ha de reemplaçar el significat «b» però"
-#. BZgJy
+#. EKAzY
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id571552552467647\n"
"help.text"
-msgid "REM * only when lowercase (parameter 6), hence second occurrence of \"b\""
-msgstr "REM * només quan està en minúscules (paràmetre 6) per tant segona ocurrència de «b»"
+msgid "REM * only when lowercase (compare=False), hence second occurrence of \"b\""
+msgstr ""
-#. HubEe
+#. ACEgG
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id71552552474769\n"
"help.text"
-msgid "REM * only first (respecting case) occurrence (parameter 5)"
-msgstr "REM * només és el primer cas (respectant) (paràmetre 5)"
+msgid "REM * only first (respecting case) occurrence (count=1)"
+msgstr ""
#. QEPtG
#: replace.xhp
@@ -42232,6 +42296,24 @@ msgctxt ""
msgid "REM returns D*FGHI because the search starts at position 4, which is also the start of the returned string."
msgstr "REM retorna D*FGHI perquè la cerca comença a la posició 4 que també és l'inici de la cadena retornada."
+#. 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 ""
@@ -42371,15 +42453,14 @@ msgctxt ""
msgid "I/O Functions"
msgstr "Funcions d'E/S"
-#. D9mT7
+#. AsBGC
#: special_vba_func.xhp
-#, fuzzy
msgctxt ""
"special_vba_func.xhp\n"
"bm_id051920170358346963\n"
"help.text"
-msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value> <bookmark_value>VBA Functions;formatting numbers</bookmark_value> <bookmark_value>VBA Functions;partitioning numbers</bookmark_value>"
-msgstr "Funcions <bookmarkvalue>VBA;funcions matemàtiquesfuncions</bookmarkvalue> <bookmarkvalue>funcions VBA;formatació de nombres</bookmarkvalue> <bookmarkvalue>funcions VBA;partició de nombres</bookmarkvalue>"
+msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value><bookmark_value>VBA Functions;formatting numbers</bookmark_value><bookmark_value>VBA Functions;partitioning numbers</bookmark_value>"
+msgstr ""
#. AXMSu
#: special_vba_func.xhp
@@ -42455,6 +42536,339 @@ msgctxt ""
msgid "Example:"
msgstr "Exemple:"
+#. 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 "<bookmark_value>StrConv function</bookmark_value>"
+msgstr ""
+
+#. jBFFC
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"hd_id791622761498015\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/strconv.xhp\" name=\"StrConv Function\">StrConv Function</link>"
+msgstr ""
+
+#. V3uyt
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id621622761498018\n"
+"help.text"
+msgid "<variable id=\"variable name\">Convert a string as specified by a conversion type.</variable>"
+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 "<emph>Text</emph>: Any valid string expression."
+msgstr ""
+
+#. 56k2A
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id671622762931475\n"
+"help.text"
+msgid "<emph>Conversion</emph>: 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 <emph>Text</emph> characters to uppercase."
+msgstr ""
+
+#. FMyrC
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id251622763427976\n"
+"help.text"
+msgid "Converts <emph>Text</emph> characters lowercase."
+msgstr ""
+
+#. 8HoXG
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id531622764070154\n"
+"help.text"
+msgid "Converts the first letter of every word in <emph>Text</emph> to uppercase."
+msgstr ""
+
+#. AF58D
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id881622764192628\n"
+"help.text"
+msgid "Converts narrow (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width</link>) characters in <emph>Text</emph> to wide (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">full-width</link>) characters."
+msgstr ""
+
+#. RAUq6
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id71622764459352\n"
+"help.text"
+msgid "Converts wide (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">full-width</link>) characters in <emph>Text</emph> to narrow (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width</link>) characters."
+msgstr ""
+
+#. fAVnd
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id371622764565366\n"
+"help.text"
+msgid "Converts Hiragana characters in <emph>Text</emph> to Katakana characters."
+msgstr ""
+
+#. BmF5K
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id911622764728794\n"
+"help.text"
+msgid "Converts Katakana characters in <emph>Text</emph> to Hiragana characters."
+msgstr ""
+
+#. 2tpZF
+#: strconv.xhp
+msgctxt ""
+"strconv.xhp\n"
+"par_id21622764841321\n"
+"help.text"
+msgid "Converts <emph>Text</emph> 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 <emph>Text</emph> 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 "<emph>LCID</emph> Optional. The Locale ID in decimal number. If this parameter is omitted, it assumes the system Locale ID. Refer to the file <link href=\"https://opengrok.libreoffice.org/xref/core/l10ntools/source/ulfconv/msi-encodinglist.txt\" name=\"LCID\">msi-encodinglist.txt</link> 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 "<bookmark_value>ThisDatabaseDocument</bookmark_value> <bookmark_value>API; Database document</bookmark_value>"
+msgstr ""
+
+#. v4XLY
+#: thisdbdoc.xhp
+msgctxt ""
+"thisdbdoc.xhp\n"
+"hd_id401544551916353\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/thisdbdoc.xhp\" name=\"ThisDatabaseDocument\">ThisDatabaseDocument object</link>"
+msgstr ""
+
+#. CT58E
+#: thisdbdoc.xhp
+msgctxt ""
+"thisdbdoc.xhp\n"
+"N0091\n"
+"help.text"
+msgid "<literal>ThisDatabaseDocument</literal> addresses the active <literal>Base</literal> 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 "<literal>ThisDatabaseDocument</literal> returns an object of type <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"XOfficeDatabaseDocument interface\">com.sun.star.sdb.XOfficeDatabaseDocument</link>."
+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, <literal>ThisDatabaseDocument</literal> returns <literal>Nothing</literal>."
+msgstr ""
+
+#. WvPJY
+#: thisdbdoc.xhp
+msgctxt ""
+"thisdbdoc.xhp\n"
+"par_id871622796485123\n"
+"help.text"
+msgid "When the active window is the Basic IDE, <literal>ThisDatabaseDocument</literal> 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 "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent object\">ThisComponent</link> object"
+msgstr ""
+
+#. 7k6AR
+#: thisdbdoc.xhp
+msgctxt ""
+"thisdbdoc.xhp\n"
+"par_id101622646874083\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"OfficeDatabaseDocument API service\">com.sun.star.sdb.OfficeDatabaseDocument</link> API service"
+msgstr ""
+
+#. 7Znag
+#: thisdbdoc.xhp
+msgctxt ""
+"thisdbdoc.xhp\n"
+"par_id581622646875379\n"
+"help.text"
+msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html\" name=\"OfficeDocument API service\">com.sun.star.document.OfficeDocument</link> API service"
+msgstr ""
+
#. WMVc9
#: uno_objects.xhp
msgctxt ""
@@ -42491,6 +42905,33 @@ msgctxt ""
msgid "Functions, objects and services of Unified Network Objects (UNO)."
msgstr "Funcions, objectes i serveis del Unified Network Objects (UNO)."
+#. 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 ""
@@ -42509,6 +42950,24 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">DialogLibraries Object</link>"
msgstr "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">Objecte DialogLibraries</link>"
+#. 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
#, fuzzy