Translations by Andrea76

Andrea76 has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

151189 of 189 results
1413.
-L FILE FILE exists and is a symbolic link (same as -h) -O FILE FILE exists and is owned by the effective user ID -p FILE FILE exists and is a named pipe -r FILE FILE exists and read permission is granted -s FILE FILE exists and has a size greater than zero
2007-11-10
-L FILE FILE esiste ed è un collegamento simbolico (come -h) -O FILE FILE esiste ed è posseduto dallo user ID efficace -p FILE FILE esiste ed è una pipe con nome -r FILE FILE esiste ed è leggibile -s FILE FILE esiste ed ha dimensione maggiore di zero
1417.
test and/or [
2007-05-17
prova e/o [
1421.
extra argument %s
2007-11-10
argomento extra %s
1435.
cannot touch %s
2007-11-10
impossibile fare touch di %s
1446.
SETs are specified as strings of characters. Most represent themselves. Interpreted sequences are: \NNN character with octal value NNN (1 to 3 octal digits) \\ backslash \a audible BEL \b backspace \f form feed \n new line \r return \t horizontal tab
2007-05-17
I SET sono specificati come stringhe di caratteri. La maggior parte rappresentano loro stessi. Le sequenze interpretate sono: \NNN carattere con valore ottale NNN (da 1 a 3 cifre ottali) \\ backslash \a beep udibile \b backspace \f salto di pagina \n nuova riga \r ritorno a capo \t tabulatore orizzontale
1447.
\v vertical tab CHAR1-CHAR2 all characters from CHAR1 to CHAR2 in ascending order [CHAR*] in SET2, copies of CHAR until length of SET1 [CHAR*REPEAT] REPEAT copies of CHAR, REPEAT octal if starting with 0 [:alnum:] all letters and digits [:alpha:] all letters [:blank:] all horizontal whitespace [:cntrl:] all control characters [:digit:] all digits
2007-11-19
\v tabulazione verticale CAR1-CAR2 tutti i caratteri da CAR1 fino a CAR2 in ordine ascendente [CAR*] copia CAR su SET2 tante volte quanto la lunghezza di SET1 [CAR*NUM] NUM copie di CAR, NUM è ottale se inizia con 0 [:alnum:] tutte lettere e numeri [:alpha:] tutte lettere [:blank:] tutti spazi bianchi orizzontali [:cntrl:] tutti caratteri di controllo [:digit:] tutti numeri
1448.
[:graph:] all printable characters, not including space [:lower:] all lower case letters [:print:] all printable characters, including space [:punct:] all punctuation characters [:space:] all horizontal or vertical whitespace [:upper:] all upper case letters [:xdigit:] all hexadecimal digits [=CHAR=] all characters which are equivalent to CHAR
2007-05-17
[:graph:] tutti i caratteri stampabili, senza spazi [:lower:] tutti i caratteri in minuscolo [:print:] tutti i caratteri stampabili, compresi gli spazi [:punct:] tutti i caratteri di punteggiatura [:space:] tutti gli spazi orizzontali o verticali [:upper:] tutti i caratteri in maiuscolo [:xdigit:] tutte le cifre esadecimali [=CHAR=] tutti i caratteri equivalenti a CHAR
1450.
warning: the ambiguous octal escape \%c%c%c is being interpreted as the 2-byte sequence \0%c%c, %c
2007-11-19
attenzione: il codice ottale ambiguo \%c%c%c sarà interpretato come la sequenza di due byte \0%c%c, %c
1453.
invalid repeat count %s in [c*n] construct
2007-05-17
conteggio delle ripetizioni %s non valido nel costrutto [c*n]
1456.
invalid character class %s
2007-11-10
classe di carattere non valido %s
1457.
%s: equivalence class operand must be a single character
2007-05-17
%s: l'operando di equivalenza classi deve essere un singolo carattere
1458.
misaligned [:upper:] and/or [:lower:] construct
2007-05-17
costrutto disallineato [:upper:] e/oc [:lower:]
1459.
too many characters in set
2007-11-10
troppi caratteri nell'insieme
1461.
the [c*] repeat construct may not appear in string1
2007-05-17
il costrutto ripetuto [c*] non dovrebbe apparire in string1
1462.
only one [c*] repeat construct may appear in string2
2007-05-17
solo un costrutto ripetuto [c*] dovrebbe apparire in string2
1463.
[=c=] expressions may not appear in string2 when translating
2007-05-17
le espressioni [=c=] non dovrebbero apparire in string2 durante la traduzione
1465.
when not truncating set1, string2 must be non-empty
2007-05-17
se set1 non viene troncato, string2 non deve essere vuota
1467.
the [c*] construct may appear in string2 only when translating
2007-05-17
il costrutto [c*] potrebbe apparire in string2 solo durante la traduzione
1469.
Two strings must be given when translating.
2007-05-17
Devono essere fornite due stringhe durante la traduzione.
1470.
Only one string may be given when deleting without squeezing repeats.
2007-05-17
Solo una stringa può essere fornita durante la cancellazione senza omissione delle ripetizioni.
1471.
Usage: %s [ignored command line arguments] or: %s OPTION
2007-11-10
Uso: %s [argomenti in linea di comando ignorati] o: %s OPZIONE
1472.
Exit with a status code indicating success.
2007-11-10
Termina con un codice di stato indicante successo.
1490.
cannot open %s for writing
2007-11-10
impossibile aprire %s per la scrittura
1492.
Usage: %s [OPTION] [FILE] Write totally ordered list consistent with the partial ordering in FILE. With no FILE, or when FILE is -, read standard input.
2007-05-17
Utilizzo: %s [OPTION] [FILE] Scrive una lista totalmente ordinata di un FILE specificato rispettando l'ordinamento parziale. Se non si specifica FILE, o se FILE è -, legge dallo standard input.
1493.
%s: input contains an odd number of tokens
2007-11-10
%s: l'input contiene un numero dispari di token
1494.
%s: input contains a loop:
2007-05-17
%s: l'input contiene un ciclo:
1501.
Convert blanks in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input.
2007-05-17
Converte gli spazi vuoti in ogni FILE in tab e scrive sullo standard output. Se non si specifica FILE, o se FILE è -, legge dallo standard input.
1503.
tabs are too far apart
2007-05-17
i tabulatori sono troppo grandi
1504.
tab stop value is too large
2007-11-10
il valore del tab stop è troppo grande
1505.
Usage: %s [OPTION]... [INPUT [OUTPUT]]
2007-11-10
Uso: %s [OPZIONE]... [INPUT [OUTPUT]]
1507.
-c, --count prefix lines by the number of occurrences -d, --repeated only print duplicate lines
2007-05-17
-c, --count mostra il numero di occorrenze all'inizio di ogni riga -d, --repeated mostra solo le righe duplicate
1509.
-w, --check-chars=N compare no more than N characters in lines
2007-05-17
-w, --check-chars=N non confrontare più di N caratteri nelle righe
1512.
too many repeated lines
2007-11-10
troppe linee ripetute
1513.
invalid number of fields to skip
2007-11-10
numero di campi non valido
1514.
invalid number of bytes to skip
2007-11-10
numero di byte da saltare non valido
1515.
invalid number of bytes to compare
2007-11-10
numero di byte da confrontare non valido
1516.
printing all duplicated lines and repeat counts is meaningless
2007-05-17
è senza senso stampare tutte le righe duplicate e il numero delle ripetizioni
1554.
-l, --login print system login processes
2007-05-17
-l, --login stampa i processi di login del sistema
1555.
--lookup attempt to canonicalize hostnames via DNS -m only hostname and user associated with stdin -p, --process print active processes spawned by init
2007-11-10
-l, --lookup cerca di canonicalizzare gli hostname con il DNS -m solo l'hostname e l'utente associato a stdin -p, --process stampa i processi attivi figli di init