Browsing Dutch translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Dutch guidelines.
874883 of 1469 results
874.

Write an unambiguous representation, octal bytes by default,
of FILE to standard output. With more than one FILE argument,
concatenate them in the listed order to form the input.
With no FILE, or when FILE is -, read standard input.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Een eenduidige representatie (standaard octale bytes) van het gegeven
BESTAND naar standaarduitvoer sturen. Bij meer dan één BESTAND, deze
in de gegeven volgorde achter elkaar plakken om de invoer te vormen.

Zonder BESTAND, of wanneer BESTAND - is, wordt standaardinvoer gelezen.

Translated by Benno Schulenberg
Located in src/od.c:300
875.
All arguments to long options are mandatory for short options.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(Een verplicht argument bij een lange optie geldt ook voor de korte vorm.)
Translated and reviewed by Benno Schulenberg
Located in src/od.c:308
876.
-A, --address-radix=RADIX decide how file offsets are printed
-j, --skip-bytes=BYTES skip BYTES input bytes first
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-A, --address-radix=GROND te gebruiken grondtal voor adressen (o, d, x, n)
-j, --skip-bytes=AANTAL dit aantal bytes aan begin van invoer overslaan
Translated and reviewed by Benno Schulenberg
Located in src/od.c:311
877.
-N, --read-bytes=BYTES limit dump to BYTES input bytes
-S, --strings[=BYTES] output strings of at least BYTES graphic chars
-t, --format=TYPE select output format or formats
-v, --output-duplicates do not use * to mark line suppression
-w, --width[=BYTES] output BYTES bytes per output line
--traditional accept arguments in traditional form
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-N, --read-bytes=AANTAL uitvoer beperken tot dit aantal bytes van invoer
-S, --strings[=AANTAL] alleen symboolnamen tonen, van minstens deze lengte
-t, --format=TYPE te gebruiken type opmaak voor de uitvoer
-v, --output-duplicates duplicaten tonen, i.p.v. '*' voor regelweglating
-w, --width[=AANTAL] aantal te tonen bytes per uitvoerregel
--traditional ook argumenten in traditionele vorm accepteren
Translated and reviewed by Benno Schulenberg
Located in src/od.c:315
878.

Traditional format specifications may be intermixed; they accumulate:
-a same as -t a, select named characters, ignoring high-order bit
-b same as -t o1, select octal bytes
-c same as -t c, select ASCII characters or backslash escapes
-d same as -t u2, select unsigned decimal 2-byte units
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Traditionele opmaakspecificaties mogen ook gebruikt worden; zij tellen op:
-a als '-t a', tekennamen tonen, het hoogste bit negerend
-b als '-t o1', octale getallen van 1 byte tonen
-c als '-t c', ASCII-tekens of backslash-codes tonen
-d als '-t u2', decimale getallen van 2 bytes zonder teken tonen
Translated and reviewed by Benno Schulenberg
Located in src/od.c:325
879.
-f same as -t fF, select floats
-i same as -t dI, select decimal ints
-l same as -t dL, select decimal longs
-o same as -t o2, select octal 2-byte units
-s same as -t d2, select decimal 2-byte units
-x same as -t x2, select hexadecimal 2-byte units
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-f als '-t fF', drijvendekommagetallen tonen
-i als '-t dI', decimale korte gehele getallen tonen
-l als '-t dL', decimale lange gehele getallen tonen
-o als '-t o2', octale getallen van 2 bytes tonen
-s als '-t d2', decimale getallen van 2 bytes tonen
-x als '-t x2', hexadecimale getallen van 2 bytes tonen
Translated and reviewed by Benno Schulenberg
Located in src/od.c:377
880.

If first and second call formats both apply, the second format is assumed
if the last operand begins with + or (if there are 2 operands) a digit.
An OFFSET operand means -j OFFSET. LABEL is the pseudo-address
at first byte printed, incremented when dump is progressing.
For OFFSET and LABEL, a 0x or 0X prefix indicates hexadecimal;
suffixes may be . for octal and b for multiply by 512.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Als niet '--traditional' gebruikt is, dan geldt de tweede vorm van 'Gebruik'
wanneer het laatste argument met een '+' begint of (bij twee argumenten) met
een cijfer. Een POSITIE-argument betekent hetzelfde als '-j POSITIE'.
LABEL is een pseudo-adres voor de eerste getoonde byte, wordt tussen haakjes
getoond, en wordt net als het echte adres opgehoogd tijdens de voortgang.
Voor POSITIE en LABEL betekenen een voorgevoegde '0x' of '0X' hexadecimaal;
het achtervoegsel '.' betekent octaal en 'b' vermenigvuldiging met 512.
Translated and reviewed by Benno Schulenberg
Located in src/od.c:338
881.

TYPE is made up of one or more of these specifications:

a named character, ignoring high-order bit
c ASCII character or backslash escape
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

TYPE bestaat uit één of meer van de volgende aanduidigen:
a tekennaam, het hoogste bit negerend
c ASCII-teken of backslash-code
Translated and reviewed by Benno Schulenberg
Located in src/od.c:350
882.
d[SIZE] signed decimal, SIZE bytes per integer
f[SIZE] floating point, SIZE bytes per integer
o[SIZE] octal, SIZE bytes per integer
u[SIZE] unsigned decimal, SIZE bytes per integer
x[SIZE] hexadecimal, SIZE bytes per integer
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
d[AANTAL] decimaal getal met plus- of minteken, met AANTAL bytes per getal
f[AANTAL] drijvendekommagetal, met AANTAL bytes per getal
o[AANTAL] octaal getal, met AANTAL bytes per getal
u[AANTAL] decimaal getal zonder teken, met AANTAL bytes per getal
x[AANTAL] hexadecimaal getal, met AANTAL bytes per getal
Translated by Benno Schulenberg
Located in src/od.c:391
883.

SIZE is a number. For TYPE in doux, SIZE may also be C for
sizeof(char), S for sizeof(short), I for sizeof(int) or L for
sizeof(long). If TYPE is f, SIZE may also be F for sizeof(float), D
for sizeof(double) or L for sizeof(long double).
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

AANTAL is een getal. Als TYPE een van 'doux' is, dan mag AANTAL ook zijn:
C voor sizeof(char), S voor sizeof(short), I voor sizeof(int), of L voor
sizeof(long). Als TYPE 'f' is, mag AANTAL ook zijn: F voor sizeof(float),
D voor sizeof(double), of L voor sizeof(long double). (De machineafhankelijke
functie sizeof() geeft de lengte in bytes aan van de gegeven eenheid.)
Translated by Benno Schulenberg
Located in src/od.c:364
874883 of 1469 results

This translation is managed by Ubuntu Dutch Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Balaam's Miracle, Benno Schulenberg, Freek de Kruijf, Hannie Dumoleyn, Ivo Timmermans, Jeroen, Lars, Martijn vdS, Removed by request, Tino Meinen, Tom Louwrier, appeltje.