Translations by Gabriele Bartolini

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

150 of 388 results
1.
%s: invalid -X option -- %s
2011-05-31
%s: opzione -X errata -- %s
2.
Try "%s --help" for more information.
2011-05-31
Consultare "%s --help" per maggiori informazioni.
3.
%s: too many command-line arguments (first is "%s")
2011-05-31
%s: troppi argomenti nella linea di comando (il primo è "%s")
4.
options -s/--schema-only and -a/--data-only cannot be used together
2011-05-31
le opzioni -s/--schema-only e -a/--data-only non possono essere usate insieme
5.
options -c/--clean and -a/--data-only cannot be used together
2011-05-31
le opzioni -c/--clean e -a/--data-only non possono essere usate insieme
6.
options --inserts/--column-inserts and -o/--oids cannot be used together
2011-05-31
le opzioni --inserts/--column-inserts e -o/--oids non possono essere usate insieme
7.
(The INSERT command cannot set OIDs.)
2011-05-31
(Il comando INSERT non può essere impostato a OID.)
8.
invalid output format "%s" specified
2011-05-31
invalido formato di output "%s" specificato
9.
could not open output file "%s" for writing
2011-05-31
non è possibile aprire il file di output "%s" per la scrittura
10.
could not parse version string "%s"
2011-05-31
non è possibile analizzare la stringa di versione "%s"
11.
invalid client encoding "%s" specified
2011-05-31
invalida codificazione client "%s" specificata
12.
last built-in OID is %u
2011-05-31
l'ultimo OID incorporato è %u
13.
No matching schemas were found
2011-05-31
Non è stato trovato nessuno schema corrispondente
14.
No matching tables were found
2011-05-31
non è stata trovata nessuna tabella
15.
%s dumps a database as a text file or to other formats.
2011-05-31
%s scarica un database in formato testo o in altri formati.
16.
Usage:
2011-05-31
Utilizzo:
17.
%s [OPTION]... [DBNAME]
2011-05-31
%s [OPZIONE]... [NOMEDB]
18.
General options:
2011-05-31
Opzioni generali:
19.
-f, --file=FILENAME output file name
2011-05-31
-f, --file=NOMEFILE nome file di output
20.
-F, --format=c|t|p output file format (custom, tar, plain text)
2011-05-31
-F, --format=c|t|p formato file di output (custom, tar, plain text)
21.
-v, --verbose verbose mode
2011-05-31
-v, --verbose modo verbose
22.
-Z, --compress=0-9 compression level for compressed formats
2011-05-31
-Z, --compress=0-9 livello di compressione per formati compressi
23.
--lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock
2011-05-31
--lock-wait-timeout=TIMEOUT errore dopo attesa di TIMEOUT per un lock di tabella
24.
--help show this help, then exit
2011-05-31
--help mostra questo aiuto ed esce
25.
--version output version information, then exit
2011-05-31
--version fornisce informazioni sulla versione ed esce
26.
Options controlling the output content:
2011-05-31
Opzioni per il controllo del contenuto dell'output:
27.
-a, --data-only dump only the data, not the schema
2011-05-31
-a, --data-only scarica solamente i dati, non lo schema
28.
-b, --blobs include large objects in dump
2011-05-31
-b, --blobs include nel dump i large objects
29.
-c, --clean clean (drop) database objects before recreating
2011-05-31
-c, --clean svuota (drop) gli oggetti database prima di ricrearli
30.
-C, --create include commands to create database in dump
2011-05-31
-C, --create include nel dump i comandi per creare database
31.
-E, --encoding=ENCODING dump the data in encoding ENCODING
2011-05-31
-E, --encoding=CODIFICA scarica i dati nella codifica indicata in CODIFICA
32.
-n, --schema=SCHEMA dump the named schema(s) only
2011-05-31
-n, --schema=SCHEMA scarica solo lo schema o gli schemi nominati in SCHEMA
33.
-N, --exclude-schema=SCHEMA do NOT dump the named schema(s)
2011-05-31
-N, --exclude-schema=SCHEMA non scarica lo schema o gli schemi nominati in SCHEMA
34.
-o, --oids include OIDs in dump
2011-05-31
-o, --oids nel dump include gli OID
35.
-O, --no-owner skip restoration of object ownership in plain-text format
2011-05-31
-O, --no-owner salta il ripristino della proprietà dell'oggetto nel formato plain-text
36.
-s, --schema-only dump only the schema, no data
2011-05-31
-s, --schema-only scarica solo lo schema, non i dati
37.
-S, --superuser=NAME superuser user name to use in plain-text format
2011-05-31
-S, --superuser=NOME nome dell'utente superuser da usare nel formato plain-text
38.
-t, --table=TABLE dump the named table(s) only
2011-05-31
-t, --table=TABELLA scarica solo la tabella o le tabelle nominate
39.
-T, --exclude-table=TABLE do NOT dump the named table(s)
2011-05-31
-T, --exclude-table=TABELLA non scarica la tabella o le tabelle nominate
40.
-x, --no-privileges do not dump privileges (grant/revoke)
2011-05-31
-x, --no-privileges non scarica i privilegi (grant/revoke)
41.
--binary-upgrade for use by upgrade utilities only
2011-05-31
--binary-upgrade da utilizzare solo con utilità di aggiornamento
42.
--inserts dump data as INSERT commands, rather than COPY
2011-05-31
--inserts scarica dati come comandi INSERT, anzichè COPY
43.
--column-inserts dump data as INSERT commands with column names
2011-05-31
--column-inserts scarica dati come comandi INSERT con nomi di colonna
44.
--disable-dollar-quoting disable dollar quoting, use SQL standard quoting
2011-05-31
--disable-dollar-quoting disabilita la quotazione con dollaro, utilizzando la quotazione standard SQL
45.
--disable-triggers disable triggers during data-only restore
2011-05-31
--disable-triggers disabilita i trigger durante il ripristino dei soli dati
46.
--no-tablespaces do not dump tablespace assignments
2011-05-31
--no-tablespaces non scarica le assegnazioni di tablespace
47.
--role=ROLENAME do SET ROLE before dump
2011-05-31
--role=NOMERUOLO esegue SET ROLE prima del dump
48.
--use-set-session-authorization use SET SESSION AUTHORIZATION commands instead of ALTER OWNER commands to set ownership
2011-05-31
--use-set-session-authorization usa i comandi SET SESSION AUTHORIZATION invece dei comandi ALTER OWNER per impostare le proprietà
49.
Connection options:
2011-05-31
Opzioni di connessione:
50.
-h, --host=HOSTNAME database server host or socket directory
2011-05-31
-h, --host=NOMEHOST host server di database o directory socket