update translations for master
and force-fix errors using pocheck Change-Id: I77488fda05cc237c8148a5307a2dd85937a42638
This commit is contained in:
@@ -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: 2023-12-04 15:06+0100\n"
|
||||
"POT-Creation-Date: 2023-12-04 16:28+0100\n"
|
||||
"PO-Revision-Date: 2017-05-10 08:29+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: Malaate Alemu\n"
|
||||
@@ -251,23 +251,23 @@ msgctxt ""
|
||||
msgid "<link href=\"text/scalc/01/05020000.xhp\">Cells</link>"
|
||||
msgstr "<link href=\"text/scalc/01/05020000.xhp\">Bisiccubba</link>"
|
||||
|
||||
#. tnar9
|
||||
#. YvAfv
|
||||
#: main0105.xhp
|
||||
msgctxt ""
|
||||
"main0105.xhp\n"
|
||||
"hd_id3154703\n"
|
||||
"hd_id851701617819857\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/01170100.xhp\">Control</link>"
|
||||
msgstr "<link href=\"text/shared/02/01170100.xhp\">Qorqorshubba</link>"
|
||||
msgid "Chart - Export as Image"
|
||||
msgstr ""
|
||||
|
||||
#. bReRT
|
||||
#. yd6VV
|
||||
#: main0105.xhp
|
||||
msgctxt ""
|
||||
"main0105.xhp\n"
|
||||
"hd_id3147005\n"
|
||||
"par_id791701617919079\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/01170200.xhp\">Form</link>"
|
||||
msgstr "<link href=\"text/shared/02/01170200.xhp\">Forme</link>"
|
||||
msgid "Exports directly the chart as image. Select the image file type in the Save dialog."
|
||||
msgstr ""
|
||||
|
||||
#. KRfJh
|
||||
#: main0107.xhp
|
||||
|
||||
@@ -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: 2023-12-04 15:06+0100\n"
|
||||
"POT-Creation-Date: 2023-12-04 16:28+0100\n"
|
||||
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
|
||||
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
|
||||
"Language-Team: sid (generated) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/sid/>\n"
|
||||
@@ -41966,13 +41966,13 @@ msgctxt ""
|
||||
msgid "left"
|
||||
msgstr ""
|
||||
|
||||
#. N5Fux
|
||||
#. 36XAc
|
||||
#: 04060199.xhp
|
||||
msgctxt ""
|
||||
"04060199.xhp\n"
|
||||
"par_id391687561825288\n"
|
||||
"help.text"
|
||||
msgid "Binary operation string concatenation. Note that unary (prefix) + and - have a different precedence. Note that \"&\" shall be escaped when included in an XML document"
|
||||
msgid "Binary operation string concatenation. Note that \"&\" shall be escaped when included in an XML document."
|
||||
msgstr ""
|
||||
|
||||
#. vaLpi
|
||||
@@ -41984,31 +41984,31 @@ msgctxt ""
|
||||
msgid "left"
|
||||
msgstr ""
|
||||
|
||||
#. WTaVk
|
||||
#. Y6nxm
|
||||
#: 04060199.xhp
|
||||
msgctxt ""
|
||||
"04060199.xhp\n"
|
||||
"par_id631687561838545\n"
|
||||
"help.text"
|
||||
msgid "Comparisonoperators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to"
|
||||
msgid "Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to."
|
||||
msgstr ""
|
||||
|
||||
#. pUQyD
|
||||
#. haEyR
|
||||
#: 04060199.xhp
|
||||
msgctxt ""
|
||||
"04060199.xhp\n"
|
||||
"par_id241687561247336\n"
|
||||
"help.text"
|
||||
msgid "Prefix \"-\" has a higher precedence than \"^\", \"^\" is left-associative, andreference intersection has a higher precedence than reference union."
|
||||
msgid "Prefix \"-\" has a higher precedence than \"^\", \"^\" is left-associative, and reference intersection has a higher precedence than reference union."
|
||||
msgstr ""
|
||||
|
||||
#. hykLj
|
||||
#. EDyXx
|
||||
#: 04060199.xhp
|
||||
msgctxt ""
|
||||
"04060199.xhp\n"
|
||||
"par_id941687561277896\n"
|
||||
"help.text"
|
||||
msgid "Prefix \"+\" and \"-\" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical."
|
||||
msgid "Prefix \"+\" and \"-\" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical."
|
||||
msgstr ""
|
||||
|
||||
#. nbL6F
|
||||
@@ -42020,13 +42020,13 @@ msgctxt ""
|
||||
msgid "Precedence can be overridden by using parentheses, so \"=2+3*4\" computes to 14 but \"=(2+3)*4\" computes 20."
|
||||
msgstr ""
|
||||
|
||||
#. NBuf3
|
||||
#. 5kQTk
|
||||
#: 04060199.xhp
|
||||
msgctxt ""
|
||||
"04060199.xhp\n"
|
||||
"par_id661687565493405\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators\">OpenDocument v1.3 part4, Formula Operators</link>"
|
||||
msgid "<link href=\"https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators\">OpenDocument v1.3 part 4, Formula Operators</link>"
|
||||
msgstr ""
|
||||
|
||||
#. LfJJp
|
||||
|
||||
Reference in New Issue
Block a user