aboutsummaryrefslogtreecommitdiff
path: root/source/ca/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-08 11:28:52 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-08 11:35:59 +0200
commit6e44dc455cecec8e0109243bf7e2398e4dc1306b (patch)
treef1118c68a4998f4fe2f0a99ed0f59767064aea43 /source/ca/helpcontent2
parent491af494a983aea54a24d68ff1bc1703d21f0a6c (diff)
update translations for 7.2 / master
and force-fix errors using pocheck Change-Id: I42420023bbf647224c6e216da57904cedb6b7e89
Diffstat (limited to 'source/ca/helpcontent2')
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po295
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/ca/helpcontent2/source/text/sdatabase.po26
4 files changed, 47 insertions, 290 deletions
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared/03.po b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
index 85f9bebf1cc..9d92c8a6b3d 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-06-24 12:51+0200\n"
-"PO-Revision-Date: 2021-06-19 05:05+0000\n"
+"POT-Creation-Date: 2021-07-01 17:53+0200\n"
+"PO-Revision-Date: 2021-07-03 02:05+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.6.2\n"
"X-POOTLE-MTIME: 1562337011.000000\n"
#. ViEWM
@@ -13058,15 +13058,6 @@ 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 ""
@@ -13166,15 +13157,6 @@ msgctxt ""
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 ""
@@ -13184,24 +13166,6 @@ msgctxt ""
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 ""
@@ -13211,24 +13175,6 @@ msgctxt ""
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 ""
@@ -14138,15 +14084,6 @@ msgctxt ""
msgid "Reloads the current data from the database and refreshes the form. The cursor is positioned on the first record. Returns <literal>True</literal> 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 ""
@@ -14174,22 +14111,22 @@ msgctxt ""
msgid "If the optional <literal>subform</literal> argument is provided, the method returns a new <literal>SFDocuments</literal>.<literal>Form</literal> instance based on the specified form/subform name or index."
msgstr ""
-#. NLwGt
+#. GCRsS
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
"par_id341616864510747\n"
"help.text"
-msgid "<emph>subform</emph> : A subform stored in the current <literal>Form</literal> class instance given by its name or index."
+msgid "<emph>subform</emph>: A subform stored in the current <literal>Form</literal> class instance given by its name or index."
msgstr ""
-#. 8Cxxs
+#. uKm6R
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
"par_id211618230389251\n"
"help.text"
-msgid "When this argument is absent, the method returns a list of available subforms as a zero-based array. If the form has a single subform, you can set <literal>Subform = 0</literal> to get access to it."
+msgid "When this argument is absent, the method returns a list of available subforms as a zero-based array. If the form has a single subform, you can set <literal>subform = 0</literal> to get access to it."
msgstr ""
#. CfGgB
@@ -15650,22 +15587,22 @@ msgctxt ""
msgid "This method is applicable only to controls of the <literal>TableControl</literal> type. The returned value depends on the arguments provided."
msgstr ""
-#. GfVbh
+#. DB3PG
#: sf_formcontrol.xhp
msgctxt ""
"sf_formcontrol.xhp\n"
"par_id701618777636827\n"
"help.text"
-msgid "If the optional argument <literal>ControlName</literal> is absent, then a zero-based Array containing the names of all controls is returned."
+msgid "If the optional argument <literal>controlname</literal> is absent, then a zero-based Array containing the names of all controls is returned."
msgstr ""
-#. GyLgF
+#. GgAeu
#: sf_formcontrol.xhp
msgctxt ""
"sf_formcontrol.xhp\n"
"par_id851618777715892\n"
"help.text"
-msgid "On the other hand, if a <literal>ControlName</literal> is provided, the method returns a <literal>FormControl</literal> class instance corresponding to the specified control."
+msgid "On the other hand, if a <literal>controlname</literal> is provided, the method returns a <literal>FormControl</literal> class instance corresponding to the specified control."
msgstr ""
#. eoLJG
@@ -16028,13 +15965,13 @@ msgctxt ""
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 ""
-#. QiqFk
+#. 4PS26
#: 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 below uses the <literal>UI</literal> service to create a blank writer document."
+msgid "Now you can start executing Python commands using any of the ScriptForge services. For example, the code snippet below uses the <literal>UI</literal> service to create a blank Writer document."
msgstr ""
#. N5A9E
@@ -16127,13 +16064,13 @@ msgctxt ""
msgid "Go to <menuitem>Tools - Macros - Run Macros</menuitem> ."
msgstr ""
-#. xLTy8
+#. HkBwz
#: 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 <literal>increment_cell</literal> function under the <menuitem>Macro Name</menuitem> list."
+msgid "Choose My Macros - sf_test in the library selector. Then choose the <literal>increment_cell</literal> function under the <menuitem>Macro Name</menuitem> list."
msgstr ""
#. FPZD6
@@ -16163,23 +16100,23 @@ msgctxt ""
msgid "First open APSO by going to <menuitem>Tools - Macros - Organize Python Scripts</menuitem>."
msgstr ""
-#. 2H4ta
+#. ayPs5
#: sf_intro.xhp
msgctxt ""
"sf_intro.xhp\n"
"par_id521623369004825\n"
"help.text"
-msgid "In the macro list, navigate to <menuitem>My Macros - sf_test - increment_cell</menuitem> ."
+msgid "In the macro list, navigate to <menuitem>My Macros - sf_test - increment_cell</menuitem>."
msgstr ""
-#. ZhSaL
+#. WaGHv
#: sf_intro.xhp
msgctxt ""
"sf_intro.xhp\n"
"par_id101623369005929\n"
"help.text"
-msgid "Click <menuitem>Execute</menuitem> ."
-msgstr ""
+msgid "Click <menuitem>Execute</menuitem>."
+msgstr "Feu clic a <menuitem>Executa</menuitem>."
#. ujB4e
#: sf_intro.xhp
@@ -21914,24 +21851,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. TGMq5
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id511620761856238\n"
-"help.text"
-msgid "MACROEXECALWAYS"
-msgstr ""
-
-#. VFEvz
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id761620761856107\n"
-"help.text"
-msgid "2"
-msgstr ""
-
#. adCUF
#: sf_ui.xhp
msgctxt ""
@@ -21941,24 +21860,6 @@ msgctxt ""
msgid "Macros are always executed"
msgstr ""
-#. o7zQn
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id661620761881513\n"
-"help.text"
-msgid "MACROEXECNEVER"
-msgstr ""
-
-#. kfQCf
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id661620761891082\n"
-"help.text"
-msgid "1"
-msgstr ""
-
#. 7hEDg
#: sf_ui.xhp
msgctxt ""
@@ -21968,24 +21869,6 @@ msgctxt ""
msgid "Macros are never executed"
msgstr ""
-#. EABYh
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id311620761888379\n"
-"help.text"
-msgid "MACROEXECNORMAL"
-msgstr ""
-
-#. LpGCQ
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id951620761899067\n"
-"help.text"
-msgid "0"
-msgstr ""
-
#. 6Jgt7
#: sf_ui.xhp
msgctxt ""
@@ -22004,51 +21887,6 @@ msgctxt ""
msgid "The examples below show a <literal>MsgBox</literal> with the names of all currently open documents."
msgstr ""
-#. DCM9L
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id21620312350189\n"
-"help.text"
-msgid "svcUI = CreateScriptService(\"UI\")"
-msgstr ""
-
-#. EBquG
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id631620312351013\n"
-"help.text"
-msgid "sBasic = CreateScriptService(\"Basic\")"
-msgstr ""
-
-#. 3XXYB
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id141620312351286\n"
-"help.text"
-msgid "openDocs = svcUI.Documents()"
-msgstr ""
-
-#. jZeEa
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id661620312351500\n"
-"help.text"
-msgid "strDocs = \"\\n\".join(openDocs)"
-msgstr ""
-
-#. 7hHpR
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id801620312351676\n"
-"help.text"
-msgid "sBasic.MsgBox(strDocs)"
-msgstr ""
-
#. DfpBz
#: sf_ui.xhp
msgctxt ""
@@ -22121,15 +21959,6 @@ msgctxt ""
msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning."
msgstr ""
-#. XkY2F
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id361620323808010\n"
-"help.text"
-msgid "myBase = svcUI.CreateBaseDocument(r\"C:\\Databases\\MyBaseFile.odb\", \"FIREBIRD\")"
-msgstr ""
-
#. GtB5n
#: sf_ui.xhp
msgctxt ""
@@ -22139,13 +21968,13 @@ msgctxt ""
msgid "Create a new %PRODUCTNAME document of a given type or based on a given template. The method returns a document object."
msgstr ""
-#. 2rUeD
+#. JnBPt
#: sf_ui.xhp
msgctxt ""
"sf_ui.xhp\n"
"par_id51588521753302\n"
"help.text"
-msgid "<emph>documenttype</emph> : \"Calc\", \"Writer\", etc. If absent, the <literal>TemplateFile</literal> argument must be present."
+msgid "<emph>documenttype</emph> : \"Calc\", \"Writer\", etc. If absent, the <literal>templatefile</literal> argument must be present."
msgstr ""
#. BQ6UD
@@ -22247,22 +22076,22 @@ msgctxt ""
msgid "Open an existing %PRODUCTNAME Base document. The method returns a document object."
msgstr ""
-#. yGPbD
+#. q2E3C
#: sf_ui.xhp
msgctxt ""
"sf_ui.xhp\n"
"par_id231596555746385\n"
"help.text"
-msgid "<emph>filename</emph> : Identifies the file to open. It must follow the SF_FileSystem.FileNaming notation. If the file already exists, it is overwritten without warning"
+msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning"
msgstr ""
-#. DBB9u
+#. mtpoL
#: sf_ui.xhp
msgctxt ""
"sf_ui.xhp\n"
"par_id711596555746281\n"
"help.text"
-msgid "<emph>registrationname</emph> : The name to use to find the database in the databases register. It is ignored if <literal>FileName</literal> <> \"\"."
+msgid "<emph>registrationname</emph>: The name to use to find the database in the databases register. It is ignored if <literal>FileName</literal> <> \"\"."
msgstr ""
#. TqAd2
@@ -22391,15 +22220,6 @@ msgctxt ""
msgid "In the following examples, the <literal>width</literal> and <literal>height</literal> of the window are changed while <literal>top</literal> and <literal>left</literal> are left unchanged."
msgstr ""
-#. 7HuAE
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id971620331945744\n"
-"help.text"
-msgid "svcUI.Resize(width = 500, height = 500)"
-msgstr ""
-
#. HP2Jb
#: sf_ui.xhp
msgctxt ""
@@ -22445,51 +22265,6 @@ msgctxt ""
msgid "' Resets the statusbar"
msgstr ""
-#. venZk
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id631620332653004\n"
-"help.text"
-msgid "from time import sleep"
-msgstr ""
-
-#. AQ57P
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id351620332422330\n"
-"help.text"
-msgid "for i in range(101):"
-msgstr ""
-
-#. uUDVJ
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"bas_id261620332627647\n"
-"help.text"
-msgid "svcUI.SetStatusbar(\"Test:\", i)"
-msgstr ""
-
-#. qWafN
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id181620332715974\n"
-"help.text"
-msgid "sleep(0.05)"
-msgstr ""
-
-#. PgCrS
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id381620332733373\n"
-"help.text"
-msgid "svcUI.SetStatusbar()"
-msgstr ""
-
#. oQfWc
#: sf_ui.xhp
msgctxt ""
@@ -22561,21 +22336,3 @@ msgctxt ""
"help.text"
msgid "<emph>windowname</emph>: see the definitions above."
msgstr ""
-
-#. F7ntw
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id441620333481074\n"
-"help.text"
-msgid "if svcUI.WindowExists(r\"C:\\Document\\My file.odt\"):"
-msgstr ""
-
-#. nLT8F
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"pyc_id801620333495532\n"
-"help.text"
-msgid "# ..."
-msgstr ""
diff --git a/source/ca/helpcontent2/source/text/scalc/00.po b/source/ca/helpcontent2/source/text/scalc/00.po
index 179d6296212..9787f32a863 100644
--- a/source/ca/helpcontent2/source/text/scalc/00.po
+++ b/source/ca/helpcontent2/source/text/scalc/00.po
@@ -4,16 +4,16 @@ 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-06-24 12:51+0200\n"
-"PO-Revision-Date: 2020-12-17 13:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/ca/>\n"
+"PO-Revision-Date: 2021-06-26 11:04+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.6.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551190063.000000\n"
@@ -1986,7 +1986,7 @@ msgctxt ""
"par_id651551401041667\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.2."
-msgstr ""
+msgstr "Aquesta funció és disponible des de la versió 7.2 del %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index d1f33248c36..d608bffac55 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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-06-24 12:51+0200\n"
-"PO-Revision-Date: 2021-06-11 15:18+0000\n"
+"PO-Revision-Date: 2021-07-04 19:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.6.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1560441763.000000\n"
@@ -19647,7 +19647,7 @@ msgctxt ""
"par_id751612978603374\n"
"help.text"
msgid "Relative Atomic Mass"
-msgstr ""
+msgstr "Massa atòmica relativa"
#. Cb3HA
#: 04060109.xhp
diff --git a/source/ca/helpcontent2/source/text/sdatabase.po b/source/ca/helpcontent2/source/text/sdatabase.po
index afe58cf94fb..1231c5a3d49 100644
--- a/source/ca/helpcontent2/source/text/sdatabase.po
+++ b/source/ca/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ 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-06-11 17:09+0200\n"
-"PO-Revision-Date: 2021-06-19 05:05+0000\n"
+"PO-Revision-Date: 2021-07-01 16:20+0000\n"
"Last-Translator: Jaumej <jaume.jorba@gmail.com>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/ca/>\n"
"Language: ca\n"
@@ -6360,7 +6360,7 @@ msgctxt ""
"par_id3783989\n"
"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Quan en un formulari introduïu un registre nou o n'actualitzeu un d'existent i, deixeu un camp buit que està lligat a una columna de la base de dades que requereix una entrada, veureu un missatge que us avisa que el camp està buit.</ahelp>"
#. LPJKD
#: dabaadvpropdat.xhp
@@ -6369,7 +6369,7 @@ msgctxt ""
"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 ""
+msgstr "Si el quadre de control no està habilitat, no es validaran els camps obligatoris dels formularis de la base de dades."
#. fZAwm
#: dabaadvpropdat.xhp
@@ -6378,7 +6378,7 @@ msgctxt ""
"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 ""
+msgstr "El quadre de control està disponible per a tots els tipus de fonts de dades que admeten l'escriptura. El quadre de control no existeix per als fulls de càlcul, text, csv i, les diferents llibretes d'adreces de només lectura."
#. T9wrt
#: dabaadvpropdat.xhp
@@ -6387,7 +6387,7 @@ msgctxt ""
"hd_id0909200811170166\n"
"help.text"
msgid "Ignore currency field information"
-msgstr ""
+msgstr "Ignora la informació dels camps moneda"
#. MWpZD
#: dabaadvpropdat.xhp
@@ -6396,7 +6396,7 @@ msgctxt ""
"par_id0909200811170221\n"
"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Tan sols per les connexions JDBC Oracle. Quan està activat, s'indica que cap columna es tracta com a camp moneda. Es descarta el tipus de camp retornat pel controlador de base de dades.</ahelp>"
#. ykjaM
#: dabaadvpropdat.xhp
@@ -6405,7 +6405,7 @@ msgctxt ""
"hd_id040920092139524\n"
"help.text"
msgid "Use ODBC conformant date/time literals"
-msgstr ""
+msgstr "Utilitzeu literals de data/hora conformes amb ODBC"
#. AFvyx
#: dabaadvpropdat.xhp
@@ -6414,7 +6414,7 @@ msgctxt ""
"par_id040920092139526\n"
"help.text"
msgid "<ahelp hid=\".\">Use date/time literals that conform to ODBC standard.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Utilitzeu literals de data/hora conformes amb l’estàndard ODBC.</ahelp>"
#. 9PTAJ
#: dabaadvpropdat.xhp
@@ -6423,7 +6423,7 @@ msgctxt ""
"hd_id04092009442139524\n"
"help.text"
msgid "Supports primary keys"
-msgstr ""
+msgstr "Admet les claus primàries"
#. BVmAU
#: dabaadvpropdat.xhp
@@ -6441,7 +6441,7 @@ msgctxt ""
"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 ""
+msgstr "Quan es connecta a una base de dades mitjançant una API genèrica com ODBC, JDBC o ADO, la base actual aplica heurístiques per determinar si aquesta base de dades admet claus primàries. Cap d'aquestes API té suport per recuperar aquesta informació."
#. U5ssy
#: dabaadvpropdat.xhp
@@ -6450,7 +6450,7 @@ msgctxt ""
"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 ""
+msgstr "L'heurística de vegades falla. De forma predeterminada aquesta casella de selecció triestat s'estableix en l'estat indeterminat, cosa que significa \"aplicar les heurístiques\". Si la casella està habilitada, s'assumeix suport per claus primàries Si la casella de selecció està desactivada, no s'assumeix cap suport per claus primàries."
#. vdH4q
#: dabaadvpropdat.xhp
@@ -6459,7 +6459,7 @@ msgctxt ""
"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 ""
+msgstr "Tingueu en compte que si aquesta opció és només serveix per anul·lar les heurístiques. Si activeu la casella de selecció en una base de dades que no admet les claus primàries, veureu missatges d'error."
#. EYaFK
#: dabaadvpropgen.xhp
@@ -6468,7 +6468,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Generated Values"
-msgstr ""
+msgstr "Valors generats"
#. kGZBa
#: dabaadvpropgen.xhp