# # Translation of initdb to Italian # PostgreSQL Project # # Associazione Culturale ITPUG - Italian PostgreSQL Users Group # http://www.itpug.org/ - info@itpug.org # # Traduttori: # * Daniele Varrazzo # # Revisori: # * Gabriele Bartolini # * Emanuele Zamprogno # # Traduttori precedenti: # * Flavio Spada , 2010 # * Fabrizio Mazzoni , 2003. # * Ottavio Campana , 2007. # # Copyright (c) 2010, Associazione Culturale ITPUG # Distributed under the same license of the PostgreSQL project # msgid "" msgstr "" "Project-Id-Version: initdb (PostgreSQL) 9.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2014-12-06 18:12+0000\n" "PO-Revision-Date: 2014-12-06 18:31+0100\n" "Last-Translator: Daniele Varrazzo \n" "Language-Team: Gruppo traduzioni ITPUG \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.5.4\n" #: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284 #, c-format msgid "could not identify current directory: %s" msgstr "identificazione della directory corrente fallita: %s" #: ../../common/exec.c:146 #, c-format msgid "invalid binary \"%s\"" msgstr "binario non valido \"%s\"" #: ../../common/exec.c:195 #, c-format msgid "could not read binary \"%s\"" msgstr "lettura del binario \"%s\" fallita" #: ../../common/exec.c:202 #, c-format msgid "could not find a \"%s\" to execute" msgstr "programma \"%s\" da eseguire non trovato" #: ../../common/exec.c:257 ../../common/exec.c:293 #, c-format msgid "could not change directory to \"%s\": %s" msgstr "spostamento nella directory \"%s\" fallito: %s" #: ../../common/exec.c:272 #, c-format msgid "could not read symbolic link \"%s\"" msgstr "lettura del link simbolico \"%s\" fallita" #: ../../common/exec.c:523 #, c-format msgid "pclose failed: %s" msgstr "pclose fallita: %s" #: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60 #: ../../common/fe_memutils.c:83 #, c-format msgid "out of memory\n" msgstr "memoria esaurita\n" #: ../../common/fe_memutils.c:77 #, c-format msgid "cannot duplicate null pointer (internal error)\n" msgstr "impossibile duplicare il puntatore nullo (errore interno)\n" #: ../../common/pgfnames.c:45 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "apertura della directory \"%s\" fallita: %s\n" #: ../../common/pgfnames.c:72 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "lettura della directory \"%s\" fallita: %s\n" #: ../../common/pgfnames.c:84 #, c-format msgid "could not close directory \"%s\": %s\n" msgstr "chiusura della directory \"%s\" fallita: %s\n" #: ../../common/rmtree.c:77 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "non è stato possibile ottenere informazioni sul file o directory \"%s\": %s\n" #: ../../common/rmtree.c:104 ../../common/rmtree.c:121 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "rimozione del file o directory \"%s\" fallita: %s\n" #: ../../common/username.c:45 #, c-format msgid "could not look up effective user ID %ld: %s" msgstr "ID utente effettivo %ld non trovato: %s" #: ../../common/username.c:47 msgid "user does not exist" msgstr "l'utente non esiste" #: ../../common/username.c:61 #, c-format msgid "user name lookup failure: %s" msgstr "errore nella ricerca del nome: %s" #: ../../common/wait_error.c:47 #, c-format msgid "command not executable" msgstr "comando non eseguibile" #: ../../common/wait_error.c:51 #, c-format msgid "command not found" msgstr "comando non trovato" #: ../../common/wait_error.c:56 #, c-format msgid "child process exited with exit code %d" msgstr "processo figlio uscito con codice di uscita %d" #: ../../common/wait_error.c:63 #, c-format msgid "child process was terminated by exception 0x%X" msgstr "processo figlio terminato da eccezione 0x%X" #: ../../common/wait_error.c:73 #, c-format msgid "child process was terminated by signal %s" msgstr "processo figlio terminato da segnale %s" #: ../../common/wait_error.c:77 #, c-format msgid "child process was terminated by signal %d" msgstr "processo figlio terminato da segnale %d" #: ../../common/wait_error.c:82 #, c-format msgid "child process exited with unrecognized status %d" msgstr "processo figlio uscito con stato non riconosciuto %d" #: ../../port/dirmod.c:219 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "non è stato possibile impostare la giunzione per \"%s\": %s\n" #: ../../port/dirmod.c:294 #, c-format msgid "could not get junction for \"%s\": %s\n" msgstr "non è stato possibile ottenere la giunzione per \"%s\": %s\n" #: initdb.c:337 #, c-format msgid "%s: out of memory\n" msgstr "%s: memoria esaurita\n" #: initdb.c:447 initdb.c:1653 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: errore nell'apertura del file \"%s\" per la lettura: %s\n" #: initdb.c:503 initdb.c:1055 initdb.c:1083 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: errore nell'apertura del file \"%s\" per la scrittura: %s\n" #: initdb.c:511 initdb.c:519 initdb.c:1062 initdb.c:1089 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: errore nella scrittura del file \"%s\": %s\n" #: initdb.c:541 initdb.c:608 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: apertura della directory \"%s\" fallita: %s\n" #: initdb.c:558 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "%s: non è stato possibile ottenere informazioni sul file \"%s\": %s\n" #: initdb.c:571 initdb.c:628 #, c-format msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: lettura della directory \"%s\" fallita: %s\n" #: initdb.c:578 initdb.c:635 #, c-format msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s: chiusura della directory \"%s\" fallita: %s\n" #: initdb.c:662 initdb.c:714 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: apertura del file \"%s\" fallita: %s\n" #: initdb.c:730 #, c-format msgid "%s: could not fsync file \"%s\": %s\n" msgstr "%s: fsync del file \"%s\" fallito: %s\n" #: initdb.c:751 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: esecuzione del comando \"%s\" fallita: %s\n" #: initdb.c:767 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: rimozione della directory dati \"%s\"\n" #: initdb.c:770 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: rimozione della directory dati fallita\n" #: initdb.c:776 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: rimozione dei contenuti della directory dati \"%s\"\n" #: initdb.c:779 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: rimozione dei contenuti dalla directory dati fallita\n" #: initdb.c:785 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: rimozione della directory dei log delle transazioni \"%s\"\n" #: initdb.c:788 #, c-format msgid "%s: failed to remove transaction log directory\n" msgstr "%s: rimozione della directory dei log delle transazioni fallita\n" #: initdb.c:794 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" msgstr "%s: rimozione dei contenuti della directory dei log delle transazioni \"%s\"\n" #: initdb.c:797 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" msgstr "%s: rimozione dei contenuti della directory dei log delle transazioni fallita\n" #: initdb.c:806 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: directory dati \"%s\" non rimossa su richiesta dell'utente\n" #: initdb.c:811 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" msgstr "%s: directory dei log delle transazioni \"%s\" non rimossa su richiesta dell'utente\n" #: initdb.c:832 #, c-format msgid "" "%s: cannot be run as root\n" "Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n" "own the server process.\n" msgstr "" "%s: non può essere eseguito da root\n" "Effettua il login (usando per esempio \"su\") con l'utente\n" "(non privilegiato) che controllerà il processo server.\n" #: initdb.c:868 #, c-format msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" non è un nome di codifica per il server valido\n" #: initdb.c:982 initdb.c:3386 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: creazione della directory \"%s\" fallita: %s\n" #: initdb.c:1011 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: il file \"%s\" non esiste\n" #: initdb.c:1013 initdb.c:1022 initdb.c:1032 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" "the wrong directory with the invocation option -L.\n" msgstr "" "Questo potrebbe indica una installazione corrotta oppure\n" "hai indicato la directory errata con l'opzione -L.\n" #: initdb.c:1019 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: accesso al file \"%s\" fallito: %s\n" #: initdb.c:1030 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: il file \"%s\" non è un file regolare\n" #: initdb.c:1175 #, c-format msgid "selecting default max_connections ... " msgstr "selezione del parametro max_connections predefinito ... " #: initdb.c:1205 #, c-format msgid "selecting default shared_buffers ... " msgstr "selezione di shared_buffers predefinito ... " #: initdb.c:1238 #, c-format msgid "selecting dynamic shared memory implementation ... " msgstr "selezione dell'implementazione della memoria dinamica ... " #: initdb.c:1256 msgid "creating configuration files ... " msgstr "creazione dei file di configurazione ... " #: initdb.c:1347 initdb.c:1367 initdb.c:1451 initdb.c:1467 #, c-format msgid "%s: could not change permissions of \"%s\": %s\n" msgstr "%s: cambio di permesso di \"%s\" fallito: %s\n" #: initdb.c:1491 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "creazione del database template1 in in %s/base/1 ... " #: initdb.c:1507 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" "Check your installation or specify the correct path using the option -L.\n" msgstr "" "%s: il file di input \"%s\" non appartiene a PostgreSQL %s\n" "Controlla la correttezza dell'installazione oppure specifica\n" "il percorso corretto con l'opzione -L.\n" #: initdb.c:1594 msgid "initializing pg_authid ... " msgstr "inizializzazione di pg_authid ... " #: initdb.c:1628 msgid "Enter new superuser password: " msgstr "Inserisci la nuova password del superutente: " #: initdb.c:1629 msgid "Enter it again: " msgstr "Conferma password: " #: initdb.c:1632 #, c-format msgid "Passwords didn't match.\n" msgstr "Le password non corrispondono.\n" #: initdb.c:1660 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: lettura del file delle password \"%s\" fallita: %s\n" #: initdb.c:1663 #, c-format msgid "%s: password file \"%s\" is empty\n" msgstr "%s: il file delle password \"%s\" è vuoto\n" #: initdb.c:1676 #, c-format msgid "setting password ... " msgstr "impostazione password ... " #: initdb.c:1776 msgid "initializing dependencies ... " msgstr "inizializzazione delle dipendenze ... " #: initdb.c:1804 msgid "creating system views ... " msgstr "creazione delle viste di sistema ... " #: initdb.c:1840 msgid "loading system objects' descriptions ... " msgstr "caricamento delle descrizioni degli oggetti di sistema ... " #: initdb.c:1946 msgid "creating collations ... " msgstr "creazione degli ordinamenti alfabetici ... " #: initdb.c:1979 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s: nome locale troppo lungo, saltato: \"%s\"\n" #: initdb.c:2004 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" msgstr "%s: nome locale contiene caratteri non ASCII, saltato: \"%s\"\n" #: initdb.c:2073 #, c-format msgid "No usable system locales were found.\n" msgstr "Nessun locale di sistema trovato.\n" #: initdb.c:2074 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Usa l'opzione \"--debug\" per vedere i dettagli.\n" #: initdb.c:2077 #, c-format msgid "not supported on this platform\n" msgstr "non supportato su questa piattaforma\n" #: initdb.c:2092 msgid "creating conversions ... " msgstr "creazione delle conversioni ... " #: initdb.c:2127 msgid "creating dictionaries ... " msgstr "creazione dizionari ... " #: initdb.c:2181 msgid "setting privileges on built-in objects ... " msgstr "impostazione dei privilegi per gli oggetti predefiniti ... " #: initdb.c:2239 msgid "creating information schema ... " msgstr "creazione dello schema informazioni ... " #: initdb.c:2295 msgid "loading PL/pgSQL server-side language ... " msgstr "caricamento del linguaggio lato server PL/pgSQL ... " #: initdb.c:2320 msgid "vacuuming database template1 ... " msgstr "vacuum del database template1 ... " #: initdb.c:2376 msgid "copying template1 to template0 ... " msgstr "copia di template1 a template0 ... " #: initdb.c:2408 msgid "copying template1 to postgres ... " msgstr "copia di template1 a postgres ... " #: initdb.c:2435 msgid "syncing data to disk ... " msgstr "sincronizzazione dati sul disco ... " #: initdb.c:2514 #, c-format msgid "caught signal\n" msgstr "intercettato segnale\n" #: initdb.c:2520 #, c-format msgid "could not write to child process: %s\n" msgstr "scrittura verso il processo figlio fallita: %s\n" #: initdb.c:2528 #, c-format msgid "ok\n" msgstr "ok\n" #: initdb.c:2618 #, c-format msgid "%s: setlocale() failed\n" msgstr "%s: setlocale() fallito\n" #: initdb.c:2636 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s: ripristino del locale precedente \"%s\" fallito\n" #: initdb.c:2646 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: nome locale non valido \"%s\"\n" #: initdb.c:2658 #, c-format msgid "%s: invalid locale settings; check LANG and LC_* environment variables\n" msgstr "%s: impostazione locale non valida; controlla le variabili d'ambiente LANG e LC_*\n" #: initdb.c:2686 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: mancata corrispondenza di codifica\n" #: initdb.c:2688 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" "selected locale uses (%s) do not match. This would lead to\n" "misbehavior in various character string processing functions.\n" "Rerun %s and either do not specify an encoding explicitly,\n" "or choose a matching combination.\n" msgstr "" "La codifica selezionata (%s) e la codifica usata dal locale\n" "(%s) non corrispondono. Questo causerebbe un funzionamento errato\n" "in molte funzioni di elaborazione delle stringhe di caratteri.\n" "Esegui di nuovo %s senza specificare una codifica esplicitamente\n" "oppure seleziona una combinazione corretta.\n" #: initdb.c:2793 #, c-format msgid "%s: WARNING: cannot create restricted tokens on this platform\n" msgstr "%s: ATTENZIONE: non è possibile creare token ristretti su questa piattaforma\n" #: initdb.c:2802 #, c-format msgid "%s: could not open process token: error code %lu\n" msgstr "%s: apertura del token di processo fallita: codice errore %lu\n" #: initdb.c:2815 #, c-format msgid "%s: could not to allocate SIDs: error code %lu\n" msgstr "%s: allocazione dei SID fallita: codice errore %lu\n" #: initdb.c:2834 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s: creazione del token ristretto fallita: codice errore %lu\n" #: initdb.c:2855 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" msgstr "%s: errore nell'avvio del processo per il comando \"%s\": codice errore %lu\n" #: initdb.c:2869 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" "\n" msgstr "" "%s inizializza un cluster di database PostgreSQL.\n" "\n" #: initdb.c:2870 #, c-format msgid "Usage:\n" msgstr "Utilizzo:\n" #: initdb.c:2871 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPZIONE]... [DATADIR]\n" #: initdb.c:2872 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "Opzioni:\n" #: initdb.c:2873 #, c-format msgid " -A, --auth=METHOD default authentication method for local connections\n" msgstr "" " -A, --auth=METODO metodo di autenticazione predefinito per le\n" " connessioni locali\n" #: initdb.c:2874 #, c-format msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr "" " --auth-host=METODO metodo di autenticazione predefinito per le\n" " connessioni TCP/IP\n" #: initdb.c:2875 #, c-format msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr "" " --auth-local=METODO metodo di autenticazione predefinito per le\n" " connessioni locali\n" #: initdb.c:2876 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]DATADIR dove creare questo cluster di database\n" #: initdb.c:2877 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr "" " -E, --encoding=ENCODING imposta la codifica predefinita per i nuovi\n" " database\n" #: initdb.c:2878 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr "" " --locale=LOCALE imposta il locale predefinito per i nuovi\n" " database\n" #: initdb.c:2879 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" " set default locale in the respective category for\n" " new databases (default taken from environment)\n" msgstr "" " --lc-collate, --lc-ctype, --lc-messages=LOCALE\n" " --lc-monetary, --lc-numeric, --lc-time=LOCALE\n" " inizializza il nuovo cluster di database con il\n" " locale specificato nella categoria corrispondente.\n" " Il valore predefinito viene preso dalle variabili\n" " d'ambiente\n" #: initdb.c:2883 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale equivalente a --locale=C\n" #: initdb.c:2884 #, c-format msgid " --pwfile=FILE read password for the new superuser from file\n" msgstr " --pwfile=FILE leggi la password per il nuovo superutente dal file\n" #: initdb.c:2885 #, c-format msgid "" " -T, --text-search-config=CFG\n" " default text search configuration\n" msgstr "" " -T, --text-search-config=CFG\n" " configurazione predefinita per la ricerca di testo\n" #: initdb.c:2887 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=NOME nome del superutente del database\n" #: initdb.c:2888 #, c-format msgid " -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt richiedi la password per il nuovo superutente\n" #: initdb.c:2889 #, c-format msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" msgstr "" " -X, --xlogdir=XLOGDIR posizione della directory contenente i log\n" " delle transazioni\n" #: initdb.c:2890 #, c-format msgid "" "\n" "Less commonly used options:\n" msgstr "" "\n" "Opzioni utilizzate meno frequentemente:\n" #: initdb.c:2891 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug genera molto output di debug\n" #: initdb.c:2892 #, c-format msgid " -k, --data-checksums use data page checksums\n" msgstr " -k, --data-checksums usa i checksum delle pagine dati\n" #: initdb.c:2893 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L DIRECTORY dove trovare i file di input\n" #: initdb.c:2894 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean non ripulire dopo gli errori\n" #: initdb.c:2895 #, c-format msgid " -N, --nosync do not wait for changes to be written safely to disk\n" msgstr "" " -N, --nosync non attendere che i cambiamenti siano stati\n" " scritti in sicurezza sul disco\n" #: initdb.c:2896 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show mostra le impostazioni interne\n" #: initdb.c:2897 #, c-format msgid " -S, --sync-only only sync data directory\n" msgstr " -S, --sync-only sincronizza solo la directory dei dati\n" #: initdb.c:2898 #, c-format msgid "" "\n" "Other options:\n" msgstr "" "\n" "Altre opzioni:\n" #: initdb.c:2899 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostra informazioni sulla versione ed esci\n" #: initdb.c:2900 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra questo aiuto ed esci\n" #: initdb.c:2901 #, c-format msgid "" "\n" "If the data directory is not specified, the environment variable PGDATA\n" "is used.\n" msgstr "" "\n" "Se la directory dati non è specificata, viene usata la variabile\n" "d'ambiente PGDATA.\n" #: initdb.c:2903 #, c-format msgid "" "\n" "Report bugs to .\n" msgstr "" "\n" "Puoi segnalare eventuali bug a .\n" #: initdb.c:2911 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" "You can change this by editing pg_hba.conf or using the option -A, or\n" "--auth-local and --auth-host, the next time you run initdb.\n" msgstr "" "\n" "ATTENZIONE: abilitazione dell'autenticazione \"trust\" per le connessioni\n" "locali. È possibile cambiare questa impostazione modificando il file\n" "pg_hba.conf o utilizzando l'opzione -A oppure --auth-local and --auth-host\n" "alla prossima esecuzione di initdb.\n" #: initdb.c:2933 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s: metodo di autenticazione \"%s\" non valido per connessioni \"%s\"\n" #: initdb.c:2947 #, c-format msgid "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "%s: occorre specificare una password per il superutente per abilitare l'autenticazione %s\n" #: initdb.c:2980 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "%s: ri-eseguire con token ristretto fallita: codice errore %lu\n" #: initdb.c:2995 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" msgstr "%s: lettura del codice di uscita del processo figlio fallita: codice errore %lu\n" #: initdb.c:3021 #, c-format msgid "" "%s: no data directory specified\n" "You must identify the directory where the data for this database system\n" "will reside. Do this with either the invocation option -D or the\n" "environment variable PGDATA.\n" msgstr "" "%s: nessuna directory dati specificati\n" "È necessario indicare la directory dove risiederanno i dati di questo\n" "database. Puoi farlo usando l'opzione -D oppure la variabile globale\n" "PGDATA.\n" #: initdb.c:3059 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" "same directory as \"%s\".\n" "Check your installation.\n" msgstr "" "Il programma \"postgres\" è richiesto da %s ma non è stato trovato\n" "nella stessa directory \"%s\".\n" "Verifica la correttezza dell'installazione.\n" #: initdb.c:3066 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" "but was not the same version as %s.\n" "Check your installation.\n" msgstr "" "Il programma \"postgres\" è stato trovato da \"%s\"\n" "ma non ha la stessa versione di %s.\n" "Verifica la correttezza dell'installazione.\n" #: initdb.c:3085 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: la posizione del file di input deve essere un percorso assoluto\n" #: initdb.c:3104 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "Il cluster di database sarà inizializzato con il locale \"%s\".\n" #: initdb.c:3107 #, c-format msgid "" "The database cluster will be initialized with locales\n" " COLLATE: %s\n" " CTYPE: %s\n" " MESSAGES: %s\n" " MONETARY: %s\n" " NUMERIC: %s\n" " TIME: %s\n" msgstr "" "Il cluster di database sarà inizializzato con i locale\n" " COLLATE: %s\n" " CTYPE: %s\n" " MESSAGES: %s\n" " MONETARY: %s\n" " NUMERIC: %s\n" " TIME: %s\n" #: initdb.c:3131 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: nessuna codifica adeguata trovata per il locale \"%s\"\n" #: initdb.c:3133 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Esegui di nuovo %s con l'opzione -E.\n" #: initdb.c:3134 initdb.c:3710 initdb.c:3731 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Prova \"%s --help\" per maggiori informazioni.\n" #: initdb.c:3146 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" "The default database encoding will be set to \"%s\" instead.\n" msgstr "" "La codifica \"%s\" implicata dal locale non è consentita come codifica lato server.\n" "La codifica predefinita dei database sarà impostata invece a \"%s\".\n" #: initdb.c:3154 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s: il locale \"%s\" richiede la codifica non supportata \"%s\"\n" #: initdb.c:3157 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" "Rerun %s with a different locale selection.\n" msgstr "" "La codifica \"%s\" non è disponibile come codifica lato server.\n" "Esegui di nuovo %s con un locale diverso.\n" #: initdb.c:3166 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "La codifica predefinita del database è stata impostata a \"%s\".\n" #: initdb.c:3237 #, c-format msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" msgstr "%s: nessuna configurazione per la ricerca testo adeguata al locale \"%s\"\n" #: initdb.c:3248 #, c-format msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" msgstr "%s: attenzione: non si conosce una configurazione per la ricerca testo adeguata al locale \"%s\"\n" #: initdb.c:3253 #, c-format msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" msgstr "" "%s: attenzione: la configurazione specificata per la ricerca testo \"%s\"\n" "potrebbe non corrispondere al locale \"%s\"\n" #: initdb.c:3258 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "La configurazione predefinita di ricerca testo sarà impostata a \"%s\".\n" #: initdb.c:3302 initdb.c:3380 #, c-format msgid "creating directory %s ... " msgstr "creazione della directory %s ... " #: initdb.c:3316 initdb.c:3398 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "correzione dei permessi sulla directory esistente %s ... " #: initdb.c:3322 initdb.c:3404 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: modifica dei permessi della directory \"%s\" fallita: %s\n" #: initdb.c:3337 initdb.c:3419 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: la directory \"%s\" esiste ma non è vuota\n" #: initdb.c:3343 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" "the directory \"%s\" or run %s\n" "with an argument other than \"%s\".\n" msgstr "" "Se vuoi creare un nuovo sistema di database, elimina o svuota\n" "la directory \"%s\" oppure esegui %s\n" "con un argomento diverso da \"%s\".\n" #: initdb.c:3351 initdb.c:3432 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: accesso alla directory \"%s\" fallito: %s\n" #: initdb.c:3371 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "%s: la directory dei log delle transazioni deve essere un percorso assoluto\n" #: initdb.c:3425 #, c-format msgid "" "If you want to store the transaction log there, either\n" "remove or empty the directory \"%s\".\n" msgstr "" "Se vuoi salvare lì i log delle transazioni,\n" "elimina oppure svuota la directory \"%s\".\n" #: initdb.c:3443 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: creazione del link simbolico \"%s\" fallita: %s\n" #: initdb.c:3448 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s: i link simbolici non sono supportati su questa piattaforma" #: initdb.c:3461 #, c-format msgid "It contains a dot-prefixed/invisible file, perhaps due to it being a mount point.\n" msgstr "Contiene un file prefissato con punto o invisibile, forse perché è un punto di montaggio.\n" #: initdb.c:3464 #, c-format msgid "It contains a lost+found directory, perhaps due to it being a mount point.\n" msgstr "Contiene una directory lost+found, forse perché è un punto di montaggio.\n" #: initdb.c:3467 #, c-format msgid "" "Using a mount point directly as the data directory is not recommended.\n" "Create a subdirectory under the mount point.\n" msgstr "" "Usare un punto di montaggio direttamente come directory dati non è\n" "consigliato. Crea una sottodirectory sotto il punto di montaggio.\n" #: initdb.c:3486 #, c-format msgid "creating subdirectories ... " msgstr "creazione delle sottodirectory ... " #: initdb.c:3654 #, c-format msgid "Running in debug mode.\n" msgstr "Esecuzione in modalità debug\n" #: initdb.c:3658 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "Esecuzione in modalità noclean. Gli errori non verranno ripuliti.\n" #: initdb.c:3729 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: troppi argomenti nella riga di comando (il primo è \"%s\")\n" #: initdb.c:3746 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "" "%s: il prompt della password ed un file contenente la password non\n" "possono essere specificati contemporaneamente\n" #: initdb.c:3768 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" "This user must also own the server process.\n" "\n" msgstr "" "I file di questo database apparterranno all'utente \"%s\".\n" "Questo utente deve inoltre possedere il processo server.\n" "\n" #: initdb.c:3784 #, c-format msgid "Data page checksums are enabled.\n" msgstr "La somma di controllo dei dati delle pagine è abilitata.\n" #: initdb.c:3786 #, c-format msgid "Data page checksums are disabled.\n" msgstr "La somma di controllo dei dati delle pagine è disabilitata.\n" #: initdb.c:3795 #, c-format msgid "" "\n" "Sync to disk skipped.\n" "The data directory might become corrupt if the operating system crashes.\n" msgstr "" "\n" "Sync sul disco saltato.\n" "La directory dei dati potrebbe diventare corrotta in caso di crash del sistema operativo.\n" #: initdb.c:3804 #, c-format msgid "" "\n" "Success. You can now start the database server using:\n" "\n" " %s%s%spostgres%s -D %s%s%s\n" "or\n" " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n" "\n" msgstr "" "\n" "Successo. Ora puoi avviare il server database con:\n" "\n" " %s%s%spostgres%s -D %s%s%s\n" "oppure\n" " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n" "\n"