Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/libo_help-24-2/textsbasicshared/da/units/?format=api&page=51
https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/units/?format=api&page=52", "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/units/?format=api&page=50", "results": [ { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "' statements" ], "previous_source": "", "target": [ "' udtryk" ], "id_hash": 2081144599373314359, "content_hash": 2081144599373314359, "location": "03090301.xhp", "context": "03090301.xhp\nbas_id171588670458263\nhelp.text", "note": "a8NbA", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2501, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110324748/?format=api", "priority": 100, "id": 110736676, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=9ce1b5fc9bde7937", "url": "https://translations.documentfoundation.org/api/units/110736676/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.002361Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement." ], "previous_source": "", "target": [ "Hvis programmet møder en Return-sætning, der ikke er indledt med <emph>GoSub</emph>, returnerer $[officename] Basic en fejlmeddelelse. Brug <emph>Exit Sub</emph> eller <emph>Exit Function</emph> for at sikre, at programmet forlader en Sub eller en Function, før det når næste Return-sætning." ], "id_hash": -2811461207270579265, "content_hash": -2811461207270579265, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3153190\nhelp.text", "note": "X2mAh", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2502, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 39, "source_unit": "https://translations.documentfoundation.org/api/units/110324775/?format=api", "priority": 100, "id": 110736679, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=58fbaeed80d8a3bf", "url": "https://translations.documentfoundation.org/api/units/110736679/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.003828Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user." ], "previous_source": "", "target": [ "Følgende eksempel demonstrerer brugen af <emph>GoSub</emph> og <emph>Return</emph>. Ved at udføre en programsektion to gange beregner programmet kvadratroden af to tal, som er indtastet af brugeren." ], "id_hash": 2440815532560841564, "content_hash": 2440815532560841564, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3145799\nhelp.text", "note": "HZDqC", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2503, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 31, "source_unit": "https://translations.documentfoundation.org/api/units/110324802/?format=api", "priority": 100, "id": 110736681, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=a1df84cb7c8b7b5c", "url": "https://translations.documentfoundation.org/api/units/110736681/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.006028Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "iInputa = Int(InputBox(\"Enter the first number: \",\"NumberInput\"))" ], "previous_source": "", "target": [ "iInputa = Int(InputBox$(\"Indtast det første tal: \",\"Talindtastning\"))" ], "id_hash": -5791688460122185998, "content_hash": -5791688460122185998, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3146970\nhelp.text", "note": "JXEq5", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2504, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 7, "source_unit": "https://translations.documentfoundation.org/api/units/110324819/?format=api", "priority": 100, "id": 110736687, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=2f9fca07fcb01ef2", "url": "https://translations.documentfoundation.org/api/units/110736687/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.008873Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "iInputb = Int(InputBox(\"Enter the second number: \",\"NumberInput\"))" ], "previous_source": "", "target": [ "iInputb = Int(InputBox$(\"Indtast det andet tal: \",\"Talindtastning\"))" ], "id_hash": -1880485996575806090, "content_hash": -1880485996575806090, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3150329\nhelp.text", "note": "iC9jg", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2505, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 7, "source_unit": "https://translations.documentfoundation.org/api/units/110324858/?format=api", "priority": 100, "id": 110736689, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=65e72bf30900ad76", "url": "https://translations.documentfoundation.org/api/units/110736689/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.015562Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Print \"The square root of\";iInputa;\" is\";iInputc" ], "previous_source": "", "target": [ "Print \"Kvadratroden af\";iInputa;\" er\";iInputc" ], "id_hash": -6996438353229582963, "content_hash": -6996438353229582963, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3154756\nhelp.text", "note": "LFYhz", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2506, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110324888/?format=api", "priority": 100, "id": 110736698, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=1ee7a862eed4ed8d", "url": "https://translations.documentfoundation.org/api/units/110736698/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.021015Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Print \"The square root of\";iInputb;\" is\";iInputc" ], "previous_source": "", "target": [ "Print \"Kvadratroden af\";iInputb;\" er\";iInputc" ], "id_hash": 6791152239325688761, "content_hash": 6791152239325688761, "location": "03090301.xhp", "context": "03090301.xhp\npar_id3147340\nhelp.text", "note": "hDCHM", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2507, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110324905/?format=api", "priority": 100, "id": 110736701, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=de3f04fb089b33b9", "url": "https://translations.documentfoundation.org/api/units/110736701/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.022897Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "GoTo Statement" ], "previous_source": "", "target": [ "GoTo-udtryk" ], "id_hash": -2564626724969153125, "content_hash": -2564626724969153125, "location": "03090302.xhp", "context": "03090302.xhp\ntit\nhelp.text", "note": "ruEDV", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2508, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110324922/?format=api", "priority": 100, "id": 110736704, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=5c689d94e4bd7d9b", "url": "https://translations.documentfoundation.org/api/units/110736704/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.024267Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<bookmark_value>GoTo statement</bookmark_value> <bookmark_value>label; in GoTo statement</bookmark_value>" ], "previous_source": "", "target": [ "<bookmark_value>GoTo -udtryk</bookmark_value> <bookmark_value>etiket; in GoTo-udtryk</bookmark_value>" ], "id_hash": -5191449748388339427, "content_hash": -5191449748388339427, "location": "03090302.xhp", "context": "03090302.xhp\nbm_id3159413\nhelp.text", "note": "MJeVf", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2509, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110324933/?format=api", "priority": 100, "id": 110736707, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=37f443f59605a11d", "url": "https://translations.documentfoundation.org/api/units/110736707/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.025569Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<variable id=\"GoToh1\"><link href=\"text/sbasic/shared/03090302.xhp\">GoTo Statement</link></variable>" ], "previous_source": "", "target": [ "<variable id=\"GoToh1\"><link href=\"text/sbasic/shared/03090302.xhp\">GoTo-udtryk</link></variable>" ], "id_hash": 5353326371603919892, "content_hash": 5353326371603919892, "location": "03090302.xhp", "context": "03090302.xhp\nhd_id3159413\nhelp.text", "note": "cLxHY", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2510, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 4, "source_unit": "https://translations.documentfoundation.org/api/units/110324951/?format=api", "priority": 100, "id": 110736708, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=ca4ad5f8ca2eb414", "url": "https://translations.documentfoundation.org/api/units/110736708/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.026958Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Continues program execution within a <literal>Sub</literal> or <literal>Function</literal> at the procedure line indicated by a label." ], "previous_source": "", "target": [ "Fortsætter programafiviklingen inden for en <literal>Sub</literal> eller <literal>Function</literal> fra den procedurelinje, etiketten viser." ], "id_hash": 1931793192882787259, "content_hash": 1931793192882787259, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3153379\nhelp.text", "note": "zmo8E", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2511, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 16, "source_unit": "https://translations.documentfoundation.org/api/units/110324981/?format=api", "priority": 100, "id": 110736711, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=9acf1bac814bd3bb", "url": "https://translations.documentfoundation.org/api/units/110736711/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.028632Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Syntax:" ], "previous_source": "", "target": [ "Syntaks:" ], "id_hash": 5095080748822730250, "content_hash": 5095080748822730250, "location": "03090302.xhp", "context": "03090302.xhp\nhd_id3149656\nhelp.text", "note": "MFgEA", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2512, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "source_unit": "https://translations.documentfoundation.org/api/units/110325009/?format=api", "priority": 100, "id": 110736714, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=c6b55cf23782960a", "url": "https://translations.documentfoundation.org/api/units/110736714/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.030050Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Parameters:" ], "previous_source": "", "target": [ "Parametre:" ], "id_hash": -4689604016792498693, "content_hash": -4689604016792498693, "location": "03090302.xhp", "context": "03090302.xhp\nhd_id3150870\nhelp.text", "note": "ziCip", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2513, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "source_unit": "https://translations.documentfoundation.org/api/units/110325029/?format=api", "priority": 100, "id": 110736717, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=3eeb2dfe49d68dfb", "url": "https://translations.documentfoundation.org/api/units/110736717/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.031223Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label is that of the routine it belongs to." ], "previous_source": "", "target": [ "<emph>label: </emph> En linjeidentifikator, der viser, hvor udførelsen skal fortsættes. En label har samme rækkevidde, som den rutine den tilhører." ], "id_hash": -2414256646905862715, "content_hash": -2414256646905862715, "location": "03090302.xhp", "context": "03090302.xhp\npar_id471588670859073\nhelp.text", "note": "AoFVn", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2514, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 22, "source_unit": "https://translations.documentfoundation.org/api/units/110325058/?format=api", "priority": 100, "id": 110736718, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=5e7ed65ef48ce5c5", "url": "https://translations.documentfoundation.org/api/units/110736718/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.032389Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and end it with a colon (\":\")." ], "previous_source": "", "target": [ "Brug erklæringen <literal>GoTo</literal> til at instruere $[officename] Basic til at fortsætte programudførelse på et andet sted i proceduren. Stedet skal vises med et etiket. For at sætte en etiket, tildeler du den et navn og afslutter den med et kolon (\":\")." ], "id_hash": 8264878789417055004, "content_hash": 8264878789417055004, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3152596\nhelp.text", "note": "ocGjF", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2515, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 40, "source_unit": "https://translations.documentfoundation.org/api/units/110325104/?format=api", "priority": 100, "id": 110736721, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=f2b2bf7842dd331c", "url": "https://translations.documentfoundation.org/api/units/110736721/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.033780Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "You cannot use the <literal>GoTo</literal> statement to jump out of a <literal>Sub</literal> or <literal>Function</literal>." ], "previous_source": "", "target": [ "Du kan ikke bruge udtrykket <literal>GoTo</literal> til at hoppe ud af en <literal>Sub</literal> eller <literal>Function</literal>." ], "id_hash": 7683688016268163561, "content_hash": 7683688016268163561, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3155416\nhelp.text", "note": "8o2aP", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2516, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 14, "source_unit": "https://translations.documentfoundation.org/api/units/110325115/?format=api", "priority": 100, "id": 110736724, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=eaa1f18a7696f9e9", "url": "https://translations.documentfoundation.org/api/units/110736724/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.035234Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Example:" ], "previous_source": "", "target": [ "Eksempel:" ], "id_hash": 215066351659715226, "content_hash": 215066351659715226, "location": "03090302.xhp", "context": "03090302.xhp\nhd_id3154731\nhelp.text", "note": "s9tCK", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2517, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "source_unit": "https://translations.documentfoundation.org/api/units/110325131/?format=api", "priority": 100, "id": 110736726, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=82fc11b515d10a9a", "url": "https://translations.documentfoundation.org/api/units/110736726/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.036594Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "' statement block" ], "previous_source": "", "target": [ "' udtryksblok" ], "id_hash": 1035886180389534963, "content_hash": 1035886180389534963, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3156424\nhelp.text", "note": "YN5FT", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2518, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "source_unit": "https://translations.documentfoundation.org/api/units/110325145/?format=api", "priority": 100, "id": 110736729, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=8e6034fe21dabcf3", "url": "https://translations.documentfoundation.org/api/units/110736729/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.037728Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "' statement block" ], "previous_source": "", "target": [ "' udtryksblok" ], "id_hash": -1394147730164731088, "content_hash": -1394147730164731088, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3161832\nhelp.text", "note": "4DWfG", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2519, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "source_unit": "https://translations.documentfoundation.org/api/units/110325194/?format=api", "priority": 100, "id": 110736731, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=6ca6fe06a31d3330", "url": "https://translations.documentfoundation.org/api/units/110736731/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.038847Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "' statement block" ], "previous_source": "", "target": [ "' udtryksblok" ], "id_hash": -5559017707893860046, "content_hash": -5559017707893860046, "location": "03090302.xhp", "context": "03090302.xhp\npar_id3152462\nhelp.text", "note": "FMGBa", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2520, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "source_unit": "https://translations.documentfoundation.org/api/units/110325219/?format=api", "priority": 100, "id": 110736733, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=32da66d8fce15932", "url": "https://translations.documentfoundation.org/api/units/110736733/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.039975Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "On...GoSub Statement; On...GoTo Statement" ], "previous_source": "", "target": [ "On...GoSub-udtryk; On...GoTo-udtryk" ], "id_hash": -8676385381056583198, "content_hash": -8676385381056583198, "location": "03090303.xhp", "context": "03090303.xhp\ntit\nhelp.text", "note": "GLei6", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2521, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 4, "source_unit": "https://translations.documentfoundation.org/api/units/110325235/?format=api", "priority": 100, "id": 110736736, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=0797497723bae9e2", "url": "https://translations.documentfoundation.org/api/units/110736736/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.041091Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<bookmark_value>On...GoSub statement</bookmark_value> <bookmark_value>On...GoTo statement</bookmark_value> <bookmark_value>label; in On...GoSub statement</bookmark_value> <bookmark_value>label; in On...GoTo statement</bookmark_value>" ], "previous_source": "", "target": [ "<bookmark_value>On...GoSub-udtryk</bookmark_value> <bookmark_value>On...GoTo-udtryk</bookmark_value> <bookmark_value>etiket; i On...GoSub-udtryk</bookmark_value> <bookmark_value>etiket; i On...GoTo-udtryk</bookmark_value>" ], "id_hash": -6460799177667313339, "content_hash": -6460799177667313339, "location": "03090303.xhp", "context": "03090303.xhp\nbm_id3153897\nhelp.text", "note": "RSWDG", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2522, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 12, "source_unit": "https://translations.documentfoundation.org/api/units/110325253/?format=api", "priority": 100, "id": 110736737, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=2656a160f2010145", "url": "https://translations.documentfoundation.org/api/units/110736737/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.042230Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<variable id=\"OnGoSubGoToh1\"><link href=\"text/sbasic/shared/03090303.xhp\">On...GoSub Statement; On...GoTo Statement</link></variable>" ], "previous_source": "", "target": [ "<variable id=\"OnGoSubGoToh1\"><link href=\"text/sbasic/shared/03090303.xhp\">On...GoSub-udtryk; On...GoTo-udtryk</link></variable>" ], "id_hash": 1052717408441611024, "content_hash": 1052717408441611024, "location": "03090303.xhp", "context": "03090303.xhp\nhd_id3153897\nhelp.text", "note": "nDExE", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2523, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325281/?format=api", "priority": 100, "id": 110736740, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=8e9c00e7cb083310", "url": "https://translations.documentfoundation.org/api/units/110736740/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.043737Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Branches to one of several specified lines in the program code, depending on the value of a numeric expression." ], "previous_source": "", "target": [ "Forgrener til en af adskillige specificerede linjer i programkoden afhængigt af værdien af et numerisk udtryk." ], "id_hash": -5619444676762377013, "content_hash": -5619444676762377013, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3150359\nhelp.text", "note": "9AaZW", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2524, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 19, "source_unit": "https://translations.documentfoundation.org/api/units/110325308/?format=api", "priority": 100, "id": 110736743, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=3203b8d6ee9e64cb", "url": "https://translations.documentfoundation.org/api/units/110736743/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.045079Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<image src=\"media/helpimg/sbasic/On-GoSub-GoTo_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">On GoSub/GoTo syntax</alt></image>" ], "previous_source": "", "target": [ "<image src=\"media/helpimg/sbasic/On-GoSub-GoTo_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">On GoSub/GoTo-syntaks</alt></image>" ], "id_hash": -8007314306472493549, "content_hash": -8007314306472493549, "location": "03090303.xhp", "context": "03090303.xhp\npar_id841588605629842\nhelp.text", "note": "7yAyG", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2525, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325329/?format=api", "priority": 100, "id": 110736744, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=10e04e1015cdbe13", "url": "https://translations.documentfoundation.org/api/units/110736744/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.046301Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "On expression GoSub Label1[, Label2[, Label3[,...]]]" ], "previous_source": "", "target": [ "On expression GoSub Label1[, Label2[, Label3[,...]]]" ], "id_hash": 3314698853483481391, "content_hash": 3314698853483481391, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3154366\nhelp.text", "note": "7DeW7", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2526, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325353/?format=api", "priority": 100, "id": 110736747, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=ae002d0b9347092f", "url": "https://translations.documentfoundation.org/api/units/110736747/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.047654Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "On expression GoTo Label1[, Label2[, Label3[,...]]]" ], "previous_source": "", "target": [ "On expression GoTo Label1[, Label2[, Label3[,...]]]" ], "id_hash": -6402338179223030715, "content_hash": -6402338179223030715, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3150769\nhelp.text", "note": "osLES", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2527, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325372/?format=api", "priority": 100, "id": 110736750, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=27265358d77d7445", "url": "https://translations.documentfoundation.org/api/units/110736750/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.049129Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>expression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If <emph>expression</emph> is 0, the statement is not executed. If <emph>expression</emph> is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)" ], "previous_source": "", "target": [ "<emph>udtryk:</emph> Ethvert numerisk udtryk mellem 0 og 255, som bestemmer, hvilke linjer programmet forgrener sig til. Hvis <emph>udtrykket</emph> er 0, udføres det ikke. If <emph>udtrykket</emph> er større end 0, hopper programmet til den etiket, der har positionsnummer svarende til udtrykket (1 = Første etiket; 2 = Anden ertiket)" ], "id_hash": 2068076599487543330, "content_hash": 2068076599487543330, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3148673\nhelp.text", "note": "eLCEK", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2528, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 57, "source_unit": "https://translations.documentfoundation.org/api/units/110325396/?format=api", "priority": 100, "id": 110736753, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=9cb348b5c8c0b822", "url": "https://translations.documentfoundation.org/api/units/110736753/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.050568Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure." ], "previous_source": "", "target": [ "<emph>label:</emph> Mål-linje overensstemmende med <emph>GoTo</emph> eller <emph>GoSub</emph>-struktur." ], "id_hash": 2227127820928806828, "content_hash": 2227127820928806828, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3153194\nhelp.text", "note": "K4CfD", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2529, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 9, "source_unit": "https://translations.documentfoundation.org/api/units/110325411/?format=api", "priority": 100, "id": 110736762, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=9ee858f40bd9efac", "url": "https://translations.documentfoundation.org/api/units/110736762/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.119509Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid." ], "previous_source": "", "target": [ "Koventionerne for <emph>GoTo</emph> eller <emph>GoSub</emph> gælder." ], "id_hash": 7610427163842297501, "content_hash": 7610427163842297501, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3156442\nhelp.text", "note": "eqUXk", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2530, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 7, "source_unit": "https://translations.documentfoundation.org/api/units/110325420/?format=api", "priority": 100, "id": 110736767, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=e99dab2f09cdbe9d", "url": "https://translations.documentfoundation.org/api/units/110736767/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.122208Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "sVar =sVar & \" From Sub 1 to\" : Return" ], "previous_source": "", "target": [ "sVar =sVar & \" Fra Sub 1 til\" : Return" ], "id_hash": 1645740379138877099, "content_hash": 1645740379138877099, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3153948\nhelp.text", "note": "PtTux", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2531, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 10, "source_unit": "https://translations.documentfoundation.org/api/units/110325440/?format=api", "priority": 100, "id": 110736771, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=96d6d827c316e6ab", "url": "https://translations.documentfoundation.org/api/units/110736771/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.123861Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "sVar =sVar & \" From Sub 2 to\" : Return" ], "previous_source": "", "target": [ "sVar =sVar & \" Fra Sub 2 til\" : Return" ], "id_hash": 1454502229252920250, "content_hash": 1454502229252920250, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3153708\nhelp.text", "note": "VKHHb", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2532, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 10, "source_unit": "https://translations.documentfoundation.org/api/units/110325461/?format=api", "priority": 100, "id": 110736774, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=942f6e123ba253ba", "url": "https://translations.documentfoundation.org/api/units/110736774/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.126669Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "sVar =sVar & \" Label 1\" : GoTo Ende" ], "previous_source": "", "target": [ "sVar =sVar & \" Etiket 1\" : GoTo Ende" ], "id_hash": 2038542091053296767, "content_hash": 2038542091053296767, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3150321\nhelp.text", "note": "uRwqS", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2533, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 9, "source_unit": "https://translations.documentfoundation.org/api/units/110325483/?format=api", "priority": 100, "id": 110736778, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=9c4a5b3b2ce9ec7f", "url": "https://translations.documentfoundation.org/api/units/110736778/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.128448Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "sVar =sVar & \" Label 2\"" ], "previous_source": "", "target": [ "sVar =sVar & \" Etiket 2\"" ], "id_hash": -3613480631945508088, "content_hash": -3613480631945508088, "location": "03090303.xhp", "context": "03090303.xhp\npar_id3155764\nhelp.text", "note": "MccqF", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2534, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325507/?format=api", "priority": 100, "id": 110736781, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=4dda5682a2224b08", "url": "https://translations.documentfoundation.org/api/units/110736781/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.130080Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Further Statements" ], "previous_source": "", "target": [ "Flere sætninger" ], "id_hash": 5040256901967338317, "content_hash": 5040256901967338317, "location": "03090400.xhp", "context": "03090400.xhp\ntit\nhelp.text", "note": "vPMtX", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2535, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110325521/?format=api", "priority": 100, "id": 110736787, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=c5f296f2aa795b4d", "url": "https://translations.documentfoundation.org/api/units/110736787/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.132635Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<link href=\"text/sbasic/shared/03090400.xhp\">Further Statements</link>" ], "previous_source": "", "target": [ "<link href=\"text/sbasic/shared/03090400.xhp\">Flere sætninger</link>" ], "id_hash": -3659375094856976125, "content_hash": -3659375094856976125, "location": "03090400.xhp", "context": "03090400.xhp\nhd_id3145316\nhelp.text", "note": "ML48g", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2536, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "source_unit": "https://translations.documentfoundation.org/api/units/110325538/?format=api", "priority": 100, "id": 110736790, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=4d3749bd4b237903", "url": "https://translations.documentfoundation.org/api/units/110736790/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.136381Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Statements that do not belong to any of the other categories are described here." ], "previous_source": "", "target": [ "Sætninger, som ikke tilhører nogen anden kategori, bliver beskrevet her." ], "id_hash": -1242392490536028791, "content_hash": -1242392490536028791, "location": "03090400.xhp", "context": "03090400.xhp\npar_id3154923\nhelp.text", "note": "qFvDF", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2537, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 14, "source_unit": "https://translations.documentfoundation.org/api/units/110325554/?format=api", "priority": 100, "id": 110736793, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=6ec2229cc1fcb589", "url": "https://translations.documentfoundation.org/api/units/110736793/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.139131Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Call Statement" ], "previous_source": "", "target": [ "Call-udtryk" ], "id_hash": -6926819522013444905, "content_hash": -6926819522013444905, "location": "03090401.xhp", "context": "03090401.xhp\ntit\nhelp.text", "note": "VEG8P", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2538, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110325565/?format=api", "priority": 100, "id": 110736798, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=1fdefe583725c4d7", "url": "https://translations.documentfoundation.org/api/units/110736798/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.141367Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<bookmark_value>Call statement</bookmark_value>" ], "previous_source": "", "target": [ "<bookmark_value>Call-sætning</bookmark_value>" ], "id_hash": 7129483782462549701, "content_hash": 7129483782462549701, "location": "03090401.xhp", "context": "03090401.xhp\nbm_id3154422\nhelp.text", "note": "XWEkZ", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2539, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110325567/?format=api", "priority": 100, "id": 110736801, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=e2f103b9fd96aec5", "url": "https://translations.documentfoundation.org/api/units/110736801/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.143484Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\">Call Statement</link></variable>" ], "previous_source": "", "target": [ "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\">Udtrykket Kald</link></variable>" ], "id_hash": -8397298547011016629, "content_hash": -8397298547011016629, "location": "03090401.xhp", "context": "03090401.xhp\nhd_id3154422\nhelp.text", "note": "ynyEA", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2540, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 4, "source_unit": "https://translations.documentfoundation.org/api/units/110325569/?format=api", "priority": 100, "id": 110736806, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=0b76cd765881284b", "url": "https://translations.documentfoundation.org/api/units/110736806/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.145727Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Transfers the control of the program to a subroutine, a function, or a procedure of a <link href=\"text/sbasic/shared/03090403.xhp\">Dynamic Link Library (DLL)</link>. The keyword, type and number of parameters is dependent on the routine that is being called." ], "previous_source": "", "target": [ "Overfører kontrollen med programmet til en subrutine, en funktion eller en procedure i et <link href=\"text/sbasic/shared/03090403.xhp\">Dynamic Link Library (DLL)</link>. Nøgleordet, typen og antallet af parametere afhænger af rutinen, der kaldes." ], "id_hash": -4924660338096325445, "content_hash": -4924660338096325445, "location": "03090401.xhp", "context": "03090401.xhp\npar_id3153394\nhelp.text", "note": "FdEBA", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2541, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 37, "source_unit": "https://translations.documentfoundation.org/api/units/110325571/?format=api", "priority": 100, "id": 110736811, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=3ba81783b4503cbb", "url": "https://translations.documentfoundation.org/api/units/110736811/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.147661Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<image src=\"media/helpimg/sbasic/Call_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Call Statement diagram</alt></image>" ], "previous_source": "", "target": [ "<image src=\"media/helpimg/sbasic/Call_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram over udtrykket Call</alt></image>" ], "id_hash": 7988263313738445980, "content_hash": 7988263313738445980, "location": "03090401.xhp", "context": "03090401.xhp\npar_id491585753339474\nhelp.text", "note": "CXLBw", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2542, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "source_unit": "https://translations.documentfoundation.org/api/units/110325580/?format=api", "priority": 100, "id": 110736815, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=eedc032903aa349c", "url": "https://translations.documentfoundation.org/api/units/110736815/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.149475Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "[Call] name [(] [param :=] value, ... [)]" ], "previous_source": "", "target": [ "[Call] name [(] [param :=] value, ... [)]" ], "id_hash": 3155689915034938130, "content_hash": 3155689915034938130, "location": "03090401.xhp", "context": "03090401.xhp\npar_id3150984\nhelp.text", "note": "zeXDB", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2543, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 8, "source_unit": "https://translations.documentfoundation.org/api/units/110325603/?format=api", "priority": 100, "id": 110736818, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=abcb434216f0ab12", "url": "https://translations.documentfoundation.org/api/units/110736818/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.150733Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>name:</emph> Name of the subroutine, the function, or the <link href=\"text/sbasic/shared/03090403.xhp\">DLL</link> that you want to call" ], "previous_source": "", "target": [ "<emph>name:</emph> Navnet på den subrutine, funktion eller det <link href=\"text/sbasic/shared/03090403.xhp\">DLL</link>, som du vil kalde" ], "id_hash": -5034658981625210163, "content_hash": -5034658981625210163, "location": "03090401.xhp", "context": "03090401.xhp\npar_id3148473\nhelp.text", "note": "75EPa", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2544, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 16, "source_unit": "https://translations.documentfoundation.org/api/units/110325633/?format=api", "priority": 100, "id": 110736822, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=3a214c54baffdacd", "url": "https://translations.documentfoundation.org/api/units/110736822/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.152194Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>param:</emph> Keyword parameter name to pass to the routine, followed by its <emph>value</emph>. The name must match the routine declaration. Keywords are optional and can be used in any order." ], "previous_source": "", "target": [ "<emph>param:</emph> Navn på det parameter-nøgleord , der skal overføres til rutinen fulgt af dets <emph>værdi</emph>. Navnet skal matche rutineerklæringen. Nøgleordene er valgfrie og kan bruges i enhver rækkefølge." ], "id_hash": -1496250794589704052, "content_hash": -1496250794589704052, "location": "03090401.xhp", "context": "03090401.xhp\npar_id3148946\nhelp.text", "note": "23rrr", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2545, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 30, "source_unit": "https://translations.documentfoundation.org/api/units/110325670/?format=api", "priority": 100, "id": 110736826, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=6b3c3fd46d95b08c", "url": "https://translations.documentfoundation.org/api/units/110736826/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.153565Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<emph>value:</emph> Positional parameter value. The type is dependent on the routine that is being called" ], "previous_source": "", "target": [ "<emph>value:</emph> Positionsparameter-værdi. Typen er afhængig af af den rutine, der kaldes" ], "id_hash": 7874901914337339137, "content_hash": 7874901914337339137, "location": "03090401.xhp", "context": "03090401.xhp\npar_id871586190690812\nhelp.text", "note": "r9JSP", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2546, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 15, "source_unit": "https://translations.documentfoundation.org/api/units/110325701/?format=api", "priority": 100, "id": 110736829, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=ed4945916d1ee701", "url": "https://translations.documentfoundation.org/api/units/110736829/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.154864Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "When mixing positional and keyword parameters, make sure positional parameters are following the routine declaration order." ], "previous_source": "", "target": [ "Når du blander positions- og nøgleordsparametre, skal du sørge for, at positionsparameterne holder rutineerklæringens rækkefølge." ], "id_hash": 6144054848648620754, "content_hash": 6144054848648620754, "location": "03090401.xhp", "context": "03090401.xhp\npar_id421586006407428\nhelp.text", "note": "gANH7", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2547, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 16, "source_unit": "https://translations.documentfoundation.org/api/units/110325737/?format=api", "priority": 100, "id": 110736833, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=d54411550e37aad2", "url": "https://translations.documentfoundation.org/api/units/110736833/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.156211Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a <link href=\"text/sbasic/shared/03090403.xhp\">Declare statement</link> is compulsory prior to call a DLL." ], "previous_source": "", "target": [ "Når en funktion bruges som et udtryk, bliver det nødvendigt at isolere parametre med klammer. Brug af et <link href=\"text/sbasic/shared/03090403.xhp\">Erklæringsudtryk</link> er obligatorisk før kald til et DLL." ], "id_hash": 6400551780656075379, "content_hash": 6400551780656075379, "location": "03090401.xhp", "context": "03090401.xhp\npar_id3154216\nhelp.text", "note": "cLUAB", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2548, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 26, "source_unit": "https://translations.documentfoundation.org/api/units/110325762/?format=api", "priority": 100, "id": 110736837, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=d8d353eed47fd273", "url": "https://translations.documentfoundation.org/api/units/110736837/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.157391Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "Choose Function" ], "previous_source": "", "target": [ "Choose-funktion" ], "id_hash": -5666570947345235249, "content_hash": -5666570947345235249, "location": "03090402.xhp", "context": "03090402.xhp\ntit\nhelp.text", "note": "eyeVE", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2549, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110325794/?format=api", "priority": 100, "id": 110736840, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=315c4bbf04f042cf", "url": "https://translations.documentfoundation.org/api/units/110736840/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.158758Z" }, { "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api", "source": [ "<bookmark_value>Choose function</bookmark_value>" ], "previous_source": "", "target": [ "<bookmark_value>Choose-funktion</bookmark_value>" ], "id_hash": -6632412504488341340, "content_hash": -6632412504488341340, "location": "03090402.xhp", "context": "03090402.xhp\nbm_id3143271\nhelp.text", "note": "3AfGe", "flags": "", "labels": [], "state": 20, "fuzzy": false, "translated": true, "approved": false, "position": 2550, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "source_unit": "https://translations.documentfoundation.org/api/units/110325934/?format=api", "priority": 100, "id": 110736843, "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicshared/da/?checksum=23f4eff79a1d10a4", "url": "https://translations.documentfoundation.org/api/units/110736843/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2024-02-01T18:22:44.159923Z" } ] }{ "count": 4728, "next": "