From professional translators, enterprises, web pages and freely available translation repositories.
procentteken
percent sign
Last Update: 2014-10-14
Usage Frequency: 4
Quality:
als u getallen wilt weergeven als percentages (getallen die worden vermenigvuldigd met 100), voegt u het procentteken (%) toe aan de getalnotatie.
to display numbers as percentages, (numbers that are multiplied by 100) add the percent sign (%) to the number format.
opmaak bestuurt de uitvoer. begrepen codes zijn: %% het procentteken %a de afkorting van de dag volgens de taalregio (bijv. zo)
format controls the output. interpreted sequences are: %% a literal % %a locale's abbreviated weekday name (e.g., sun)
alternatieve tekensets kunnen ook worden weergegeven. let er op dat u 8-bit tekens dient te markeren met het procentteken en de uit 2 tekens bestaande hexadecimale codes: cata:; charset=iso-8859-1,gr%fc%dfe aus schl%e4gl geeft gruuml; szlig; e aus schlauml; gl als resultaat terwijl als u de tekenset zou weglaten u zoiets als & bijv; gr?? e aus schl?gl zou zien.
specifying alternate character sets is also possible. note that 8-bit characters have to be escaped by a percentage sign and their two-digit hexadecimal codes: data:; charset=iso-8859-1, gr%fc%dfe aus schl%e4gl results in gruuml; szlig; e aus schlauml; gl whereas omitting the charset attribute might lead to something like gr? ?e aus schl? gl