diff --git a/i18n/api/nb.json b/i18n/api/nb.json index c8fb0f4..b1c3168 100644 --- a/i18n/api/nb.json +++ b/i18n/api/nb.json @@ -10,7 +10,10 @@ "apihelp-query+extracts-param-limit": "Hvor mange utdrag som skal returneres. (Flere utdrag kan kun returneres om exintro er satt til sann.)", "apihelp-query+extracts-param-intro": "Returner kun innholdet foran første seksjon.", "apihelp-query+extracts-param-plaintext": "Returner utdrag som ren tekst i stedet for HTML.", - "apihelp-query+extracts-param-sectionformat": "Hvordan seksjoner formateres i rentekstmodus:\n;plain:Ingen formatering.\n;wiki:Formatering i wikitekststil (== som dette ==)\n;raw:Denne modulens interne representasjon (seksjonstittel med prefiks <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).", + "apihelp-query+extracts-param-sectionformat": "Hvordan seksjoner formateres i rentekstmodus:", + "apihelp-query+extracts-paramvalue-sectionformat-plain": "Ingen formatering.", + "apihelp-query+extracts-paramvalue-sectionformat-wiki": "Formatering i wikitekststil (== som dette ==).", + "apihelp-query+extracts-paramvalue-sectionformat-raw": "Denne modulens interne representasjon (seksjonstittel med prefiks <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).", "apihelp-query+extracts-example-1": "Hent et utdrag på 175 tegn", "apiwarn-textextracts-limit": "exlimit var for stor for en forespørsel om full artikkeluthenting, senket til $1.", "apiwarn-textextracts-unsupportedmodel": "$1 har innholdsmodellen $2, som ikke støttes; returnerer en tom uthenting.",