# # Italian translations for Subversion # Traduazione italiana per Subversion # # Copyright (C) 2004 Collab Net. # This file is distributed under the same license as the subversion package. # # Translation dictionary: # Nota: Il criterio per le traduzioni proposte tiene conto del fatto che # Subversion è uno strumento principalmente per sviluppatori e che una # serie di vocaboli sono spessopresi direttamente dall'inglese, # sia che esistano o meno vocaboli altrettanto efficaci in italiano. # # PROPNAME: NOMEPROP # PROPVAL: VALPROP # REPOS: ARCH # REPOS_PATH: PERC_ARCH # affected time: affected time (in attesa di una traduzione più adatta) # argument: argomento, parametro # authentication: autenticazione # authorisation: autorizzazione # bogus: non valido, sbagliato # bump: incrementare di 1 # checkout: checkout # client: client # commit: commit # conflict: conflitto, in conflitto # default: default # directory: directory # display: mostra # drop: eliminare, scartare, abbandonare # dump: scaricare, esportare # dumpfile: esportazione # entry: voce, elemento, oggetto, riga (a seconda del contesto) # external: esterno/a # feature: caratteristica, funzionalità # filesystem: filesystem # hash: hash # hook: aggancio # item: oggetto, elemento # inconsistent: contradditorio # label: etichetta # lock: blocco, bloccare # log: log (sostantivo), registrare (verbo: to log...) # malformed: non conforme, non correttamente strutturata/o # merge: fondere # mergeable: conciliabile, fondibile, compatibile # mutex: mutex # note: nota # node revision: nodo di revisione # obstruct: ostruire # obstructed: ostruito # path: percorso # pre-revprop-change: pre-cambiamento-proprev # print: restituisce # relocate: riallocare # repository: archivio # revert: invertire # root: root # sandbox: sandbox # schedule: azione programmata, pianificata # scheduling: programmazione, pianificazione # server: server # stack: stack # stderr: stderr # stdio: stdio # stdout: stdout # stream: flusso # switch: switch (sostantivo), cambiare (verbo) # system: sistema # tag: etichetta, contrassegno # target: obbiettivo # text-base: testo base, testuali # token: gettone # unlock: sbloccare # update: aggiornare # usage: utilizzo # working copy: copia di lavoro (CP) msgid "" msgstr "" "Project-Id-Version: subversion 1.2.0\n" "Report-Msgid-Bugs-To: dev@subversion.tigris.org\n" "POT-Creation-Date: 2005-12-16 16:07+0100\n" "PO-Revision-Date: 2005-12-16 16:32+0100\n" "Last-Translator: Subversion Developers \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Basepath: ..\n" #: clients/cmdline/blame-cmd.c:236 clients/cmdline/ls-cmd.c:294 msgid "'verbose' option invalid in XML mode" msgstr "L'opzione 'verbose' non è valida nella modalità XML" #: clients/cmdline/blame-cmd.c:248 clients/cmdline/info-cmd.c:473 #: clients/cmdline/ls-cmd.c:306 clients/cmdline/status-cmd.c:192 msgid "'incremental' option only valid in XML mode" msgstr "L'opzione 'incremental' è valida solo nella modalità XML" #: clients/cmdline/blame-cmd.c:307 #, c-format msgid "Skipping binary file: '%s'\n" msgstr "Salto il file binario: '%s'\n" #: clients/cmdline/checkout-cmd.c:124 clients/cmdline/switch-cmd.c:125 #, c-format msgid "'%s' does not appear to be a URL" msgstr "'%s' non sembra essere un'URL" #: clients/cmdline/copy-cmd.c:106 clients/cmdline/delete-cmd.c:64 #: clients/cmdline/mkdir-cmd.c:66 msgid "Local, non-commit operations do not take a log message" msgstr "" "Operazioni in locale, senza commit non necessitano di un messaggio di log" #: clients/cmdline/diff-cmd.c:65 #, c-format msgid "Can't open stdout" msgstr "Non riesco ad aprire stdout" #: clients/cmdline/diff-cmd.c:67 #, c-format msgid "Can't open stderr" msgstr "Non riesco ad aprire stderr" #: clients/cmdline/diff-cmd.c:156 #, c-format msgid "Target lists to diff may not contain both working copy paths and URLs" msgstr "" "La lista dei percorsi da esaminare non può contenere sia percorsi locali che " "URL" #: clients/cmdline/export-cmd.c:82 msgid "" "Destination directory exists; please remove the directory or use --force to " "overwrite" msgstr "" "La directory di destinazione esiste già; rimuovere la directory oppure usare " "--force per sovrascriverla" #: clients/cmdline/help-cmd.c:45 #, c-format msgid "" "usage: svn [options] [args]\n" "Subversion command-line client, version %s.\n" "Type 'svn help ' for help on a specific subcommand.\n" "\n" "Most subcommands take file and/or directory arguments, recursing\n" "on the directories. If no arguments are supplied to such a\n" "command, it recurses on the current directory (inclusive) by default.\n" "\n" "Available subcommands:\n" msgstr "" "uso: svn [opzioni] [argomenti]\n" "Client Subversion, versione %s.\n" "Digita 'svn help ' per informazioni su uno specifico comando.\n" "\n" "La maggior parte di comandi accettano file e/o directory come argomenti,\n" "e agiscono ricorsivamente su di essi. Se non vengono specificati argomenti\n" "per tali comandi, verranno eseguiti sulla directory corrente (inclusa).\n" "\n" "Comandi disponibili:\n" #: clients/cmdline/help-cmd.c:56 msgid "" "Subversion is a tool for version control.\n" "For additional information, see http://subversion.tigris.org/\n" msgstr "" "Subversion è un programma di controllo di versione.\n" "Per ulteriori informazioni, vedi http://subversion.tigris.org/\n" "\n" #: clients/cmdline/help-cmd.c:63 msgid "" "The following repository access (RA) modules are available:\n" "\n" msgstr "" "Sono disponibili i seguenti moduli di accesso (RA) al repository:\n" "\n" #: clients/cmdline/import-cmd.c:82 msgid "Repository URL required when importing" msgstr "Quando si importa è necessario specificare l'URL del repository" #: clients/cmdline/import-cmd.c:86 msgid "Too many arguments to import command" msgstr "Troppi argomenti per il comando import" #: clients/cmdline/import-cmd.c:101 #, c-format msgid "Invalid URL '%s'" msgstr "URL non valida '%s'" #: clients/cmdline/info-cmd.c:111 #, c-format msgid "'%s' has invalid revision" msgstr "'%s' ha una revisione non valida" #: clients/cmdline/info-cmd.c:263 svnadmin/main.c:1035 #, c-format msgid "Path: %s\n" msgstr "Percorso: %s\n" #: clients/cmdline/info-cmd.c:269 svnlook/main.c:802 #, c-format msgid "Name: %s\n" msgstr "Nome: %s\n" #: clients/cmdline/info-cmd.c:273 #, c-format msgid "URL: %s\n" msgstr "URL: %s\n" #: clients/cmdline/info-cmd.c:276 #, c-format msgid "Repository Root: %s\n" msgstr "Repository: %s\n" #: clients/cmdline/info-cmd.c:280 #, c-format msgid "Repository UUID: %s\n" msgstr "UUID del Repository: %s\n" #: clients/cmdline/info-cmd.c:284 #, c-format msgid "Revision: %ld\n" msgstr "Revisione: %ld\n" #: clients/cmdline/info-cmd.c:289 #, c-format msgid "Node Kind: file\n" msgstr "Tipo di Nodo: file\n" #: clients/cmdline/info-cmd.c:293 #, c-format msgid "Node Kind: directory\n" msgstr "Tipo di Nodo: directory\n" #: clients/cmdline/info-cmd.c:297 #, c-format msgid "Node Kind: none\n" msgstr "Tipo di Nodo: nessuno\n" #: clients/cmdline/info-cmd.c:302 #, c-format msgid "Node Kind: unknown\n" msgstr "Tipo di Nodo: sconosciuto\n" #: clients/cmdline/info-cmd.c:311 #, c-format msgid "Schedule: normal\n" msgstr "Azione: normale\n" #: clients/cmdline/info-cmd.c:315 #, c-format msgid "Schedule: add\n" msgstr "Azione: aggiungi\n" #: clients/cmdline/info-cmd.c:319 #, c-format msgid "Schedule: delete\n" msgstr "Azione: cancella\n" #: clients/cmdline/info-cmd.c:323 #, c-format msgid "Schedule: replace\n" msgstr "Azione: sovrascrivi\n" #: clients/cmdline/info-cmd.c:331 #, c-format msgid "Copied From URL: %s\n" msgstr "Copiato dall'URL: %s\n" #: clients/cmdline/info-cmd.c:335 #, c-format msgid "Copied From Rev: %ld\n" msgstr "Copiato dalla Revisione: %ld\n" #: clients/cmdline/info-cmd.c:340 #, c-format msgid "Last Changed Author: %s\n" msgstr "Autore dell'Ultimo Cambiamento: %s\n" #: clients/cmdline/info-cmd.c:344 #, c-format msgid "Last Changed Rev: %ld\n" msgstr "Revisione dell'Ultimo Cambiamento: %ld\n" #: clients/cmdline/info-cmd.c:349 msgid "Last Changed Date" msgstr "Data dell'Ultimo Cambiamento" #: clients/cmdline/info-cmd.c:355 msgid "Text Last Updated" msgstr "Ultimo Aggiornamente del Contenuto" #: clients/cmdline/info-cmd.c:359 msgid "Properties Last Updated" msgstr "Ultimo Aggiornamente Proprietà" #: clients/cmdline/info-cmd.c:362 #, c-format msgid "Checksum: %s\n" msgstr "Checksum: %s\n" #: clients/cmdline/info-cmd.c:367 #, c-format msgid "Conflict Previous Base File: %s\n" msgstr "File di Base Precedente al Conflitto: %s\n" #: clients/cmdline/info-cmd.c:373 #, c-format msgid "Conflict Previous Working File: %s\n" msgstr "File di Lavoro Precedente al Conflitto: %s\n" #: clients/cmdline/info-cmd.c:378 #, c-format msgid "Conflict Current Base File: %s\n" msgstr "File di Base Corrente del Conflitto: %s\n" #: clients/cmdline/info-cmd.c:383 #, c-format msgid "Conflict Properties File: %s\n" msgstr "File di Proprietà del Conflitto: %s\n" #: clients/cmdline/info-cmd.c:391 #, c-format msgid "Lock Token: %s\n" msgstr "Gettone di blocco: %s\n" #: clients/cmdline/info-cmd.c:395 #, c-format msgid "Lock Owner: %s\n" msgstr "Proprietario del blocco: %s\n" #: clients/cmdline/info-cmd.c:400 msgid "Lock Created" msgstr "Blocco creato" #: clients/cmdline/info-cmd.c:404 msgid "Lock Expires" msgstr "Il blocco scade" #: clients/cmdline/info-cmd.c:413 #, c-format msgid "" "Lock Comment (%i lines):\n" "%s\n" msgstr "" "Commento del blocco (%i righe):\n" "%s\n" "\n" #: clients/cmdline/info-cmd.c:414 #, c-format msgid "" "Lock Comment (%i line):\n" "%s\n" msgstr "" "Commento del blocco (%i righe):\n" "%s\n" #: clients/cmdline/info-cmd.c:505 #, c-format msgid "" "%s: (Not a versioned resource)\n" "\n" msgstr "" "%s: (Non è una risorsa sotto controllo di versione)\n" "\n" #: clients/cmdline/info-cmd.c:514 #, c-format msgid "" "%s: (Not a valid URL)\n" "\n" msgstr "" "%s: (Non è un'URL valida)\n" "\n" #: clients/cmdline/lock-cmd.c:52 msgid "Lock comment contains a zero byte" msgstr "Il commento al blocco contiene un byte zero" #: clients/cmdline/log-cmd.c:162 msgid "(no author)" msgstr "(nessun autore)" #: clients/cmdline/log-cmd.c:173 msgid "(no date)" msgstr "(nessuna data)" #: clients/cmdline/log-cmd.c:203 #, c-format msgid "Changed paths:\n" msgstr "Percorsi cambiati:\n" #: clients/cmdline/log-cmd.c:218 #, c-format msgid " (from %s:%ld)" msgstr " (da %s:%ld)" #: clients/cmdline/log-cmd.c:437 msgid "When specifying working copy paths, only one target may be given" msgstr "" "Nello specificare i percorsi della copia di lavoro, si può dare un solo " "target" #: clients/cmdline/log-cmd.c:449 msgid "Only relative paths can be specified after a URL" msgstr "Dopo un'URL possono essere specificati solo dei percorsi relativi" #: clients/cmdline/main.c:63 msgid "force operation to run" msgstr "forza l'esecuzione dell'operazione" #: clients/cmdline/main.c:65 msgid "force validity of log message source" msgstr "forza la validità della sorgente di un messaggio di log" #: clients/cmdline/main.c:66 clients/cmdline/main.c:67 svnadmin/main.c:228 #: svnadmin/main.c:231 svndumpfilter/main.c:781 svndumpfilter/main.c:784 #: svnlook/main.c:93 svnlook/main.c:96 msgid "show help on a subcommand" msgstr "mostra le informazioni su un comando" #: clients/cmdline/main.c:68 msgid "specify commit message ARG" msgstr "specifica il messaggio di commit ARG" #: clients/cmdline/main.c:69 msgid "print as little as possible" msgstr "stampa il meno possibile" #: clients/cmdline/main.c:70 msgid "descend recursively" msgstr "esegue il comando ricorsivamente" #: clients/cmdline/main.c:71 msgid "operate on single directory only" msgstr "opera su una singola directory" #: clients/cmdline/main.c:73 msgid "" "ARG (some commands also take ARG1:ARG2 range)\n" " A revision argument can be one of:\n" " NUMBER revision number\n" " \"{\" DATE \"}\" revision at start of the " "date\n" " \"HEAD\" latest in repository\n" " \"BASE\" base rev of item's working " "copy\n" " \"COMMITTED\" last commit at or before " "BASE\n" " \"PREV\" revision just before COMMITTED" msgstr "" "ARG (alcuni comandi prendono anche un insieme ARG1:ARG2)\n" " Una revisione può essere:\n" " NUMERO un numero di revisione\n" " \"{\" DATA \"}\" una revisione all'inizio " "della data\n" " \"HEAD\" l'ultima revisione\n" " \"BASE\" la revisione base della copia " "locale di quell'oggetto\n" " \"COMMITTED\" l'ultimo commit non " "successivo a BASE\n" " \"PREV\" la revisione prima di " "COMMITTED" #: clients/cmdline/main.c:87 msgid "read data from file ARG" msgstr "legge i dati dal file ARG" #: clients/cmdline/main.c:89 msgid "give output suitable for concatenation" msgstr "restituisce un output adatto alla concatenazione" #: clients/cmdline/main.c:91 msgid "treat value as being in charset encoding ARG" msgstr "tratta il valore come se fosse codificato in ARG" #: clients/cmdline/main.c:92 msgid "print client version info" msgstr "restituisce la versione del client" #: clients/cmdline/main.c:93 msgid "print extra information" msgstr "restituisce le informazioni addizionali" #: clients/cmdline/main.c:94 msgid "display update information" msgstr "mostra le informazioni di aggiornamento" #: clients/cmdline/main.c:96 msgid "specify a username ARG" msgstr "specifica un nome utente ARG" #: clients/cmdline/main.c:98 msgid "specify a password ARG" msgstr "specifica una password ARG" #: clients/cmdline/main.c:99 msgid "pass ARG to --diff-cmd as options (default: '-u')" msgstr "passa ARG a --diff-cmd come opzioni (il default è: '-u')" #: clients/cmdline/main.c:101 msgid "pass contents of file ARG as additional args" msgstr "passa i contenuti del file ARG come parametri addizionali" #: clients/cmdline/main.c:102 msgid "output in XML" msgstr "output in XML" #: clients/cmdline/main.c:103 msgid "use strict semantics" msgstr "usa semantiche rigide" #: clients/cmdline/main.c:105 msgid "do not cross copies while traversing history" msgstr "non attraversare le copie quando si percorre lo storico" #: clients/cmdline/main.c:107 msgid "disregard default and svn:ignore property ignores" msgstr "" "non considerare il comportamento di default o quello specificato tramite svn:" "ignore" #: clients/cmdline/main.c:109 msgid "do not cache authentication tokens" msgstr "non conservare in cache i token di autenticazione" #: clients/cmdline/main.c:111 msgid "do no interactive prompting" msgstr "non eseguire richieste interattive" #: clients/cmdline/main.c:113 msgid "try operation but make no changes" msgstr "prova ad eseguire l'operazione ma non effettuare cambiamenti" #: clients/cmdline/main.c:115 svnlook/main.c:114 msgid "do not print differences for deleted files" msgstr "non stampare le differenze per i file cancellati" #: clients/cmdline/main.c:117 msgid "notice ancestry when calculating differences" msgstr "considera l'ascendenza quando si calcolano le differenze" #: clients/cmdline/main.c:119 msgid "ignore ancestry when calculating merges" msgstr "ignora l'ascendenza quando si calcolano le fusioni" #: clients/cmdline/main.c:121 msgid "ignore externals definitions" msgstr "ignora le definizioni esterne" #: clients/cmdline/main.c:123 msgid "use ARG as diff command" msgstr "usa ARG come comando diff" #: clients/cmdline/main.c:125 msgid "use ARG as merge command" msgstr "usa ARG come comando di fusione" #: clients/cmdline/main.c:127 msgid "use ARG as external editor" msgstr "usa ARG come editor esterno" #: clients/cmdline/main.c:129 msgid "use ARG as the older target" msgstr "usa ARG come obiettivo meno recente" #: clients/cmdline/main.c:131 msgid "use ARG as the newer target" msgstr "usa ARG come obiettivo più recente" #: clients/cmdline/main.c:133 msgid "operate on a revision property (use with -r)" msgstr "opera su una proprietà di revisione (usare con -r)" #: clients/cmdline/main.c:135 msgid "relocate via URL-rewriting" msgstr "riloca tramite la riscrittura delle URL" #: clients/cmdline/main.c:137 svnadmin/main.c:270 msgid "read user configuration files from directory ARG" msgstr "leggi i file di configurazione personali dalla directory ARG" #: clients/cmdline/main.c:139 msgid "enable automatic properties" msgstr "abilita le proprietà automatiche" #: clients/cmdline/main.c:141 msgid "disable automatic properties" msgstr "disabilita le proprietà automatiche" #: clients/cmdline/main.c:143 msgid "" "use a different EOL marker than the standard\n" " system marker for files with the svn:eol-style\n" " property set to 'native'.\n" " ARG may be one of 'LF', 'CR', 'CRLF'" msgstr "" "usa un codice di fine riga (EOL) differente da quello\n" " di sistema per tutti i file con una proprietà " "svn:eol-style\n" " impostata a 'native'. ARG può essere 'LF', 'CR' " "o 'CRLF'" #: clients/cmdline/main.c:151 msgid "maximum number of log entries" msgstr "numero massimo di voci del log" #: clients/cmdline/main.c:153 msgid "don't unlock the targets" msgstr "non blocca gli obbiettivi" #: clients/cmdline/main.c:192 msgid "" "Put files and directories under version control, scheduling\n" "them for addition to repository. They will be added in next commit.\n" "usage: add PATH...\n" msgstr "" "Mette i file e le directory sotto controllo di versione, preparandoli\n" "all'aggiunta nel repository. Verranno aggiunti al successivo commit.\n" "uso: add PATH...\n" #: clients/cmdline/main.c:200 msgid "" "Output the content of specified files or\n" "URLs with revision and author information in-line.\n" "usage: blame TARGET[@REV]...\n" "\n" " If specified, REV determines in which revision the target is first\n" " looked up.\n" msgstr "" "Restituisce il contenuto dei file o delle URL specificate\n" "con le informazioni dell'autore e della revisione per riga.\n" "uso: blame OBIETTIVO...\n" #: clients/cmdline/main.c:210 msgid "" "Output the content of specified files or URLs.\n" "usage: cat TARGET[@REV]...\n" "\n" " If specified, REV determines in which revision the target is first\n" " looked up.\n" msgstr "" "Restituisce il contenuto del file o delle URL specificate.\n" "uso: cat TARGET[@REV]...\n" #: clients/cmdline/main.c:218 msgid "" "Check out a working copy from a repository.\n" "usage: checkout URL[@REV]... [PATH]\n" "\n" " If specified, REV determines in which revision the URL is first\n" " looked up.\n" "\n" " If PATH is omitted, the basename of the URL will be used as\n" " the destination. If multiple URLs are given each will be checked\n" " out into a sub-directory of PATH, with the name of the sub-directory\n" " being the basename of the URL.\n" msgstr "" "Effettua il checkout di un repository in una copia locale.\n" "uso: checkout URL[@REV]... [PERCORSO]\n" "\n" " Se PERCORSO viene omesso, il nome base dell'URL sarà usato come\n" " destinazione. Se vengono specificate più di una URL, ognuna\n" " verrà estratta sotto PERCORSO in una sottodirectory, il cui nome\n" " sarà il nome base dell'URL.\n" #: clients/cmdline/main.c:232 msgid "" "Recursively clean up the working copy, removing locks, resuming\n" "unfinished operations, etc.\n" "usage: cleanup [PATH...]\n" msgstr "" "Pulisce ricorsivamente la copia locale rimuovendo blocchi,\n" "concludendo le operazioni non terminate, ecc.\n" "uso: cleanup [PERCORSO...]\n" #: clients/cmdline/main.c:238 msgid "" "Send changes from your working copy to the repository.\n" "usage: commit [PATH...]\n" "\n" " A log message must be provided, but it can be empty. If it is not\n" " given by a --message or --file option, an editor will be started.\n" " If any targets are (or contain) locked items, those will be\n" " unlocked after a successful commit.\n" msgstr "" "Trasmette le modifiche della copia locale al repository.\n" "uso: commit [PERCORSO...]\n" "\n" " Un messaggio di log deve essere fornito, ma può anche essere vuoto. Se " "non\n" " viene fornito tramite le opzioni --message o --file, verrà attivato un " "editor.\n" " Se un qualsiasi obiettivo è (o contiene) è bloccato, verrà sbloccato al " "termine\n" " del commit, se andata a buon fine.\n" #: clients/cmdline/main.c:249 msgid "" "Duplicate something in working copy or repository, remembering history.\n" "usage: copy SRC DST\n" "\n" " SRC and DST can each be either a working copy (WC) path or URL:\n" " WC -> WC: copy and schedule for addition (with history)\n" " WC -> URL: immediately commit a copy of WC to URL\n" " URL -> WC: check out URL into WC, schedule for addition\n" " URL -> URL: complete server-side copy; used to branch & tag\n" msgstr "" "Duplica un oggetto nella copia locale o nel repository, preservando lo " "storico.\n" "uso: copy SRG DST\n" "\n" " SRG e DST possono essere entrambi un percorso nella copia locale o una " "URL:\n" " CL -> WC: copia e prepara ad aggiungere (con storico)\n" " CL -> URL: esegui immediatamente il commit di una copia di CL in URL\n" " URL -> CL: effettua il checkout di URL in CL, prepara ad aggiungere\n" " URL -> URL: copia eseguita presso il server; usata per branch e tag\n" #: clients/cmdline/main.c:262 msgid "" "Remove files and directories from version control.\n" "usage: 1. delete PATH...\n" " 2. delete URL...\n" "\n" " 1. Each item specified by a PATH is scheduled for deletion upon\n" " the next commit. Files, and directories that have not been\n" " committed, are immediately removed from the working copy.\n" " PATHs that are, or contain, unversioned or modified items will\n" " not be removed unless the --force option is given.\n" "\n" " 2. Each item specified by a URL is deleted from the repository\n" " via an immediate commit.\n" msgstr "" "Rimuove file e directory dal controllo di versione.\n" "uso: 1. delete PERCORSO...\n" " 2. delete URL...\n" "\n" " 1. Ogni oggetto specificato da un PERCORSO viene preparato alla\n" " cancellazione nel prossimo commit. I file e le directory\n" " vengono immediatamente rimossi dalla copia locale.\n" " I PERCORSI che sono o contengono oggetti non sotto controllo di versione " "non saranno\n" " cancellati a meno che non sia specificata l'opzione --force.\n" "\n" " 2. Ogni oggetto specificato da una URL viene cancellato dal\n" " repository tramite un commit immediato.\n" #: clients/cmdline/main.c:278 msgid "" "Display the differences between two paths.\n" "usage: 1. diff [-r N[:M]] [TARGET[@REV]...]\n" " 2. diff [-r N[:M]] --old=OLD-TGT[@OLDREV] [--new=NEW-TGT[@NEWREV]] " "\\\n" " [PATH...]\n" " 3. diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]\n" "\n" " 1. Display the changes made to TARGETs as they are seen in REV between\n" " two revisions. TARGETs may be working copy paths or URLs.\n" "\n" " N defaults to BASE if any TARGET is a working copy path, otherwise it\n" " must be specified. M defaults to the current working version if any\n" " TARGET is a working copy path, otherwise it defaults to HEAD.\n" "\n" " 2. Display the differences between OLD-TGT as it was seen in OLDREV and\n" " NEW-TGT as it was seen in NEWREV. PATHs, if given, are relative to\n" " OLD-TGT and NEW-TGT and restrict the output to differences for those\n" " paths. OLD-TGT and NEW-TGT may be working copy paths or URL[@REV]. \n" " NEW-TGT defaults to OLD-TGT if not specified. -r N makes OLDREV " "default\n" " to N, -r N:M makes OLDREV default to N and NEWREV default to M.\n" "\n" " 3. Shorthand for 'svn diff --old=OLD-URL[@OLDREV] --new=NEW-URL[@NEWREV]'\n" "\n" " Use just 'svn diff' to display local modifications in a working copy.\n" msgstr "" "Mostra le differenze fra due percorsi.\n" "uso: 1. diff [-r N[:M]] [TARGET[@REV]...]\n" " 2. diff [-r N[:M]] --old=TARGET1[@REV1] [--new=TARGET2[@REV2]]\n" " [PERCORSO...]\n" " 3. diff URL1[@REV1] URL1[@REV1]\n" "\n" " 1. Mostra le modifiche effettuate su TARGET visto in REV fra due\n" " revisioni. Gli TARGET possono essere percorsi nella copia locale o " "URL.\n" "\n" " N vale di default BASE se tutti gli TARGET sono percorsi, altrimenti\n" " deve essere sepcificato; M è di default la revisione corrente di " "lavoro\n" " se tutti gli TARGET sono percorsi, altrimenti HEAD.\n" "\n" " 2. Mostra le differenze fra TARGET1 visto in REV1 and TARGET2 visto in\n" " REV2. I PERCORSI, se forniti, sono relativi a TARGET1 e TARGET2 e " "restringono\n" " l'output alle differenze di quei percorsi. TARGET1 e TARGET2 possono\n" " essere percorsi nella copia locale o URL[@REV]. Se TARGET2 non è " "specificato\n" " vale di default TARGET1. -r N rende N il valore predefinito di REV1, -r " "N:M rende\n" " REV1 il default di N e REV2 il default di M.\n" "\n" " 3. Scorciatoia per 'svn diff --old=URL1[@REV1] --new=URL1[@REV1]'\n" "\n" " Usa semplicemente 'svn diff' per vedere le modifiche ad una copia locale.\n" #: clients/cmdline/main.c:318 msgid "" "Create an unversioned copy of a tree.\n" "usage: 1. export [-r REV] URL[@PEGREV] [PATH]\n" " 2. export [-r REV] PATH1[@PEGREV] [PATH2]\n" "\n" " 1. Exports a clean directory tree from the repository specified by\n" " URL, at revision REV if it is given, otherwise at HEAD, into\n" " PATH. If PATH is omitted, the last component of the URL is used\n" " for the local directory name.\n" "\n" " 2. Exports a clean directory tree from the working copy specified by\n" " PATH1, at revision REV if it is given, otherwise at WORKING, into\n" " PATH2. If PATH2 is omitted, the last component of the PATH1 is used\n" " for the local directory name. If REV is not specified, all local\n" " changes will be preserved. Files not under version control will\n" " not be copied.\n" "\n" " If specified, PEGREV determines in which revision the target is first\n" " looked up.\n" msgstr "" "Crea una copia non sotto controllo di versione di un albero.\n" "uso: 1. export [-r REV] URL[@PEGREV] [PERCORSO]\n" " 2. export [-r REV] PERCORSO1[@PEGREV] [PERCORSO2]\n" "\n" " 1. Esporta un albero pulito dal repository identificato da URL in " "PERCORSO,\n" " alla revisione REV (se specificata, altrimenti alla revisione HEAD).\n" " Se PERCORSO è omesso, l'ultimo componente dell'URL viene\n" " usato come nome della directory locale.\n" "\n" " 2. Esporta un albero pulito dalla copia locale in PERCORSO1, alla " "revisione REV\n" " (se specificata, altrimenti alla revisione WORKING), in PERCORSO2.\n" " Se PERCORSO2 è omesso, l'ultimo componente dell'URL viene\n" " usato come nome della directory locale. Se REV non è specificato, " "tutte\n" " le modifiche locali saranno mantenute ma i file non sotto controllo di " "versione non\n" " saranno copiati.\n" " Se specificato, PEGREV determina la revisione in cui il target verrà prima " "cercato.\n" #: clients/cmdline/main.c:347 msgid "" "Describe the usage of this program or its subcommands.\n" "usage: help [SUBCOMMAND...]\n" msgstr "" "Descrive l'uso di questo programma o di un suo comando.\n" "uso: help [COMANDO...]\n" #: clients/cmdline/main.c:356 msgid "" "Commit an unversioned file or tree into the repository.\n" "usage: import [PATH] URL\n" "\n" " Recursively commit a copy of PATH to URL.\n" " If PATH is omitted '.' is assumed.\n" " Parent directories are created as necessary in the repository.\n" " If PATH is a directory, the contents of the directory are added\n" " directly under URL.\n" msgstr "" "Esegue il commit di un file o albero non sotto controllo di \n" "versione nel repository.\n" "uso: import [PERCORSO] URL\n" "\n" " Esegue il commit ricorsivamente di una copia di PERCORSO in URL.\n" " Se PERCORSO è omesso, '.' viene usato. Le directory superiori vengono " "create\n" " automaticamente nel repository se necessario.\n" " Se PERCORSO è una directory, i suoi contenuti vengono aggiunti " "direttamente\n" " sotto URL.\n" #: clients/cmdline/main.c:369 msgid "" "Display information about a local or remote item.\n" "usage: info [TARGET...]\n" "\n" " Print information about each TARGET (default: '.')\n" " TARGET may be either a working-copy path or URL.\n" msgstr "" "Mostra le informazioni su un elemento locale o remoto.\n" "uso: info [OBBIETTIVO...]\n" "\n" " Restituisce le informazioni su ogni OBBIETTIVO (default: '.').\n" " OBBIETTIVO può essere sia un percorso della copia di lavoro o un URL.\n" #: clients/cmdline/main.c:378 msgid "" "List directory entries in the repository.\n" "usage: list [TARGET[@REV]...]\n" "\n" " List each TARGET file and the contents of each TARGET directory as\n" " they exist in the repository. If TARGET is a working copy path, the\n" " corresponding repository URL will be used. If specified, REV determines\n" " in which revision the target is first looked up.\n" "\n" " The default TARGET is '.', meaning the repository URL of the current\n" " working directory.\n" "\n" " With --verbose, the following fields will be shown for each item:\n" "\n" " Revision number of the last commit\n" " Author of the last commit\n" " If locked, the letter 'O'. (Use 'svn info URL' to see details)\n" " Size (in bytes)\n" " Date and time of the last commit\n" msgstr "" "Elenca i contenuti delle directory del repository.\n" "uso: list [TARGET[@REV]...]\n" "\n" " Elenca ogni file TARGET e i contenuti di ogni directory TARGET così\n" " come esistono nel repository. Se TARGET è un percorso nella copia di\n" " lavoro, la URL del repository corrispondente verrà utilizzata. Se " "specificato,\n" " REV determina in quale revisione TARGET verrà inizialmente cercato.\n" "\n" " Il TARGET di default è '.', cioè la URL del repository corrispondente\n" " alla directory corrente di lavoro.\n" "\n" " Con --verbose i seguenti campi verranno mostrati per ogni elemento:\n" "\n" " Numero di revisione dell'ultimo commit\n" " Autore dell'ultimo commit\n" " Se bloccato, la lettera 'O'. (Usa 'svn info URL' per i dettali)\n" " Dimensioni (in byte)\n" " Data e ora dell'ultimo commit\n" #: clients/cmdline/main.c:403 msgid "" "Lock working copy paths or URLs in the repository, so that\n" "no other user can commit changes to them.\n" "usage: lock TARGET...\n" "\n" " Use --force to steal the lock from another user or working copy.\n" msgstr "" "Blocca i percorsi o gli URL della copia di lavoro nel repository,\n" "in modo da impedire che altri utenti possano sottomettere delle modifiche.\n" "utilizzo: lock OBBIETTIVO\n" "\n" "Usa --force per rubare il blocco da un altro utente o copia di lavoro.\n" #: clients/cmdline/main.c:412 msgid "" "Show the log messages for a set of revision(s) and/or file(s).\n" "usage: 1. log [PATH]\n" " 2. log URL [PATH...]\n" "\n" " 1. Print the log messages for a local PATH (default: '.').\n" " The default revision range is BASE:1.\n" "\n" " 2. Print the log messages for the PATHs (default: '.') under URL.\n" " The default revision range is HEAD:1.\n" "\n" " With -v, also print all affected paths with each log message.\n" " With -q, don't print the log message body itself (note that this is\n" " compatible with -v).\n" "\n" " Each log message is printed just once, even if more than one of the\n" " affected paths for that revision were explicitly requested. Logs\n" " follow copy history by default. Use --stop-on-copy to disable this\n" " behavior, which can be useful for determining branchpoints.\n" "\n" " Examples:\n" " svn log\n" " svn log foo.c\n" " svn log http://www.example.com/repo/project/foo.c\n" " svn log http://www.example.com/repo/project foo.c bar.c\n" msgstr "" "Mostra il messaggio di log per un insieme di revisioni e/o file.\n" "uso: 1. log [PERCORSO]\n" " 2. log URL [PERCORSO...]\n" "\n" " 1. Restituisce il messaggio di log per un PERCORSO locale (default: '.').\n" " L'insieme di revisioni predefinito è BASE:1.\n" "\n" " 2. Stampa il messaggio di log per un PERCORSO (default: '.') sotto URL.\n" " L'insieme di revisioni predefinito è HEAD:1.\n" "\n" " Con -v elenca inoltre tutti i percorsi influenzati da quel messaggio di " "log.\n" " Con -q non mostra il corpo del messaggio di log (nota che questa opzione\n" " è compatibile con -v).\n" "\n" " Ogni messaggio di log viene mostrato solo una volta, anche se era stato\n" " esplicitamente specificato più di un percorso influenzato dal messaggio " "stesso.\n" " Per default i messaggi seguono le copie nello storico. Usa --stop-on-copy " "per\n" " disabilitare questo comportamento, che può essere utile per determinare i\n" " punti di branch. \n" " Esempi:\n" " svn log\n" " svn log foo.c\n" " svn log http://www.example.com/repo/project/foo.c\n" " svn log http://www.example.com/repo/project foo.c bar.c\n" #: clients/cmdline/main.c:444 msgid "" "Apply the differences between two sources to a working copy path.\n" "usage: 1. merge sourceURL1[@N] sourceURL2[@M] [WCPATH]\n" " 2. merge sourceWCPATH1@N sourceWCPATH2@M [WCPATH]\n" " 3. merge -r N:M SOURCE[@REV] [WCPATH]\n" "\n" " 1. In the first form, the source URLs are specified at revisions\n" " N and M. These are the two sources to be compared. The revisions\n" " default to HEAD if omitted.\n" "\n" " 2. In the second form, the URLs corresponding to the source working\n" " copy paths define the sources to be compared. The revisions must\n" " be specified.\n" "\n" " 3. In the third form, SOURCE can be a URL, or working copy item\n" " in which case the corresponding URL is used. This URL in\n" " revision REV is compared as it existed between revisions N and \n" " M. If REV is not specified, HEAD is assumed.\n" "\n" " WCPATH is the working copy path that will receive the changes.\n" " If WCPATH is omitted, a default value of '.' is assumed, unless\n" " the sources have identical basenames that match a file within '.':\n" " in which case, the differences will be applied to that file.\n" msgstr "" "Applica la differenza fra due sorgenti ad un percorso locale.\n" "uso: 1. merge URL1[@N] URL2[@M] [DESTINAZIONE]\n" " 2. merge PERCORSO1@N PERCORSO2@M [DESTINAZIONE]\n" " 3. merge -r N:M SORGENTE[@REV] [DESTINAZIONE]\n" "\n" " 1. Nella prima forma, le URL sorgenti vengono specificate alle\n" " revisioni N e M. Queste sono le due sorgenti da confrontare. Le\n" " revisioni sono HEAD se omesse.\n" "\n" " 2. Nella seconda forma, le URL corrispondenti ai percorsi locali sorgenti\n" " definiscono i file da confrontare. Le revisioni devono essere\n" " specificate.\n" "\n" " 3. Nella terza forma, SORGENTE può essere una URL o un oggetto\n" " locale, nel qual caso l'URL corrispondente viene usata.\n" " Questa URL nella revisione REV viene confrontata come se\n" " esistesse fra le revisioni N e M. Se REV non è specificata\n" " viene usata HEAD.\n" "\n" " DESTINAZIONE e il percorso locale che riceverà i cambiamenti. Se\n" " DESTINAZIONE viene omesso, assume il valore '.', a meno che i\n" " sorgenti abbiano nomi identici che corrispondano ad un file in '.':\n" " in quel caso le differenze vengono applicate a quel file.\n" #: clients/cmdline/main.c:474 msgid "" "Create a new directory under version control.\n" "usage: 1. mkdir PATH...\n" " 2. mkdir URL...\n" "\n" " Create version controlled directories.\n" "\n" " 1. Each directory specified by a working copy PATH is created locally\n" " and scheduled for addition upon the next commit.\n" "\n" " 2. Each directory specified by a URL is created in the repository via\n" " an immediate commit.\n" "\n" " In both cases, all the intermediate directories must already exist.\n" msgstr "" "Crea una nuova directory sotto controllo di versione.\n" "uso: 1. mkdir PERCORSO...\n" " 2. mkdir URL...\n" "\n" " Crea directory sotto controllo di versione.\n" "\n" " 1. Ogni directory specificata da un PERCORSO locale è creata\n" " e preparata all'inserimento al commit successivo.\n" "\n" " 2. Ogni directory specificata da un'URL viene creata nel repository\n" " tramite un commit immediato.\n" "\n" " In entrambi i casi tutte le directory intermedie devono già esistere.\n" #: clients/cmdline/main.c:494 msgid "" "Move and/or rename something in working copy or repository.\n" "usage: move SRC DST\n" "\n" " Note: this subcommand is equivalent to a 'copy' and 'delete'.\n" "\n" " SRC and DST can both be working copy (WC) paths or URLs:\n" " WC -> WC: move and schedule for addition (with history)\n" " URL -> URL: complete server-side rename.\n" msgstr "" "Muove e/o rinomina qualcosa in locale o nel repository.\n" "uso: move SORGENTE DESTINAZIONE\n" "\n" " Nota: questo comando è equivalente ad un 'copy' e un 'delete'.\n" "\n" " SORGENTE e DESTINAZIONE possono essere entrambi percorsi locali o URL:\n" " CL -> CL: muove e prepara all'inserimento (con storico)\n" " URL -> URL: spostamento completamente lato server.\n" #: clients/cmdline/main.c:506 msgid "" "Remove a property from files, dirs, or revisions.\n" "usage: 1. propdel PROPNAME [PATH...]\n" " 2. propdel PROPNAME --revprop -r REV [TARGET]\n" "\n" " 1. Removes versioned props in working copy.\n" " 2. Removes unversioned remote prop on repos revision.\n" " TARGET only determines which repository to access.\n" msgstr "" "Rimuove PROPRIETÀ da file, directory o revisioni.\n" "uso: 1. propdel PROPRIETÀ [PERCORSO...]\n" " 2. propdel PROPRIETÀ --revprop -r REV [OBBIETTIVO]\n" "\n" " 1. Rimuove delle proprietà sotto controllo di versione dalla copia locale.\n" " 2. Rimuove una proprietà non sotto controllo di versione dalla revisione del repository.\n" " OBBIETTIVO determina semplicemente a quale repository accedere.\n" #: clients/cmdline/main.c:517 msgid "" "Edit a property with an external editor.\n" "usage: 1. propedit PROPNAME PATH...\n" " 2. propedit PROPNAME --revprop -r REV [TARGET]\n" "\n" " 1. Edits versioned props in working copy.\n" " 2. Edits unversioned remote prop on repos revision.\n" " TARGET only determines which repository to access.\n" msgstr "" "Modifica PROPRIETÀ con un editor esterno.\n" "uso: 1. propedit PROPRIETÀ PERCORSO...\n" " 2. propedit PROPRIETÀ --revprop -r REV [OBBIETTIVO]\n" "\n" " 1. Modifica delle proprietà sotto controllo di versione nella copia locale.\n" " 2. Modifica una proprietà non sotto controllo di versione nella revisione del repository.\n" " OBBIETTIVO determina semplicemente a quale repository accedere.\n" #: clients/cmdline/main.c:529 msgid "" "Print the value of a property on files, dirs, or revisions.\n" "usage: 1. propget PROPNAME [TARGET[@REV]...]\n" " 2. propget PROPNAME --revprop -r REV [TARGET]\n" "\n" " 1. Prints versioned props. If specified, REV determines in which\n" " revision the target is first looked up.\n" " 2. Prints unversioned remote prop on repos revision.\n" " TARGET only determines which repository to access.\n" "\n" " By default, this subcommand will add an extra newline to the end\n" " of the property values so that the output looks pretty. Also,\n" " whenever there are multiple paths involved, each property value\n" " is prefixed with the path with which it is associated. Use\n" " the --strict option to disable these beautifications (useful,\n" " for example, when redirecting binary property values to a file).\n" msgstr "" "Restituisce il valore di PROPRIETÀ su file, directory o revisioni.\n" "uso: 1. propget PROPRIETÀ [OBBIETTIVO[@REV]...]\n" " 2. propget PROPRIETÀ --revprop -r REV [OBBIETTIVO]\n" "\n" " 1. Restituisce delle proprietà sotto controllo di versione. Se specificata,\n" " REV determina in quale revision la proprietà verrà cercata.\n" " 2. Restituisce una proprietà non sotto controllo di versione della revisione del repository.\n" " OBBIETTIVO determina semplicemente a quale repository accedere.\n" "\n" " Per default questo comando aggiungerà un fine riga alla fine\n" " del valore della proprietà in modo che l'output sia più leggibile.\n" " Inoltre, se sono coinvolti più percorsi, il valore della\n" " proprietà di ognuno viene mostrato insieme al percorso\n" " al quale è associato. Usa l'opzione --strict per eliminare\n" " questi abbellimenti (utile, per esempio, per redirigere i valori\n" " di proprietà binarie in un file).\n" #: clients/cmdline/main.c:548 msgid "" "List all properties on files, dirs, or revisions.\n" "usage: 1. proplist [TARGET[@REV]...]\n" " 2. proplist --revprop -r REV [TARGET]\n" "\n" " 1. Lists versioned props. If specified, REV determines in which\n" " revision the target is first looked up.\n" " 2. Lists unversioned remote props on repos revision.\n" " TARGET only determines which repository to access.\n" msgstr "" "Elenca le proprietà di file, directory e revisioni.\n" "uso: 1. proplist [PERCORSO[@REV]...]\n" " 2. proplist --revprop -r REV [OBBIETTIVO]\n" "\n" " 1. Restituisce delle proprietà sotto controllo di versione. Se specificata,\n" " REV determina in quale revision la proprietà verrà cercata.\n" " 2. Elenca le proprietà non sotto controllo di versione della revisione del repository.\n" " OBBIETTIVO determina semplicemente a quale repository accedere.\n" #: clients/cmdline/main.c:560 msgid "" "Set the value of a property on files, dirs, or revisions.\n" "usage: 1. propset PROPNAME PROPVAL PATH...\n" " 2. propset PROPNAME --revprop -r REV PROPVAL [TARGET]\n" "\n" " 1. Creates a versioned, local propchange in working copy.\n" " 2. Creates an unversioned, remote propchange on repos revision.\n" " TARGET only determines which repository to access.\n" "\n" " The value may be provided with the --file option instead of PROPVAL.\n" "\n" " Note: svn recognizes the following special versioned properties\n" " but will store any arbitrary properties set:\n" " svn:ignore - A newline separated list of file patterns to ignore.\n" " svn:keywords - Keywords to be expanded. Valid keywords are:\n" " URL, HeadURL - The URL for the head version of the " "object.\n" " Author, LastChangedBy - The last person to modify the file.\n" " Date, LastChangedDate - The date/time the object was last " "modified.\n" " Rev, Revision, - The last revision the object changed.\n" " LastChangedRevision\n" " Id - A compressed summary of the previous\n" " 4 keywords.\n" " svn:executable - If present, make the file executable.\n" " svn:eol-style - One of 'native', 'LF', 'CR', 'CRLF'.\n" " svn:mime-type - The mimetype of the file. Used to determine\n" " whether to merge the file, and how to serve it from Apache.\n" " A mimetype beginning with 'text/' (or an absent mimetype) is\n" " treated as text. Anything else is treated as binary.\n" " svn:externals - A newline separated list of module specifiers,\n" " each of which consists of a relative directory path, optional\n" " revision flags, and an URL. For example\n" " foo http://example.com/repos/zig\n" " foo/bar -r 1234 http://example.com/repos/zag\n" " svn:needs-lock - If present, indicates that the file should be locked\n" " before it is modified. Makes the working copy file read-only\n" " when it is not locked.\n" " The svn:keywords, svn:executable, svn:eol-style, svn:mime-type and\n" " svn:needs-lock properties cannot be set on a directory. A non-recursive\n" " attempt will fail, and a recursive attempt will set the property\n" " only on the file children of the directory.\n" msgstr "" "Imposta PROPRIETÀ a VALORE su file, directory o revisioni.\n" "uso: 1. propset PROPRIETÀ [VALORE | -F FILE] PERCORSO...\n" " 2. propset PROPRIETÀ --revprop -r REV [VALORE | -F FILE] [OBBIETTIVO]\n" "\n" " 1. Crea una proprietà, sotto controllo di versione, nella copia \n" " di lavoro locale.\n" " 2. Crea una proprietà, non sotto controllo di versione, nella \n" " copia di lavoro remota. OBBIETTIVO determina semplicemente\n" " a quale repository accedere.\n" "\n" " VALORE può essere specificato in alternativa tramite l'opzione --file.\n" "\n" " Nota: svn riconosce le seguenti speciali proprietà sotto controllo di\n" " versione, ma manterrà qualunque proprietà arbitraria:\n" " svn:ignore - Una lista di pattern di file da ignorare, uno per riga.\n" " svn:keywords - Parole chiave da espandere. Parole chiave valide sono:\n" " URL, HeadURL - L'URL della versione HEAD dell'oggetto.\n" " Author, LastChangedBy - L'ultima persona che ha modificato il file.\n" " Date, LastChangedDate - La data/ora in cui l'oggetto è stato modificato.\n" " Rev, LastChangedRevision - L'ultima revisione in cui l'oggetto è cambiato.\n" " Id - Un sommario delle 4 parole chiavi precedenti.\n" " svn:executable - Se presente, rende il file eseguibile.\n" " svn:eol-style - 'native', 'LF', 'CR' o 'CRLF'.\n" " svn:mime-type - Il mimetype del file. È usato per determinare\n" " se effettuare la fusione del file e come servirlo da Apache.\n" " Un mimetype che inizia con 'text/' (o un mimetype vuoto) è\n" " trattato come testo. Tutto il resto è considerato binario.\n" " svn:externals - Un elenco di moduli, uno per riga, ognuno dei quali\n" " consiste in un percorso relativo, un opzionale flag di revisione e\n" " una URL. Ad esempio:\n" " pippo http://esempio.com/repos/a\n" " pippo/plutoo -r 1234 http://esempio.com/repos/b\n" " svn:needs-lock - Se presente, indica la necessità di bloccare il file prima di\n" " qualsiasi modifica. Rende la copia di lavoro di sola lettura se il file non è\n" " bloccato.\n" " Le properties svn:keywords, svn:executable, svn:eol-style, svn:mime-type e\n" " svn:needs-lock non possono essere impostati sulla directory, se non ricorsivamente\n" " sui figli della directory.\n" #: clients/cmdline/main.c:613 msgid "" "Remove 'conflicted' state on working copy files or directories.\n" "usage: resolved PATH...\n" "\n" " Note: this subcommand does not semantically resolve conflicts or\n" " remove conflict markers; it merely removes the conflict-related\n" " artifact files and allows PATH to be committed again.\n" msgstr "" "Rimuove lo stato di 'conflitto' su file e directory locali.\n" "uso: resolved PERCORSO...\n" "\n" " Nota: questo comando non risolve i conflitti in maniera semantica\n" " e non rimuove i segnali di conflitto; rimuove semplicemente lo\n" " stato di conflitto e permette a seguire il commit di PERCORSO.\n" #: clients/cmdline/main.c:622 msgid "" "Restore pristine working copy file (undo most local edits).\n" "usage: revert PATH...\n" "\n" " Note: this subcommand does not require network access, and resolves\n" " any conflicted states. However, it does not restore removed directories.\n" msgstr "" "Ripristina il file locale (annulla la maggior parte di modifiche locali).\n" "uso: revert PERCORSO...\n" "\n" " Nota: questo comando non richiede accesso al repository e risolve\n" " ogni stato di conflito. Tuttavia non ripristina le directory rimosse.\n" #: clients/cmdline/main.c:632 msgid "" "Print the status of working copy files and directories.\n" "usage: status [PATH...]\n" "\n" " With no args, print only locally modified items (no network access).\n" " With -u, add working revision and server out-of-date information.\n" " With -v, print full revision information on every item.\n" "\n" " The first six columns in the output are each one character wide:\n" " First column: Says if item was added, deleted, or otherwise changed\n" " ' ' no modifications\n" " 'A' Added\n" " 'C' Conflicted\n" " 'D' Deleted\n" " 'I' Ignored\n" " 'M' Modified\n" " 'R' Replaced\n" " 'X' item is unversioned, but is used by an externals definition\n" " '?' item is not under version control\n" " '!' item is missing (removed by non-svn command) or incomplete\n" " '~' versioned item obstructed by some item of a different kind\n" " Second column: Modifications of a file's or directory's properties\n" " ' ' no modifications\n" " 'C' Conflicted\n" " 'M' Modified\n" " Third column: Whether the working copy directory is locked\n" " ' ' not locked\n" " 'L' locked\n" " Fourth column: Scheduled commit will contain addition-with-history\n" " ' ' no history scheduled with commit\n" " '+' history scheduled with commit\n" " Fifth column: Whether the item is switched relative to its parent\n" " ' ' normal\n" " 'S' switched\n" " Sixth column: Repository lock token\n" " (without -u)\n" " ' ' no lock token\n" " 'K' lock token present\n" " (with -u)\n" " ' ' not locked in repository, no lock token\n" " 'K' locked in repository, lock toKen present\n" " 'O' locked in repository, lock token in some Other working copy\n" " 'T' locked in repository, lock token present but sTolen\n" " 'B' not locked in repository, lock token present but Broken\n" "\n" " The out-of-date information appears in the eighth column (with -u):\n" " '*' a newer revision exists on the server\n" " ' ' the working copy is up to date\n" "\n" " Remaining fields are variable width and delimited by spaces:\n" " The working revision (with -u or -v)\n" " The last committed revision and last committed author (with -v)\n" " The working copy path is always the final field, so it can\n" " include spaces.\n" "\n" " Example output:\n" " svn status wc\n" " M wc/bar.c\n" " A + wc/qax.c\n" "\n" " svn status -u wc\n" " M 965 wc/bar.c\n" " * 965 wc/foo.c\n" " A + 965 wc/qax.c\n" " Status against revision: 981\n" "\n" " svn status --show-updates --verbose wc\n" " M 965 938 kfogel wc/bar.c\n" " * 965 922 sussman wc/foo.c\n" " A + 965 687 joe wc/qax.c\n" " 965 687 joe wc/zig.c\n" " Status against revision: 981\n" msgstr "" "Restituisce lo status dei file e delle directory della copia locale.\n" "uso: status [PERCORSO...]\n" "\n" " Senza argomenti, mostra solo gli elementi modificati localmente (nessun " "accesso alla rete).\n" " Con -u aggiunge la revisione locale e se l'elemento non è aggiornato.\n" " Con -v mostra le informazioni complete di revisione per ogni elemento.\n" "\n" " Le prime sei colonne dell'output sono larghe ognuna un carattere:\n" " Prima colonna: dice se un elemento è stato aggiunto, cancellato o " "altrimenti modificato\n" " ' ' nessuna modifica\n" " 'A' Aggiunto\n" " 'C' Conflitto\n" " 'D' Cancellato\n" " 'G' Fuso\n" " 'I' Ignorato\n" " 'M' Modificato\n" " 'R' Rimpiazzato\n" " 'X' l'elemento non è sotto controllo di versione ma è usato da una " "definizione 'externals'\n" " '?' l'elemento non è sotto controllo di versione\n" " '!' l'elemento è mancante (rimosso da un comando non-svn) o " "incompleto\n" " '~' l'elemento sotto controllo di versione è ostruito da un'altro " "elemento di diverso tipo\n" " Seconda colonna: modifiche delle proprietà di un file o directory\n" " ' ' nessuna modifica\n" " 'C' Conflitto\n" " 'M' Modificato\n" " Terza colonna: blocco della directory della copia di lavoro è bloccata\n" " ' ' non bloccata\n" " 'L' Bloccata\n" " Quarta colonna: il commit preparato conterrà aggiunte con storico\n" " ' ' nessuno storico preparato con il commit\n" " '+' storico preparato con il commit\n" " Quinta colonna: se l'elemento è scambiato rispetto alla directory che lo " "contiene\n" " ' ' normale\n" " 'S' scambio\n" " Sesta colonna: gettone di blocco del repository\n" " (senza -u)\n" " ' ' nessun gettone di blocco\n" " 'K' gettone di blocco presente\n" " (con -u)\n" " ' ' non bloccato nel repository, nessun gettone di blocco\n" " 'K' bloccato nel repository, gettone di blocco presente\n" " 'O' bloccato nel repository, gettone di blocco in qualche altra\n" " copia di lavoro\n" " 'T' bloccato nel repository, gettone di blocco presente ma \n" " rubato\n" " 'B' bloccato nel repository, gettone di blocco presente ma rotto\n" "\n" " Le informazioni di aggiornamento appaiono nell'ottava colonna (con -u):\n" " '*' una nuova revisione esiste sul server\n" " ' ' la copia locale è aggiornata\n" "\n" " I campi rimanenti sono di dimensioni variabili e delimitati da spazi:\n" " La revisione corrente (con -u o -v)\n" " L'autore e la revisione dell'ultimo commit (con -v)\n" " Il percorso della copia locale è sempre il campo finale,\n" " quindi può contenere spazi.\n" "\n" " Esempi di output:\n" " svn status wc\n" " M wc/bar.c\n" " A + wc/qax.c\n" "\n" " svn status -u wc\n" " M 965 wc/bar.c\n" " * 965 wc/foo.c\n" " A + 965 wc/qax.c\n" " Revisione head: 981\n" "\n" " svn status --show-updates --verbose wc\n" " M 965 938 kfogel wc/bar.c\n" " * 965 922 sussman wc/foo.c\n" " A + 965 687 joe wc/qax.c\n" " 965 687 joe wc/zig.c\n" " Revisione head: 981\n" #: clients/cmdline/main.c:709 msgid "" "Update the working copy to a different URL.\n" "usage: 1. switch URL [PATH]\n" " 2. switch --relocate FROM TO [PATH...]\n" "\n" " 1. Update the working copy to mirror a new URL within the repository.\n" " This behaviour is similar to 'svn update', and is the way to\n" " move a working copy to a branch or tag within the same repository.\n" "\n" " 2. Rewrite working copy URL metadata to reflect a syntactic change only.\n" " This is used when repository's root URL changes (such as a scheme\n" " or hostname change) but your working copy still reflects the same\n" " directory within the same repository.\n" msgstr "" "Aggiorna la copia locale ad una URL differente.\n" "uso: 1. switch URL [PERCORSO]\n" " 2. switch --relocate DA A [PERCORSO...]\n" "\n" " 1. Aggiorna la copia locale in modo da rispecchiare una nuova URL nel\n" " repository. Questo comportamento è simile a 'svn update', ed è il modo\n" " di spostare una copia locale ad un ramo o ad un'etichetta nello stesso " "repository.\n" "\n" " 2. Riscrive i metadati della copia locale per riflettere un semplice " "cambiamento\n" " sintattico. Questo è usato quando la URL di root del repository cambia " "(come\n" " in un cambiamento di hostname o protocollo) ma la vostra copia locale " "riflette\n" " la stessa directory nello stesso repository.\n" #: clients/cmdline/main.c:730 msgid "" "Unlock working copy paths or URLs.\n" "usage: unlock TARGET...\n" "\n" " Use --force to break the lock.\n" msgstr "" "Sblocca i percorsi o le URL della copia di lavoro.\n" "utilizzo: unlock OBBIETTIVO...\n" "\n" "Usa --force per forzare il blocco.\n" #: clients/cmdline/main.c:738 msgid "" "Bring changes from the repository into the working copy.\n" "usage: update [PATH...]\n" "\n" " If no revision given, bring working copy up-to-date with HEAD rev.\n" " Else synchronize working copy to revision given by -r.\n" "\n" " For each updated item a line will start with a character reporting the\n" " action taken. These characters have the following meaning:\n" "\n" " A Added\n" " D Deleted\n" " U Updated\n" " C Conflict\n" " G Merged\n" "\n" " A character in the first column signifies an update to the actual file,\n" " while updates to the file's properties are shown in the second column.\n" " A 'B' in the third column signifies that the lock for the file has\n" " been broken or stolen.\n" msgstr "" "Propaga i cambiamenti dal repository nella copia locale.\n" "uso: update [PERCORSO...]\n" "\n" " Se non viene specificata una revisione, aggiorna la copia locale alla\n" " revisione HEAD. Altrimenti la sincronizza cone la revisione specificata\n" " con -r.\n" "\n" " Per ogni elemento aggiornato una riga specificherà con un carattere\n" " l'azione intrapresa. Questi caratteri hanno il seguente significato:\n" "\n" " A Aggiunto\n" " D Cancellato\n" " U Aggiornato\n" " C Conflitto\n" " G Fuso\n" "\n" " Un carattere nella prima colonna significa un'aggiornamente del file,\n" " mentre aggiornamenti alle proprietà del file sono mostrati nella seconda\n" " colonna. Una 'B' nella terza colonna significa che il blocco del file è\n" " stato rotto o rubato.\n" #: clients/cmdline/main.c:804 svnadmin/main.c:77 svnlook/main.c:290 msgid "Caught signal" msgstr "Catturato il segnale" #: clients/cmdline/main.c:912 msgid "Non-numeric limit argument given" msgstr "Fornito un argumento di limite non numerico" #: clients/cmdline/main.c:929 svnadmin/main.c:1226 msgid "" "Multiple revision arguments encountered; try '-r M:N' instead of '-r M -r N'" msgstr "" "Vi sono più argomenti di revisione; prova '-r M:N' invece di '-r M -r N'" #: clients/cmdline/main.c:941 svnadmin/main.c:1240 #, c-format msgid "Syntax error in revision argument '%s'" msgstr "Errore di sintassi nell'argomento di revisione '%s'" #: clients/cmdline/main.c:1089 clients/cmdline/main.c:1099 msgid "--auto-props and --no-auto-props are mutually exclusive" msgstr "--auto-props e --no-auto-props sono mutualmente esclusivi" #: clients/cmdline/main.c:1115 #, c-format msgid "Syntax error in native-eol argument '%s'" msgstr "Errore di sintassi nell'argomento native-eol '%s'" #: clients/cmdline/main.c:1162 svndumpfilter/main.c:1192 svnlook/main.c:2146 #, c-format msgid "Subcommand argument required\n" msgstr "È necessario specificare un argomento per il comando\n" #: clients/cmdline/main.c:1180 svnadmin/main.c:1348 svndumpfilter/main.c:1210 #: svnlook/main.c:2164 #, c-format msgid "Unknown command: '%s'\n" msgstr "Comando sconosciuto: '%s'\n" #: clients/cmdline/main.c:1213 #, c-format msgid "" "Subcommand '%s' doesn't accept option '%s'\n" "Type 'svn help %s' for usage.\n" msgstr "" "Il comando '%s' non accetta l'opzione '%s'\n" "Digita 'svn help %s' per le istruzioni.\n" #: clients/cmdline/main.c:1250 msgid "Log message file is a versioned file; use '--force-log' to override" msgstr "" "Il file contenente il messaggio di log è sotto controllo di versione;\n" "usa --force-log per proseguire comunque" #: clients/cmdline/main.c:1257 msgid "Lock comment file is a versioned file; use '--force-log' to override" msgstr "" "Il file contenente il commento di blocco è sotto controllo di versione;\n" "usa --force-log per proseguire comunque" #: clients/cmdline/main.c:1278 msgid "" "The log message is a pathname (was -F intended?); use '--force-log' to " "override" msgstr "" "Il messaggio di log è il nome di un percorso (volevi usare -F?);\n" "usa '--force-log' per proseguire comunque" #: clients/cmdline/main.c:1285 msgid "" "The lock comment is a pathname (was -F intended?); use '--force-log' to " "override" msgstr "" "Il commento di blocco è il nome di un percorso (volevi usare -F?);\n" "usa '--force-log' per proseguire comunque" #: clients/cmdline/main.c:1498 msgid "" "svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for " "details)\n" msgstr "" "svn: esegui 'svn cleanup' per rimuovere i blocchi (scrivi 'svn help cleanup' " "per dettagli)\n" #: clients/cmdline/merge-cmd.c:61 msgid "Second revision required" msgstr "È necessaria una seconda revisione" #: clients/cmdline/merge-cmd.c:81 clients/cmdline/merge-cmd.c:106 msgid "Wrong number of paths given" msgstr "Il numero dei percorsi specificati è sbagliato" #: clients/cmdline/merge-cmd.c:128 msgid "A working copy merge source needs an explicit revision" msgstr "" "Quando la sorgente di una fusione è la copia locale è necessario specificare " "una revisione" #: clients/cmdline/mkdir-cmd.c:84 msgid "Try 'svn add' or 'svn add --non-recursive' instead?" msgstr "Prova 'svn add' o 'svn add --non-recursive' invece?" #: clients/cmdline/move-cmd.c:69 libsvn_client/copy.c:1214 msgid "Cannot specify revisions (except HEAD) with move operations" msgstr "" "Non si possono specificare revisioni (eccetto HEAD) con il comando move" #: clients/cmdline/notify.c:69 #, c-format msgid "Skipped missing target: '%s'\n" msgstr "Saltato oggetto mancante: '%s'\n" #: clients/cmdline/notify.c:76 #, c-format msgid "Skipped '%s'\n" msgstr "Saltato '%s'\n" #: clients/cmdline/notify.c:94 #, c-format msgid "Restored '%s'\n" msgstr "Ripristinato '%s'\n" #: clients/cmdline/notify.c:100 #, c-format msgid "Reverted '%s'\n" msgstr "Ripristinato a versione precendente '%s'\n" #: clients/cmdline/notify.c:106 #, c-format msgid "Failed to revert '%s' -- try updating instead.\n" msgstr "Non ho potuto ripristinare '%s' -- prova ad aggiornare.\n" #: clients/cmdline/notify.c:114 #, c-format msgid "Resolved conflicted state of '%s'\n" msgstr "Risolto lo stato di conflitto di '%s'\n" #: clients/cmdline/notify.c:195 #, c-format msgid "" "\n" "Fetching external item into '%s'\n" msgstr "" "\n" "Caricamento di oggetto esterno in '%s'\n" #: clients/cmdline/notify.c:210 #, c-format msgid "Exported external at revision %ld.\n" msgstr "Esportato oggetto esterno alla revisione %ld.\n" #: clients/cmdline/notify.c:211 #, c-format msgid "Exported revision %ld.\n" msgstr "Esportata revisione %ld.\n" #: clients/cmdline/notify.c:219 #, c-format msgid "Checked out external at revision %ld.\n" msgstr "L'oggetto esterno è stato estratto alla revisione %ld.\n" #: clients/cmdline/notify.c:220 #, c-format msgid "Checked out revision %ld.\n" msgstr "Estratta revisione %ld.\n" #: clients/cmdline/notify.c:230 #, c-format msgid "Updated external to revision %ld.\n" msgstr "Aggiornato oggetto esterno alla revisione %ld.\n" #: clients/cmdline/notify.c:231 #, c-format msgid "Updated to revision %ld.\n" msgstr "Aggiornato alla revisione %ld.\n" #: clients/cmdline/notify.c:239 #, c-format msgid "External at revision %ld.\n" msgstr "Oggetto esterno alla revisione %ld.\n" #: clients/cmdline/notify.c:240 #, c-format msgid "At revision %ld.\n" msgstr "Alla revisione %ld.\n" #: clients/cmdline/notify.c:252 #, c-format msgid "External export complete.\n" msgstr "Esportazione dell'oggetto esterno completata.\n" #: clients/cmdline/notify.c:253 #, c-format msgid "Export complete.\n" msgstr "Esportazione completata.\n" #: clients/cmdline/notify.c:260 #, c-format msgid "External checkout complete.\n" msgstr "Checkout dell'oggetto esterno completata.\n" #: clients/cmdline/notify.c:261 #, c-format msgid "Checkout complete.\n" msgstr "Checkout completato.\n" #: clients/cmdline/notify.c:268 #, c-format msgid "External update complete.\n" msgstr "Aggiornamente dell'oggetto esterno completata.\n" #: clients/cmdline/notify.c:269 #, c-format msgid "Update complete.\n" msgstr "Aggiornamento completato.\n" #: clients/cmdline/notify.c:285 #, c-format msgid "" "\n" "Performing status on external item at '%s'\n" msgstr "" "\n" "Esecuzione di status sull'elemento esterno in '%s'\n" #: clients/cmdline/notify.c:293 #, c-format msgid "Status against revision: %6ld\n" msgstr "Stato rispetto alla revisione: %6ld\n" #: clients/cmdline/notify.c:301 #, c-format msgid "Sending %s\n" msgstr "Trasmetto %s\n" #: clients/cmdline/notify.c:310 #, c-format msgid "Adding (bin) %s\n" msgstr "Aggiungo (bin) %s\n" #: clients/cmdline/notify.c:317 #, c-format msgid "Adding %s\n" msgstr "Aggiungo %s\n" #: clients/cmdline/notify.c:324 #, c-format msgid "Deleting %s\n" msgstr "Cancello %s\n" #: clients/cmdline/notify.c:331 #, c-format msgid "Replacing %s\n" msgstr "Sovrascrivo %s\n" #: clients/cmdline/notify.c:341 #, c-format msgid "Transmitting file data " msgstr "Trasmissione dati " #: clients/cmdline/notify.c:351 #, c-format msgid "'%s' locked by user '%s'.\n" msgstr "'%s' è bloccato dall'utente '%s'.\n" #: clients/cmdline/notify.c:357 #, c-format msgid "'%s' unlocked.\n" msgstr "'%s' sbloccato\n" #: clients/cmdline/prompt.c:94 #, c-format msgid "Can't open stdin" msgstr "Non riesco ad aprire stdin" #: clients/cmdline/prompt.c:112 clients/cmdline/prompt.c:116 #, c-format msgid "Can't read stdin" msgstr "Non riesco a leggere stdin" #: clients/cmdline/prompt.c:153 libsvn_ra_svn/client.c:310 #, c-format msgid "Can't get password" msgstr "Non riesco a leggere la password" #: clients/cmdline/prompt.c:175 #, c-format msgid "Authentication realm: %s\n" msgstr "Reame di autenticazione: %s\n" #: clients/cmdline/prompt.c:201 clients/cmdline/prompt.c:224 msgid "Username: " msgstr "Username: " #: clients/cmdline/prompt.c:203 #, c-format msgid "Password for '%s': " msgstr "Password per '%s': " #: clients/cmdline/prompt.c:246 #, c-format msgid "Error validating server certificate for '%s':\n" msgstr "Errore nella validazione del certificato del server per '%s':\n" #: clients/cmdline/prompt.c:252 msgid "" " - The certificate is not issued by a trusted authority. Use the\n" " fingerprint to validate the certificate manually!\n" msgstr "" " - Il certificato non è stato creato da un'autorità fidata.\n" " Usa il codice di fingerprint per verificare il certificato manualmente!\n" #: clients/cmdline/prompt.c:259 msgid " - The certificate hostname does not match.\n" msgstr " - Il nome host del certificato non corrisponde.\n" #: clients/cmdline/prompt.c:265 msgid " - The certificate is not yet valid.\n" msgstr " - Il certificato non è ancora valido.\n" #: clients/cmdline/prompt.c:271 msgid " - The certificate has expired.\n" msgstr " - Il certificato è scaduto.\n" #: clients/cmdline/prompt.c:277 msgid " - The certificate has an unknown error.\n" msgstr " - Il certificato ha un errore sconosciuto.\n" #: clients/cmdline/prompt.c:282 #, c-format msgid "" "Certificate information:\n" " - Hostname: %s\n" " - Valid: from %s until %s\n" " - Issuer: %s\n" " - Fingerprint: %s\n" msgstr "" "Informazioni del certificato:\n" " - Nome host: %s\n" " - Valido: dal %s al %s\n" " - Autorità: %s\n" " - Fingerprint: %s\n" #: clients/cmdline/prompt.c:297 msgid "(R)eject, accept (t)emporarily or accept (p)ermanently? " msgstr "(R)ifiuta, accetta (t)emporaneamente o accetta (p)ermanentemente? " #: clients/cmdline/prompt.c:301 msgid "(R)eject or accept (t)emporarily? " msgstr "(R)ifiuta o acceta (t)emporaneamente" #: clients/cmdline/prompt.c:339 msgid "Client certificate filename: " msgstr "Nome file del certificato del client: " #: clients/cmdline/prompt.c:362 #, c-format msgid "Passphrase for '%s': " msgstr "Password per '%s': " #: clients/cmdline/propdel-cmd.c:77 #, c-format msgid "property '%s' deleted from repository revision %ld\n" msgstr "" "la proprietà '%s' è stata cancellata dalla revisione del repository %ld\n" #: clients/cmdline/propdel-cmd.c:86 #, c-format msgid "Cannot specify revision for deleting versioned property '%s'" msgstr "" "Non è possibile specificare la revisione per cancellare la proprietà '%s'" #: clients/cmdline/propdel-cmd.c:116 #, c-format msgid "property '%s' deleted (recursively) from '%s'.\n" msgstr "la proprietà '%s' è stata cancellata (ricorsivamente) da '%s'.\n" #: clients/cmdline/propdel-cmd.c:117 #, c-format msgid "property '%s' deleted from '%s'.\n" msgstr "la proprietà '%s' è stata cancellata da '%s'.\n" #: clients/cmdline/propedit-cmd.c:101 clients/cmdline/propedit-cmd.c:225 #: clients/cmdline/propset-cmd.c:85 msgid "Bad encoding option: prop value not stored as UTF8" msgstr "Errore di codifica: il valore della proprietà non è in UTF8" #: clients/cmdline/propedit-cmd.c:110 #, c-format msgid "Set new value for property '%s' on revision %ld\n" msgstr "" "Impostazione di un nuovo volore per la proprietà '%s' nella revisione %ld\n" #: clients/cmdline/propedit-cmd.c:116 #, c-format msgid "No changes to property '%s' on revision %ld\n" msgstr "Nessun cambiamento per la proprietà '%s' nella revisione %ld\n" #: clients/cmdline/propedit-cmd.c:124 #, c-format msgid "Cannot specify revision for editing versioned property '%s'" msgstr "" "Non è possibile specificare una revisione per modificare la proprietà sotto " "controllo di versione '%s'" #: clients/cmdline/propedit-cmd.c:150 clients/cmdline/propset-cmd.c:158 msgid "Explicit target argument required" msgstr "È richiesto un argomento per un obiettivo esplicito" #: clients/cmdline/propedit-cmd.c:173 #, c-format msgid "Editing property on non-local target '%s' not yet supported" msgstr "" "La modifica di proprietà sull'oggetto non locale '%s' non è ancora supportata" #: clients/cmdline/propedit-cmd.c:200 clients/cmdline/switch-cmd.c:138 #, c-format msgid "'%s' does not appear to be a working copy path" msgstr "'%s' non sembra essere un percorso della copia locale" #: clients/cmdline/propedit-cmd.c:232 #, c-format msgid "Set new value for property '%s' on '%s'\n" msgstr "Imposta un nuovo valore per la proprietà '%s' in '%s'\n" #: clients/cmdline/propedit-cmd.c:239 #, c-format msgid "No changes to property '%s' on '%s'\n" msgstr "Nessun cambiamento alla proprietà '%s' in '%s'\n" #: clients/cmdline/proplist-cmd.c:71 #, c-format msgid "Unversioned properties on revision %ld:\n" msgstr "" "Vi sono proprietà non sotto controllo di versione sulla revisione %ld:\n" #: clients/cmdline/props.c:51 msgid "" "Must specify the revision as a number, a date or 'HEAD' when operating on a " "revision property" msgstr "" "Bisogna specificare una revisione come numero, come data o come 'HEAD'\n" "quando si opera sulla proprietà di una revisione" #: clients/cmdline/props.c:58 msgid "Wrong number of targets specified" msgstr "Il numero degli obiettivi specificati è sbagliato" #: clients/cmdline/props.c:67 msgid "Either a URL or versioned item is required" msgstr "È richiesto almeno una URL o un file sotto controllo di versione" #: clients/cmdline/propset-cmd.c:111 #, c-format msgid "property '%s' set on repository revision %ld\n" msgstr "proprietà '%s' impostata sulla revisione %ld\n" #: clients/cmdline/propset-cmd.c:119 #, c-format msgid "Cannot specify revision for setting versioned property '%s'" msgstr "" "Non è possibile specificare una revisione quando si imposta\n" "la proprietà sotto controllo di versione '%s'" #: clients/cmdline/propset-cmd.c:151 #, c-format msgid "Explicit target required ('%s' interpreted as prop value)" msgstr "" "È necessario specificare esplicitamente l'oggetto \n" "('%s' interpretato come valore di proprietà)" #: clients/cmdline/propset-cmd.c:184 #, c-format msgid "property '%s' set (recursively) on '%s'\n" msgstr "proprietà '%s' impostata (ricorsivamente) su '%s'\n" #: clients/cmdline/propset-cmd.c:185 #, c-format msgid "property '%s' set on '%s'\n" msgstr "proprietà '%s' impostata su '%s'\n" #: clients/cmdline/revert-cmd.c:61 msgid "Try 'svn revert --recursive' instead?" msgstr "Prova 'svn revert' o 'svn revert --non-recursive'" #: clients/cmdline/status.c:261 #, c-format msgid "'%s' has lock token, but no lock owner" msgstr "" "'%s' ha un gettone di blocco, ma nessun proprietario\n" "per quel blocco" #: clients/cmdline/switch-cmd.c:58 #, c-format msgid "'%s' to '%s' is not a valid relocation" msgstr "'%s' a '%s' non è una rilocazione valida" #: clients/cmdline/util.c:59 #, c-format msgid "" "\n" "Committed revision %ld.\n" msgstr "" "\n" "Commit della Revisione %ld eseguito.\n" #: clients/cmdline/util.c:127 msgid "" "None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and " "no 'editor-cmd' run-time configuration option was found" msgstr "" "Nessuna delle variabili d'ambiente SVN_EDITOR, VISUAL o EDITOR è impostata, " "e l'opzione di configurazione 'editor-cmd' non è stata trovata" #: clients/cmdline/util.c:154 #, c-format msgid "Can't get working directory" msgstr "Non riesco a rilevare la directory di lavoro" #: clients/cmdline/util.c:165 clients/cmdline/util.c:188 #, c-format msgid "Can't change working directory to '%s'" msgstr "Non riesco a cambiare la directory di lavoro in '%s'" #: clients/cmdline/util.c:212 #, c-format msgid "Can't write to '%s'" msgstr "Non riesco a scrivere su '%s'" #: clients/cmdline/util.c:227 clients/cmdline/util.c:251 #: libsvn_fs_fs/fs_fs.c:1090 libsvn_fs_fs/fs_fs.c:3595 libsvn_subr/io.c:2360 #, c-format msgid "Can't stat '%s'" msgstr "Non riesco a eseguire stat() su '%s'" #: clients/cmdline/util.c:242 #, c-format msgid "system('%s') returned %d" msgstr "system('%s') ha restituito %d" #: clients/cmdline/util.c:309 #, c-format msgid "Can't restore working directory" msgstr "Non riesco a ripristinare la directory di lavoro" #: clients/cmdline/util.c:349 msgid "Log message contains a zero byte" msgstr "Il messaggio di log contiene un byte zero" #: clients/cmdline/util.c:409 msgid "Your commit message was left in a temporary file:" msgstr "Il tuo messaggio di log è stato salvato in un file temporaneo:" #: clients/cmdline/util.c:461 msgid "--This line, and those below, will be ignored--" msgstr "--Questa linea, e quelle sotto di essa, saranno ignorate--" #: clients/cmdline/util.c:574 msgid "Cannot invoke editor to get log message when non-interactive" msgstr "" "Non posso invocare l'editor per i messaggi di log in modalità non interattiva" #: clients/cmdline/util.c:587 msgid "" "Could not use external editor to fetch log message; consider setting the " "$SVN_EDITOR environment variable or using the --message (-m) or --file (-F) " "options" msgstr "" "Non sono riuscito a usare un editor esterno per ottenere un messaggio di " "log; dovresti impostare la variabile d'ambiente $SVN_EDITOR o usare le " "opzioni --message (-m) o --file (-F)" #: clients/cmdline/util.c:622 msgid "" "\n" "Log message unchanged or not specified\n" "a)bort, c)ontinue, e)dit\n" msgstr "" "\n" "Messaggio di log non modificato o non specificato\n" "a)bortisci, c)ontinua, e)dit\n" #: clients/cmdline/util.c:675 msgid "Use --force to override this restriction" msgstr "Usa --force per ignorare questa restrizione" #: clients/cmdline/util.c:697 include/svn_error_codes.h:229 #: libsvn_subr/cmdline.c:280 libsvn_subr/cmdline.c:297 #, c-format msgid "Write error" msgstr "Errore di scrittura" #: include/svn_error_codes.h:152 msgid "Bad parent pool passed to svn_make_pool()" msgstr "Pool padre non valido passato a svn_make_pool()" #: include/svn_error_codes.h:156 msgid "Bogus filename" msgstr "Nome file non valido" #: include/svn_error_codes.h:160 msgid "Bogus URL" msgstr "URL non valida" #: include/svn_error_codes.h:164 msgid "Bogus date" msgstr "Data non valida" #: include/svn_error_codes.h:168 msgid "Bogus mime-type" msgstr "Mimetype non valido" #: include/svn_error_codes.h:174 msgid "Version file format not correct" msgstr "Formato del file di versione non corretto" #: include/svn_error_codes.h:180 msgid "No such XML tag attribute" msgstr "Non esiste un simile attributo per un tag XML" #: include/svn_error_codes.h:184 msgid " is missing ancestry" msgstr "ascendenza mancante per " #: include/svn_error_codes.h:188 msgid "Unrecognized binary data encoding; can't decode" msgstr "Codifica binaria dei dati non riconosciuta; non posso decodificare" #: include/svn_error_codes.h:192 msgid "XML data was not well-formed" msgstr "I dati XML non sono ben-formati" #: include/svn_error_codes.h:196 msgid "Data cannot be safely XML-escaped" msgstr "I dati non possono essere correttamente formattati per XML" #: include/svn_error_codes.h:202 msgid "Inconsistent line ending style" msgstr "Terminazione linea inconsistente" #: include/svn_error_codes.h:206 msgid "Unrecognized line ending style" msgstr "Terminazione linea non riconosciuta" #: include/svn_error_codes.h:211 msgid "Line endings other than expected" msgstr "Terminazioni di riga diverse da quelle attese" #: include/svn_error_codes.h:215 msgid "Ran out of unique names" msgstr "Nomi unici esauriti" #: include/svn_error_codes.h:220 msgid "Framing error in pipe protocol" msgstr "Errore di trama nel protocollo di pipe" #: include/svn_error_codes.h:225 msgid "Read error in pipe" msgstr "Errore di lettura sulla pipe" #: include/svn_error_codes.h:235 msgid "Unexpected EOF on stream" msgstr "EOF inatteso su un flusso" #: include/svn_error_codes.h:239 msgid "Malformed stream data" msgstr "Flusso di dati non conforme" #: include/svn_error_codes.h:243 msgid "Unrecognized stream data" msgstr "Flusso di dati non riconosciuto" #: include/svn_error_codes.h:249 msgid "Unknown svn_node_kind" msgstr "svn_node_kind sconosciuto" #: include/svn_error_codes.h:253 msgid "Unexpected node kind found" msgstr "Trovato tipo di nodo inatteso" #: include/svn_error_codes.h:259 msgid "Can't find an entry" msgstr "Non riesco a trovare un elemento" #: include/svn_error_codes.h:265 msgid "Entry already exists" msgstr "L'elemento esiste già" #: include/svn_error_codes.h:269 msgid "Entry has no revision" msgstr "L'elemento non ha revisione" #: include/svn_error_codes.h:273 msgid "Entry has no URL" msgstr "L'elemento non ha URL" #: include/svn_error_codes.h:277 msgid "Entry has an invalid attribute" msgstr "L'elemento ha un attributo non valido" #: include/svn_error_codes.h:283 msgid "Obstructed update" msgstr "Aggiornamento ostruito" #: include/svn_error_codes.h:288 msgid "Mismatch popping the WC unwind stack" msgstr "" "Discrepanza nell'estrarre un elemento dall'unwind stack della copia locale" #: include/svn_error_codes.h:293 msgid "Attempt to pop empty WC unwind stack" msgstr "" "Tentativo di estrarre un elemento dall'unwind stack vuoto della copia locale" #: include/svn_error_codes.h:298 msgid "Attempt to unlock with non-empty unwind stack" msgstr "" "Tentativo di sbloccare con un unwind stack della copia locale non vuoto" #: include/svn_error_codes.h:302 msgid "Attempted to lock an already-locked dir" msgstr "Tentativo di bloccare una directory già bloccata" #: include/svn_error_codes.h:306 msgid "Working copy not locked; this is probably a bug, please report" msgstr "" "La copia di lavoro non è bloccata. Probabilmente è un bug, segnalalo per " "favore" #: include/svn_error_codes.h:311 msgid "Invalid lock" msgstr "Blocco non valido" #: include/svn_error_codes.h:315 msgid "Path is not a working copy directory" msgstr "Il percorso non è una directory della copia locale" #: include/svn_error_codes.h:319 msgid "Path is not a working copy file" msgstr "Il percorso non è un file della copia locale" #: include/svn_error_codes.h:323 msgid "Problem running log" msgstr "Problema riscontrato nell'esecuzione di log" #: include/svn_error_codes.h:327 msgid "Can't find a working copy path" msgstr "Non riesco a trovare il percorso di una copia locale" #: include/svn_error_codes.h:331 msgid "Working copy is not up-to-date" msgstr "La copia locale non è aggiornata" #: include/svn_error_codes.h:335 msgid "Left locally modified or unversioned files" msgstr "" "Sono stati lasciati dei file modificati o non sotto controllo di versione" #: include/svn_error_codes.h:339 msgid "Unmergeable scheduling requested on an entry" msgstr "Sono state richieste delle azioni non conciliabili su un elemento " #: include/svn_error_codes.h:343 msgid "Found a working copy path" msgstr "Ho trovato il percorso di una copia locale" #: include/svn_error_codes.h:347 msgid "A conflict in the working copy obstructs the current operation" msgstr "Un conflitto nella copia locale impedisce l'operazione richiesta" #: include/svn_error_codes.h:351 msgid "Working copy is corrupt" msgstr "La copia locale è corrotta" #: include/svn_error_codes.h:355 msgid "Working copy text base is corrupt" msgstr "Il testo di base della copia locale corrotto" #: include/svn_error_codes.h:359 msgid "Cannot change node kind" msgstr "Non posso cambiare tipo di nodo" #: include/svn_error_codes.h:363 msgid "Invalid operation on the current working directory" msgstr "Operazione non valida sulla copia locale corrente" #: include/svn_error_codes.h:367 msgid "Problem on first log entry in a working copy" msgstr "Problema sul primo elemento di log nella copia locale" #: include/svn_error_codes.h:371 msgid "Unsupported working copy format" msgstr "Formato della copia locale non supportato" #: include/svn_error_codes.h:375 msgid "Path syntax not supported in this context" msgstr "Sintassi del percorso non supportata in questo contesto" #: include/svn_error_codes.h:380 msgid "Invalid schedule" msgstr "Programmazione non valida" #: include/svn_error_codes.h:385 msgid "Invalid relocation" msgstr "Riallocazione non valida" #: include/svn_error_codes.h:390 msgid "Invalid switch" msgstr "Switch non valido" #: include/svn_error_codes.h:396 msgid "General filesystem error" msgstr "Errore generale del filesystem" #: include/svn_error_codes.h:400 msgid "Error closing filesystem" msgstr "Errore nella chiusura del filesystem" #: include/svn_error_codes.h:404 msgid "Filesystem is already open" msgstr "Il filesystem è già aperto" #: include/svn_error_codes.h:408 msgid "Filesystem is not open" msgstr "Il filesystem non è aperto" #: include/svn_error_codes.h:412 msgid "Filesystem is corrupt" msgstr "Il filesystem è corrotto" #: include/svn_error_codes.h:416 msgid "Invalid filesystem path syntax" msgstr "Sintassi di percorso del filesystem non valida" #: include/svn_error_codes.h:420 msgid "Invalid filesystem revision number" msgstr "Numero di revisione del filesystem non valido" #: include/svn_error_codes.h:424 msgid "Invalid filesystem transaction name" msgstr "Nome della transazione del filesystem non valido" #: include/svn_error_codes.h:428 msgid "Filesystem directory has no such entry" msgstr "Non esiste un elemento simile nella directory del filesystem" #: include/svn_error_codes.h:432 msgid "Filesystem has no such representation" msgstr "Il filesystem non ha una simile rappresentazione" #: include/svn_error_codes.h:436 msgid "Filesystem has no such string" msgstr "Il filesystem non ha una simile stringa" #: include/svn_error_codes.h:440 msgid "Filesystem has no such copy" msgstr "Il filesystem non ha una simile copia" #: include/svn_error_codes.h:444 msgid "The specified transaction is not mutable" msgstr "La transazione specificata non è mutabile" #: include/svn_error_codes.h:448 msgid "Filesystem has no item" msgstr "Il filesystem non ha un elemento" #: include/svn_error_codes.h:452 msgid "Filesystem has no such node-rev-id" msgstr "Il filesystem non ha un simile node-rev-id" #: include/svn_error_codes.h:456 msgid "String does not represent a node or node-rev-id" msgstr "La stringa non rappresenta un nodo o un node-rev-id" #: include/svn_error_codes.h:460 msgid "Name does not refer to a filesystem directory" msgstr "Il nome non si riferisce ad una directory del filesystem" #: include/svn_error_codes.h:464 msgid "Name does not refer to a filesystem file" msgstr "Il nome non si riferisce ad un file del filesystem" #: include/svn_error_codes.h:468 msgid "Name is not a single path component" msgstr "Il nome non è un singolo componente di percorso" #: include/svn_error_codes.h:472 msgid "Attempt to change immutable filesystem node" msgstr "Tentativo di cambiare un nodo immutabile del filesystem" #: include/svn_error_codes.h:476 msgid "Item already exists in filesystem" msgstr "L'elemento esiste già nel filesystem" #: include/svn_error_codes.h:480 msgid "Attempt to remove or recreate fs root dir" msgstr "Tentativo di rimuovere o ricreare il directory di root del filesystem" #: include/svn_error_codes.h:484 msgid "Object is not a transaction root" msgstr "L'oggetto non è la root di una transazione" #: include/svn_error_codes.h:488 msgid "Object is not a revision root" msgstr "L'oggetto non è la root di una revisione" #: include/svn_error_codes.h:492 msgid "Merge conflict during commit" msgstr "Conflitto di fusione durante il commit" #: include/svn_error_codes.h:496 msgid "A representation vanished or changed between reads" msgstr "Una rappresentazione è scomparsa o è cambiata fra letture successive" #: include/svn_error_codes.h:500 msgid "Tried to change an immutable representation" msgstr "Tentativo di cambiare una rappresentazione immutabile" #: include/svn_error_codes.h:504 msgid "Malformed skeleton data" msgstr "Dati di scheletro malformati" #: include/svn_error_codes.h:508 msgid "Transaction is out of date" msgstr "La transazione è scaduta" #: include/svn_error_codes.h:512 msgid "Berkeley DB error" msgstr "Errore nel database Berkeley" #: include/svn_error_codes.h:516 msgid "Berkeley DB deadlock error" msgstr "Deadlock nel database Berkeley" #: include/svn_error_codes.h:520 msgid "Transaction is dead" msgstr "La transazione è morta" #: include/svn_error_codes.h:524 msgid "Transaction is not dead" msgstr "La transazione non è morta" #: include/svn_error_codes.h:529 msgid "Unknown FS type" msgstr "Tipo di filesystem sconosciuto" #: include/svn_error_codes.h:534 msgid "No user associated with filesystem" msgstr "Nessun utente associato al filesystem" #: include/svn_error_codes.h:539 msgid "Path is already locked" msgstr "Il percorso è già bloccato" #: include/svn_error_codes.h:544 include/svn_error_codes.h:671 msgid "Path is not locked" msgstr "Il percorso non è bloccato" #: include/svn_error_codes.h:549 msgid "Lock token is incorrect" msgstr "Il gettone di blocco non è corretto" #: include/svn_error_codes.h:554 msgid "No lock token provided" msgstr "Non non è stato fornito nessun gettone di blocco" #: include/svn_error_codes.h:559 msgid "Username does not match lock owner" msgstr "Il nome utente non corrisponde con il proprietario del blocco" #: include/svn_error_codes.h:564 msgid "Filesystem has no such lock" msgstr "Il filesystem non ha un simile blocco" #: include/svn_error_codes.h:569 msgid "Lock has expired" msgstr "Il blocco è scaduto" #: include/svn_error_codes.h:574 msgid "Item is out of date" msgstr "L'elemento non è aggiornato" #: include/svn_error_codes.h:586 msgid "Unsupported FS format" msgstr "Formato del filesystem non supportato" #: include/svn_error_codes.h:592 msgid "The repository is locked, perhaps for db recovery" msgstr "Il repository è bloccato, forse per un recovery del database" #: include/svn_error_codes.h:596 msgid "A repository hook failed" msgstr "Un hook del repository è fallito" #: include/svn_error_codes.h:600 msgid "Incorrect arguments supplied" msgstr "Argomenti forniti non validi" #: include/svn_error_codes.h:604 msgid "A report cannot be generated because no data was supplied" msgstr "" "Non è stato possibile generare un rapporto perché non sono stati forniti dati" #: include/svn_error_codes.h:608 msgid "Bogus revision report" msgstr "Rapporto di revisione non valido" #: include/svn_error_codes.h:617 msgid "Unsupported repository version" msgstr "Versione del repository non supportata" #: include/svn_error_codes.h:621 msgid "Disabled repository feature" msgstr "Funzionalità del repository disabilitata" #: include/svn_error_codes.h:625 msgid "Error running post-commit hook" msgstr "Errore nell'esecuzione dell'hook dopo il commit" #: include/svn_error_codes.h:630 msgid "Error running post-lock hook" msgstr "Errore nell'esecuzione dell'aggancio dopo il blocco" #: include/svn_error_codes.h:635 msgid "Error running post-unlock hook" msgstr "Errore nell'esecuzione dell'aggancio dopo lo sblocco" #: include/svn_error_codes.h:642 msgid "Bad URL passed to RA layer" msgstr "URL non valida passata al livello di RA" #: include/svn_error_codes.h:646 msgid "Authorization failed" msgstr "Autorizzazione fallita" #: include/svn_error_codes.h:650 msgid "Unknown authorization method" msgstr "Metodo di autenticazione sconosciuto" #: include/svn_error_codes.h:654 msgid "Repository access method not implemented" msgstr "Metodo di accesso al repository non implementato" #: include/svn_error_codes.h:658 msgid "Item is out-of-date" msgstr "L'elemento non è aggiornato" #: include/svn_error_codes.h:662 msgid "Repository has no UUID" msgstr "Il repository non ha UUID" #: include/svn_error_codes.h:666 msgid "Unsupported RA plugin ABI version" msgstr "Versione ABI del plugin RA non supportata" #: include/svn_error_codes.h:678 msgid "RA layer failed to init socket layer" msgstr "Il livello RA non è riuscito ad inizializzare il livello socket" #: include/svn_error_codes.h:682 msgid "RA layer failed to create HTTP request" msgstr "Il livello RA non è riuscito a creare una richiesta HTTP" #: include/svn_error_codes.h:686 msgid "RA layer request failed" msgstr "La richiesta del livello RA è fallita" #: include/svn_error_codes.h:690 msgid "RA layer didn't receive requested OPTIONS info" msgstr "Il livello RA non ha ricevuto le informazioni OPTIONS richieste" #: include/svn_error_codes.h:694 msgid "RA layer failed to fetch properties" msgstr "Il livello RA non è riuscito a recuperare le proprietà" #: include/svn_error_codes.h:698 msgid "RA layer file already exists" msgstr "Il file del livello RA esiste già" #: include/svn_error_codes.h:702 msgid "Invalid configuration value" msgstr "Valore di configurazione non valido" #: include/svn_error_codes.h:706 msgid "HTTP Path Not Found" msgstr "Percorso HTTP non trovato" #: include/svn_error_codes.h:710 msgid "Failed to execute WebDAV PROPPATCH" msgstr "L'esecuzione di PROPPATCH di WebDAV è fallita" #: include/svn_error_codes.h:715 include/svn_error_codes.h:751 #: libsvn_ra_svn/marshal.c:603 libsvn_ra_svn/marshal.c:711 #: libsvn_ra_svn/marshal.c:738 msgid "Malformed network data" msgstr "Dati di rete malformati" #: include/svn_error_codes.h:720 msgid "Unable to extract data from response header" msgstr "Impossibile estrarre dati dall'intestazione della risposta" #: include/svn_error_codes.h:726 include/svn_error_codes.h:755 msgid "Couldn't find a repository" msgstr "Non sono riuscito a trovare il repository" #: include/svn_error_codes.h:730 msgid "Couldn't open a repository" msgstr "Non sono riuscito ad aprire il repository" #: include/svn_error_codes.h:735 msgid "Special code for wrapping server errors to report to client" msgstr "" "Codice speciale per contenere gli errore del server da riportare al client" #: include/svn_error_codes.h:739 msgid "Unknown svn protocol command" msgstr "Comando del protocollo svn sconosciuto" #: include/svn_error_codes.h:743 msgid "Network connection closed unexpectedly" msgstr "La connessione di rete è stata improvvisamente interrotta" #: include/svn_error_codes.h:747 msgid "Network read/write error" msgstr "Errore di lettura/scrittura sulla rete" #: include/svn_error_codes.h:759 msgid "Client/server version mismatch" msgstr "Le versioni del client e del server non corrispondono" #: include/svn_error_codes.h:767 msgid "Credential data unavailable" msgstr "Credenziali non disponibili" #: include/svn_error_codes.h:771 msgid "No authentication provider available" msgstr "Non è disponibile un fornitore di autenticazione" #: include/svn_error_codes.h:775 include/svn_error_codes.h:779 msgid "All authentication providers exhausted" msgstr "Tutti i fornitori di autenticazione sono esauriti" #: include/svn_error_codes.h:785 msgid "Read access denied for root of edit" msgstr "Accesso in lettura negato per la root della modifica" #: include/svn_error_codes.h:790 msgid "Item is not readable" msgstr "L'elemento è illeggibile" #: include/svn_error_codes.h:795 msgid "Item is partially readable" msgstr "L'elemento è parzialmente leggibile" #: include/svn_error_codes.h:799 msgid "Invalid authz configuration" msgstr "Valore di configurazione di authz non valido" #: include/svn_error_codes.h:804 msgid "Item is not writable" msgstr "L'elemento non è scrivibile" #: include/svn_error_codes.h:810 msgid "Svndiff data has invalid header" msgstr "I dati svndiff hanno un header non valido" #: include/svn_error_codes.h:814 msgid "Svndiff data contains corrupt window" msgstr "I dati svndiff contengono una finestra corrotta" #: include/svn_error_codes.h:818 msgid "Svndiff data contains backward-sliding source view" msgstr "" "I dati svndiff contengono una visione del sorgente non strettamente crescente" #: include/svn_error_codes.h:822 msgid "Svndiff data contains invalid instruction" msgstr "I dati svndiff contengono un'istruzione non valida" #: include/svn_error_codes.h:826 msgid "Svndiff data ends unexpectedly" msgstr "I dati svndiff sono terminati improvvisamente" #: include/svn_error_codes.h:832 msgid "Apache has no path to an SVN filesystem" msgstr "Apache non ha un percorso per un filesystem SVN" #: include/svn_error_codes.h:836 msgid "Apache got a malformed URI" msgstr "Apache ha ricevuto un'URI malformata" #: include/svn_error_codes.h:840 msgid "Activity not found" msgstr "Attività non trovata" #: include/svn_error_codes.h:844 msgid "Baseline incorrect" msgstr "Linea di base incorretta" #: include/svn_error_codes.h:848 msgid "Input/output error" msgstr "Errore di input/output" #: include/svn_error_codes.h:854 msgid "A path under version control is needed for this operation" msgstr "" "Per questa operazione è richiesto un percorso sotto controllo di versione" #: include/svn_error_codes.h:858 msgid "Repository access is needed for this operation" msgstr "Per questa operazione è richiesto l'accesso al repository" #: include/svn_error_codes.h:862 msgid "Bogus revision information given" msgstr "Informazioni di revisione fornite non valide" #: include/svn_error_codes.h:866 msgid "Attempting to commit to a URL more than once" msgstr "Tentativo di eseguire il commit di un'URL più di una volta" #: include/svn_error_codes.h:870 msgid "Operation does not apply to binary file" msgstr "L'operazione non è possibile su file binari" #: include/svn_error_codes.h:876 msgid "Format of an svn:externals property was invalid" msgstr "Il formato di una proprietà svn:externals non era valida" #: include/svn_error_codes.h:880 msgid "Attempting restricted operation for modified resource" msgstr "" "Tentativo di eseguire un'operazione ristretta su una risorsa modificata" #: include/svn_error_codes.h:884 msgid "Operation does not apply to directory" msgstr "L'operazione non è possibile su directory" #: include/svn_error_codes.h:888 msgid "Revision range is not allowed" msgstr "Non è permesso un range di revisioni" #: include/svn_error_codes.h:892 msgid "Inter-repository relocation not allowed" msgstr "Non è permessa la rilocazione fra repository" #: include/svn_error_codes.h:896 msgid "Author name cannot contain a newline" msgstr "Il nome dell'autore non può contenere un a-capo" #: include/svn_error_codes.h:900 msgid "Bad property name" msgstr "Nome di proprietà non valido" #: include/svn_error_codes.h:905 msgid "Two versioned resources are unrelated" msgstr "Due risorse sotto controllo di versione non hanno rapporto fra loro" #: include/svn_error_codes.h:910 msgid "Path has no lock token" msgstr "Il percorso non ha un gettone di lock" #: include/svn_error_codes.h:916 msgid "A problem occurred; see later errors for details" msgstr "È accaduto un problema; vedi gli errori seguenti per dettagli" #: include/svn_error_codes.h:920 msgid "Failure loading plugin" msgstr "Caricamento del plugin fallito" #: include/svn_error_codes.h:924 msgid "Malformed file" msgstr "File non conforme" #: include/svn_error_codes.h:928 msgid "Incomplete data" msgstr "Dati incompleti" #: include/svn_error_codes.h:932 msgid "Incorrect parameters given" msgstr "Sono stati forniti parametri incorretti" #: include/svn_error_codes.h:936 msgid "Tried a versioning operation on an unversioned resource" msgstr "" "Si è tentato di eseguire un'operazione di versionamento su una risorsa non " "sotto controllo di versione" #: include/svn_error_codes.h:940 msgid "Test failed" msgstr "Test fallito" #: include/svn_error_codes.h:944 msgid "Trying to use an unsupported feature" msgstr "Tentativo di utilizzare una caratteristica non supportata" #: include/svn_error_codes.h:948 msgid "Unexpected or unknown property kind" msgstr "Tipo di proprietà inatteso o sconosciuto" #: include/svn_error_codes.h:952 msgid "Illegal target for the requested operation" msgstr "Obiettivo illegale per l'operazione richiesta" #: include/svn_error_codes.h:956 msgid "MD5 checksum is missing" msgstr "Il checksum MD5 è mancante" #: include/svn_error_codes.h:960 msgid "Directory needs to be empty but is not" msgstr "La directory dovrebbe essere vuota ma non lo è" #: include/svn_error_codes.h:964 msgid "Error calling external program" msgstr "Errore nell'esecuzione di un programma esterno" #: include/svn_error_codes.h:968 msgid "Python exception has been set with the error" msgstr "Un'eccezione Python è stata impostata insieme all'errore" #: include/svn_error_codes.h:972 msgid "A checksum mismatch occurred" msgstr "Si è verificato un errore di checksum" #: include/svn_error_codes.h:976 msgid "The operation was interrupted" msgstr "L'operazione è stata interrotta" #: include/svn_error_codes.h:980 msgid "The specified diff option is not supported" msgstr "L'opzione diff specificata non è supportata" #: include/svn_error_codes.h:984 msgid "Property not found" msgstr "Proprietà non trovata" #: include/svn_error_codes.h:988 msgid "No auth file path available" msgstr "Percorso per il file di autorizzazione non disponibile" #: include/svn_error_codes.h:993 msgid "Incompatible library version" msgstr "Versioni di libreria incompatibili" #: include/svn_error_codes.h:999 msgid "Client error in parsing arguments" msgstr "Errore del client nella lettura degli argomenti" #: include/svn_error_codes.h:1003 msgid "Not enough args provided" msgstr "Non sono stati forniti abbastanza argomenti" #: include/svn_error_codes.h:1007 msgid "Mutually exclusive arguments specified" msgstr "Specificati argomenti mutualmente esclusivi" #: include/svn_error_codes.h:1011 msgid "Attempted command in administrative dir" msgstr "Si è tentato di eseguire un comando in una directory amministrativa" #: include/svn_error_codes.h:1015 msgid "The log message file is under version control" msgstr "Il file del messaggio di log è sotto controllo di versione" #: include/svn_error_codes.h:1019 msgid "The log message is a pathname" msgstr "Il messaggio di log è un percorso" #: include/svn_error_codes.h:1023 msgid "Committing in directory scheduled for addition" msgstr "Esecuzione di un commit in una directory preparata per essere aggiunta" #: include/svn_error_codes.h:1027 msgid "No external editor available" msgstr "Nessun editor esterno disponibile" #: include/svn_error_codes.h:1031 msgid "Something is wrong with the log message's contents" msgstr "C'è qualcosa di sbagliato nei contenuti del messaggio di log" #: include/svn_error_codes.h:1035 msgid "A log message was given where none was necessary" msgstr "È stato fornito un messaggio di log che non era necessario" #: libsvn_client/add.c:371 #, c-format msgid "Error during recursive add of '%s'" msgstr "Errore durante l'aggiunta ricorsiva di '%s'" #: libsvn_client/add.c:382 #, c-format msgid "Can't close directory '%s'" msgstr "Non riesco a chiudere la directory '%s'" #: libsvn_client/blame.c:382 libsvn_client/blame.c:774 #, c-format msgid "Cannot calculate blame information for binary file '%s'" msgstr "" "Non riesco a calcolare le informazioni di blame per il file binario '%s'" #: libsvn_client/blame.c:543 msgid "Start revision must precede end revision" msgstr "La revisione di inizio deve precedere la revisione di fine" #: libsvn_client/blame.c:659 libsvn_client/cat.c:208 #, c-format msgid "URL '%s' refers to a directory" msgstr "L'URL '%s' si riferisce ad una directory" #: libsvn_client/blame.c:732 #, c-format msgid "Revision action '%c' for revision %ld of '%s' lacks a prior revision" msgstr "" "L'azione di revisione '%c' per la revisione %ld di '%s' manca di una " "revisione precedente" #: libsvn_client/cat.c:73 libsvn_client/export.c:241 #, c-format msgid "'%s' is not under version control or doesn't exist" msgstr "'%s' non è sotto controllo di versione o non esiste" #: libsvn_client/cat.c:79 #, c-format msgid "'%s' refers to a directory" msgstr "'%s' si riferisce ad una directory" #: libsvn_client/cat.c:131 libsvn_client/export.c:183 msgid "(local)" msgstr "(locale)" #: libsvn_client/cat.c:248 #, c-format msgid "Can't seek in '%s'" msgstr "Non riesco a cercare in '%s'" #: libsvn_client/checkout.c:91 #, c-format msgid "URL '%s' doesn't exist" msgstr "L'URL '%s' non esiste" #: libsvn_client/checkout.c:95 #, c-format msgid "URL '%s' refers to a file, not a directory" msgstr "L'URL '%s' si riferisce ad un file, non ad una directory" #: libsvn_client/checkout.c:163 #, c-format msgid "'%s' is already a working copy for a different URL" msgstr "'%s' è già una copia locale per una URL differente" #: libsvn_client/checkout.c:167 msgid "; run 'svn update' to complete it" msgstr "; esegui 'svn update' per completare." #: libsvn_client/checkout.c:177 #, c-format msgid "'%s' already exists and is not a directory" msgstr "'%s' esiste già e non è una directory" #: libsvn_client/commit.c:209 #, c-format msgid "Unknown or unversionable type for '%s'" msgstr "" "Tipo sconosciuto o non inseribile sotto\n" "controllo di verione per '%s'" #: libsvn_client/commit.c:522 msgid "New entry name required when importing a file" msgstr "È richiesto il nome di un nuovo elemento quando si importa un file" #: libsvn_client/commit.c:556 libsvn_wc/props.c:1217 libsvn_wc/questions.c:62 #, c-format msgid "'%s' does not exist" msgstr "'%s' non esiste" #: libsvn_client/commit.c:616 libsvn_client/copy.c:81 svnlook/main.c:1283 #, c-format msgid "Path '%s' does not exist" msgstr "Il percorso '%s' non esiste" #: libsvn_client/commit.c:746 libsvn_client/copy.c:398 #: libsvn_client/copy.c:414 #, c-format msgid "Path '%s' already exists" msgstr "Il percorso '%s' esiste già" #: libsvn_client/commit.c:761 #, c-format msgid "'%s' is a reserved name and cannot be imported" msgstr "'%s' è un nome riservato e non può essere importato" #: libsvn_client/commit.c:874 libsvn_client/copy.c:543 msgid "Commit failed (details follow):" msgstr "Commit fallito (seguono dettagli):" #: libsvn_client/commit.c:882 libsvn_client/copy.c:551 msgid "Commit succeeded, but other errors follow:" msgstr "Commit eseguito, ma seguono altri errori:" #: libsvn_client/commit.c:889 libsvn_client/copy.c:558 msgid "Error unlocking locked dirs (details follow):" msgstr "Errore nello sbloccare le directory bloccate (seguono dettagli):" #: libsvn_client/commit.c:900 msgid "Error bumping revisions post-commit (details follow):" msgstr "" "Errore nell'incrementare di 1 le revisioni dopo il commit (seguono dettagli):" #: libsvn_client/commit.c:911 libsvn_client/copy.c:569 msgid "Error in post-commit clean-up (details follow):" msgstr "Errore nella pulizia dopo il commit (seguono dettagli):" #: libsvn_client/commit.c:1214 #, c-format msgid "'%s' is a URL, but URLs cannot be commit targets" msgstr "'%s' è una URL, ma le URL non possono essere obiettivi di un commit" #: libsvn_client/commit.c:1406 msgid "Are all the targets part of the same working copy?" msgstr "Tutti gli obiettivi fanno parte della stessa copia locale?" #: libsvn_client/commit.c:1421 msgid "Cannot non-recursively commit a directory deletion" msgstr "" "Non è possibile effettuare il commit della cancellazione di una directory in " "maniera non ricorsiva" #: libsvn_client/commit_util.c:245 libsvn_client/commit_util.c:256 #, c-format msgid "Unknown entry kind for '%s'" msgstr "Tipo di elemento sconosciuto per'%s'" #: libsvn_client/commit_util.c:273 #, c-format msgid "Entry '%s' has unexpectedly changed special status" msgstr "L'elemento '%s' ha inaspettatamente cambiato lo status speciale" #: libsvn_client/commit_util.c:324 #, c-format msgid "Aborting commit: '%s' remains in conflict" msgstr "Aborto del commit: '%s' è ancora in conflitto" #: libsvn_client/commit_util.c:390 #, c-format msgid "Did not expect '%s' to be a working copy root" msgstr "Non mi aspettavo che %s' fosse la root di una copia locale" #: libsvn_client/commit_util.c:408 #, c-format msgid "Commit item '%s' has copy flag but no copyfrom URL\n" msgstr "" "L'elemento in trasmissione '%s' ha un flag copy ma non una URL copyfrom\n" #: libsvn_client/commit_util.c:683 libsvn_client/commit_util.c:813 #: libsvn_client/copy.c:1072 libsvn_client/delete.c:67 #: libsvn_client/diff.c:1394 libsvn_client/diff.c:1992 #: libsvn_client/diff.c:2514 libsvn_client/diff.c:2623 #: libsvn_client/locking_commands.c:250 libsvn_client/locking_commands.c:274 #: libsvn_client/log.c:129 libsvn_client/prop_commands.c:213 #: libsvn_client/prop_commands.c:446 libsvn_client/prop_commands.c:602 #: libsvn_client/prop_commands.c:951 libsvn_client/ra.c:181 #: libsvn_client/revisions.c:89 libsvn_client/status.c:256 #: libsvn_client/switch.c:104 libsvn_wc/adm_ops.c:2247 #: libsvn_wc/adm_ops.c:2273 libsvn_wc/adm_ops.c:2310 libsvn_wc/copy.c:449 #: libsvn_wc/entries.c:1498 libsvn_wc/entries.c:1990 libsvn_wc/props.c:285 #: libsvn_wc/props.c:1144 libsvn_wc/questions.c:171 #, c-format msgid "'%s' is not under version control" msgstr "'%s' non è sotto controllo di versione" #: libsvn_client/commit_util.c:686 #, c-format msgid "Entry for '%s' has no URL" msgstr "L'elemento di '%s' non ha URL" #: libsvn_client/commit_util.c:719 #, c-format msgid "'%s' is scheduled for addition within unversioned parent" msgstr "" "'%s' è stato preparato per essere aggiunto all'interno di un elemento non " "sotto controllo di versione" #: libsvn_client/commit_util.c:739 #, c-format msgid "" "Entry for '%s' is marked as 'copied' but is not itself scheduled\n" "for addition. Perhaps you're committing a target that is\n" "inside an unversioned (or not-yet-versioned) directory?" msgstr "" "L'elemento di '%s' è segnato come 'copiato' ma non è stato preparato\n" "per essere aggiunto. Forse stai eseguendo il commit di un obiettivo che è " "all'interno\n" "di una directory non è o non è ancora, sotto controllo di versione?" #: libsvn_client/commit_util.c:779 #, c-format msgid "" "'%s' is not under version control and is not part of the commit, yet its " "child '%s' is part of the commit" msgstr "" "'%s' non è sotto controllo di versione e non fa parte del commit, eppure il " "suo elemento '%s' fa parte del commit" #: libsvn_client/commit_util.c:862 #, c-format msgid "Cannot commit both '%s' and '%s' as they refer to the same URL" msgstr "" "Non posso seguire il commit sia di '%s' che di '%s' in quanto fanno " "riferimento alla stessa URL" #: libsvn_client/commit_util.c:1007 #, c-format msgid "Commit item '%s' has copy flag but no copyfrom URL" msgstr "" "L'elemento in trasmissione '%s' ha un flag copy ma non una URL copyfrom" #: libsvn_client/commit_util.c:1012 #, c-format msgid "Commit item '%s' has copy flag but an invalid revision" msgstr "" "L'elemento in trasmissione '%s' ha un flag copy ma una revisione non valida" #: libsvn_client/copy.c:101 libsvn_client/copy.c:645 libsvn_client/copy.c:831 #: libsvn_ra_dav/commit.c:1172 #, c-format msgid "File '%s' already exists" msgstr "Il file '%s' esiste già" #: libsvn_client/copy.c:144 msgid "Move will not be attempted unless forced" msgstr "Lo spostamento non verrà eseguito se non forzato" #: libsvn_client/copy.c:328 #, c-format msgid "Cannot move URL '%s' into itself" msgstr "Non posso spostare l'URL '%s' su se stessa" #: libsvn_client/copy.c:359 #, c-format msgid "" "Source and dest appear not to be in the same repository (src: '%s'; dst: '%" "s')" msgstr "" "Sorgente e destinazione sembrano non essere nello stesso repository " "(sorgente: '%s'; destinazione: '%s')" #: libsvn_client/copy.c:385 #, c-format msgid "Path '%s' does not exist in revision %ld" msgstr "Il percorso '%s' non esiste nella revisione %ld" #: libsvn_client/copy.c:419 #, c-format msgid "Unrecognized node kind of '%s'" msgstr "Tipo di nodo non riconosciuto per '%s'" #: libsvn_client/copy.c:789 #, c-format msgid "Path '%s' not found in revision %ld" msgstr "Percorso '%s' non trovato nella revisione %ld" #: libsvn_client/copy.c:794 #, c-format msgid "Path '%s' not found in head revision" msgstr "Percorso '%s' non trovato nella revisione head" #: libsvn_client/copy.c:840 #, c-format msgid "'%s' is in the way" msgstr "'%s' è fra i piedi" #: libsvn_client/copy.c:857 #, c-format msgid "Entry for '%s' exists (though the working file is missing)" msgstr "L'elemento per '%s' esiste già (anche se manca il file locale)" #: libsvn_client/copy.c:948 #, c-format msgid "Source URL '%s' is from foreign repository; leaving it as a disjoint WC" msgstr "" "L'URL sorgente '%s' è di un altro repository; la lascio come copia locale " "disgiunta" #: libsvn_client/copy.c:1027 #, c-format msgid "Cannot copy path '%s' into its own child '%s'" msgstr "Non posso copiare il percorso '%s' in un suo elemento '%s'" #: libsvn_client/copy.c:1038 #, c-format msgid "Cannot move path '%s' into itself" msgstr "Non posso spostare il percorso '%s' in se stesso" #: libsvn_client/copy.c:1046 msgid "No support for repos <--> working copy moves" msgstr "Spostamenti fra repository e copia locale non sono supportati" #: libsvn_client/copy.c:1078 #, c-format msgid "'%s' does not seem to have a URL associated with it" msgstr "'%s' non sembra avere una URL associata" #: libsvn_client/delete.c:62 #, c-format msgid "'%s' is in the way of the resource actually under version control" msgstr "" "'%s' è fra i piedi della risorsa attualmente sotto controllo di versione" #: libsvn_client/delete.c:77 #, c-format msgid "'%s' has local modifications" msgstr "'%s' ha modifiche locali" #: libsvn_client/diff.c:98 #, c-format msgid "%sProperty changes on: %s%s" msgstr "%sProprietà modificate su: %s%s" #: libsvn_client/diff.c:126 #, c-format msgid "Name: %s%s" msgstr "Nome: %s%s" #: libsvn_client/diff.c:202 #, c-format msgid "URLs have no scheme ('%s' and '%s')" msgstr "Le URL non hanno protocollo ('%s' e '%s')" #: libsvn_client/diff.c:208 libsvn_client/diff.c:214 #, c-format msgid "URL has no scheme: '%s'" msgstr "L'URL non ha protocollo: '%s'" #: libsvn_client/diff.c:221 #, c-format msgid "Access scheme mixtures not yet supported ('%s' and '%s')" msgstr "" "Protocolli multipli di accesso non sono ancora supportati ('%s' e '%s')" #: libsvn_client/diff.c:286 #, c-format msgid "%s\t(revision %ld)" msgstr "%s\t(revisione %ld)" #: libsvn_client/diff.c:288 #, c-format msgid "%s\t(working copy)" msgstr "%s\t(copia locale)" #: libsvn_client/diff.c:432 #, c-format msgid "Cannot display: file marked as a binary type.%s" msgstr "Non posso mostrarlo: file indicato come binario.%s" #: libsvn_client/diff.c:505 #, c-format msgid "'%s' is not supported" msgstr "'%s' non è supportato" #. xgettext: the '.working', '.merge-left.r%ld' and '.merge-right.r%ld' #. strings are used to tag onto a filename in case of a merge conflict #: libsvn_client/diff.c:775 msgid ".working" msgstr ".locale" #: libsvn_client/diff.c:777 #, c-format msgid ".merge-left.r%ld" msgstr ".merge-sx.r%ld" #: libsvn_client/diff.c:780 #, c-format msgid ".merge-right.r%ld" msgstr ".merge-dx.r%ld" #: libsvn_client/diff.c:1450 libsvn_client/diff.c:2092 #: libsvn_client/diff.c:2172 msgid "Not all required revisions are specified" msgstr "Non tutte le revisioni richieste sono state specificate" #: libsvn_client/diff.c:1721 msgid "Sorry, svn_client_diff3 was called in a way that is not yet supported" msgstr "" "Spiacente, svn_client_diff3 è stato invocato in un modo non ancora supportato" #: libsvn_client/diff.c:1760 msgid "" "Only diffs between a path's text-base and its working files are supported at " "this time" msgstr "" "Solo differenze fra il testo base di un percorso e i suoi file di lavoro " "sono supportati correntemente" #: libsvn_client/diff.c:1875 libsvn_client/diff.c:1880 #, c-format msgid "'%s' was not found in the repository at revision %ld" msgstr "'%s' non è stato trovato nel repository alla revisione %ld" #: libsvn_client/diff.c:1996 libsvn_client/switch.c:108 #, c-format msgid "Directory '%s' has no URL" msgstr "La directory '%s' non ha URL" #: libsvn_client/diff.c:2183 msgid "At least one revision must be non-local for a pegged diff" msgstr "Almeno una revisione deve essere non locale per una pegged diff" #: libsvn_client/diff.c:2487 libsvn_client/diff.c:2493 #: libsvn_client/diff.c:2608 libsvn_client/locking_commands.c:254 #: libsvn_client/locking_commands.c:278 libsvn_client/ra.c:372 #: libsvn_client/ra.c:733 libsvn_client/ra.c:869 #, c-format msgid "'%s' has no URL" msgstr "'%s' non ha URL" #: libsvn_client/export.c:87 #, c-format msgid "'%s' is not a valid EOL value" msgstr "'%s' non è un terminatore di riga valido" #: libsvn_client/export.c:271 msgid "Destination directory exists, and will not be overwritten unless forced" msgstr "" "La directory di destinazione esiste e non verrà sovrascritta a meno che non " "sia forzato" #: libsvn_client/export.c:369 libsvn_client/export.c:512 #, c-format msgid "'%s' exists and is not a directory" msgstr "'%s' esiste e non è una directory" #: libsvn_client/export.c:373 libsvn_client/export.c:516 #, c-format msgid "'%s' already exists" msgstr "'%s' esiste già" #: libsvn_client/export.c:686 libsvn_wc/update_editor.c:1655 #: libsvn_wc/update_editor.c:2405 #, c-format msgid "Checksum mismatch for '%s'; expected: '%s', actual: '%s'" msgstr "Errore di checksum per '%s'; atteso: '%s', effettivo: '%s'" #: libsvn_client/info.c:234 #, c-format msgid "Cannot read entry for '%s'" msgstr "Non posso leggere la voce per '%s'" #: libsvn_client/info.c:368 libsvn_client/info.c:393 libsvn_client/info.c:403 #, c-format msgid "URL '%s' non-existent in revision '%ld'" msgstr "L'URL '%s' non esiste nella revisione '%ld'" #: libsvn_client/locking_commands.c:200 msgid "No common parent found, unable to operate on disjoint arguments" msgstr "" "Non è stato trovato un genitore comune, non è possibile operare su argomenti " "disgiunti" #: libsvn_client/locking_commands.c:302 msgid "Unable to lock/unlock across multiple repositories" msgstr "Non è possibile bloccare/sbloccare a cavallo di più repository" #: libsvn_client/locking_commands.c:343 #, c-format msgid "'%s' is not locked in this working copy" msgstr "'%s' non è bloccata in questa copia di lavoro" #: libsvn_client/locking_commands.c:391 #, c-format msgid "'%s' is not locked" msgstr "'%s' non è bloccato" #: libsvn_client/locking_commands.c:427 libsvn_fs/fs-loader.c:895 #: libsvn_ra/ra_loader.c:552 msgid "Lock comment has illegal characters" msgstr "Il commento al blocco contiene dei caratteri illegali" #: libsvn_client/log.c:72 msgid "Missing required revision specification" msgstr "Specificazione di una revisione richiesta mancante" #: libsvn_client/log.c:135 libsvn_client/status.c:261 #: libsvn_client/update.c:86 #, c-format msgid "Entry '%s' has no URL" msgstr "L'elemento '%s' non ha URL" #: libsvn_client/log.c:321 msgid "No commits in repository" msgstr "Non vi sono commit nel repository." #: libsvn_client/ls.c:137 libsvn_client/ls.c:145 #, c-format msgid "URL '%s' non-existent in that revision" msgstr "L'URL '%s' non-esistente a quella revisione" #: libsvn_client/prop_commands.c:104 #, c-format msgid "'%s' is a wcprop, thus not accessible to clients" msgstr "" "'%s' è una proprietà della copia di lavoro, per cui non è accessibile ai " "client" #: libsvn_client/prop_commands.c:183 #, c-format msgid "Revision property '%s' not allowed in this context" msgstr "Proprietà di revisione '%s' non permessa in questo contesto" #: libsvn_client/prop_commands.c:199 #, c-format msgid "Setting property on non-local target '%s' is not supported" msgstr "" "L'impostazione di una proprietà su un target non locale '%s' non è supportata" #: libsvn_client/prop_commands.c:205 libsvn_client/prop_commands.c:280 #, c-format msgid "Bad property name: '%s'" msgstr "Nome di proprietà non valido: '%s'" #: libsvn_client/prop_commands.c:276 msgid "Value will not be set unless forced" msgstr "Il valore non sarà impostato se non forzato" #: libsvn_client/prop_commands.c:499 libsvn_client/prop_commands.c:758 #, c-format msgid "Unknown node kind for '%s'" msgstr "Tipo di nodo sconosciuto per '%s'" #: libsvn_client/ra.c:132 #, c-format msgid "Attempt to set wc property '%s' on '%s' in a non-commit operation" msgstr "" "Tentativo di impostare la proprietà '%s' in copia locale su '%s' in " "un'operazione non di commit" #: libsvn_client/ra.c:349 #, c-format msgid "Can't find entry for '%s'" msgstr "Non trovo una voce per '%s'" #: libsvn_client/ra.c:493 #, c-format msgid "Missing changed-path information for '%s' in revision %ld" msgstr "" "Informazioni di cambiamento di percorso per '%s' alla revisione %ld mancanti" #: libsvn_client/ra.c:613 #, c-format msgid "path '%s' doesn't exist in revision %ld" msgstr "il percorso '%s' non esiste alla revisione %ld" #: libsvn_client/ra.c:660 libsvn_client/ra.c:817 #, c-format msgid "Unable to find repository location for '%s' in revision %ld" msgstr "Non trovo la locazione del repository per '%s' alla revisione %ld" #: libsvn_client/ra.c:671 #, c-format msgid "'%s' in revision %ld is an unrelated object" msgstr "'%s' nella revisione %ld è un oggetto non correlato" #: libsvn_client/ra.c:822 #, c-format msgid "" "The location for '%s' for revision %ld does not exist in the repository or " "refers to an unrelated object" msgstr "" "La locazione per '%s' alla revisione %ld non esiste nel repository o si " "riferisce ad un oggetto non correlato" #: libsvn_client/relocate.c:53 #, c-format msgid "The repository at '%s' has uuid '%s', but the WC has '%s'" msgstr "Il repository in '%s' ha uuid '%s', ma la copia locale ha '%s'" #: libsvn_client/revisions.c:105 #, c-format msgid "Unrecognized revision type requested for '%s'" msgstr "Tipo di revisione non riconosciuto per '%s'" #: libsvn_delta/svndiff.c:350 #, c-format msgid "Invalid diff stream: insn %d cannot be decoded" msgstr "Flusso di diff non valido: insn %d non può essere decodificato" #: libsvn_delta/svndiff.c:354 #, c-format msgid "Invalid diff stream: insn %d has non-positive length" msgstr "Flusso di diff non valido: insn %d ha una lunghezza non positiva" #: libsvn_delta/svndiff.c:358 #, c-format msgid "Invalid diff stream: insn %d overflows the target view" msgstr "Flusso di diff non valido: insn %d supera la vista di destinazione" #: libsvn_delta/svndiff.c:367 #, c-format msgid "Invalid diff stream: [src] insn %d overflows the source view" msgstr "Flusso di diff non valido: [orig] insn %d supera la vista di origine" #: libsvn_delta/svndiff.c:374 #, c-format msgid "" "Invalid diff stream: [tgt] insn %d starts beyond the target view position" msgstr "" "Flusso di diff non valido: [obi] insn %d inizia oltre la posizione nella " "vista di destinazione" #: libsvn_delta/svndiff.c:381 #, c-format msgid "Invalid diff stream: [new] insn %d overflows the new data section" msgstr "Flusso di diff non valido: [nuovo] insn %d i dati della nuova sezione" #: libsvn_delta/svndiff.c:391 msgid "Delta does not fill the target window" msgstr "Il delta non riempie la finestra di destinazione" #: libsvn_delta/svndiff.c:394 msgid "Delta does not contain enough new data" msgstr "Il delta non contiene abbastanza nuovi dati" #: libsvn_delta/svndiff.c:471 msgid "Svndiff has invalid header" msgstr "Svndiff ha un header non valido" #: libsvn_delta/svndiff.c:526 libsvn_delta/svndiff.c:681 msgid "Svndiff contains corrupt window header" msgstr "Svndiff contiene un header di finestra corrotto" #: libsvn_delta/svndiff.c:535 msgid "Svndiff has backwards-sliding source views" msgstr "retrocedenti" #: libsvn_delta/svndiff.c:583 libsvn_delta/svndiff.c:630 #: libsvn_delta/svndiff.c:703 msgid "Unexpected end of svndiff input" msgstr "Fine inaspettata dell'input per svndiff" #: libsvn_diff/diff_file.c:666 #, c-format msgid "%s\\ No newline at end of file%s" msgstr "%s\\ Nessun a-capo alla fine del file%s" #: libsvn_diff/diff_file.c:1225 #, c-format msgid "Failed to delete mmap '%s'" msgstr "Cancellazione di mmap '%s' fallita" #: libsvn_fs/fs-loader.c:105 libsvn_ra/ra_loader.c:157 #: libsvn_ra/ra_loader.c:170 #, c-format msgid "'%s' does not define '%s()'" msgstr "'%s' non definisce '%s()'" #: libsvn_fs/fs-loader.c:131 #, c-format msgid "Failed to load module for FS type '%s'" msgstr "" "Non sono stato in grado di caricare il modulo per il filesystem di tipo '%s'" #: libsvn_fs/fs-loader.c:138 #, c-format msgid "" "Mismatched FS module version for '%s': found %d.%d.%d%s, expected %d.%d.%d%s" msgstr "" "La versione del modulo di filesystem per '%s' non combacia: trovato %d.%d.%d%" "s, atteso %d.%d.%d%s" #: libsvn_fs/fs-loader.c:163 #, c-format msgid "Unknown FS type '%s'" msgstr "Tipo di filesystem sconosciuto '%s'" #: libsvn_fs/fs-loader.c:253 #, c-format msgid "Can't allocate FS mutex" msgstr "Non riesco ad allocare il mutex per il filesystem" #: libsvn_fs/fs-loader.c:289 #, c-format msgid "Can't grab FS mutex" msgstr "Non riesco a prendere il mutex per il filesystem" #: libsvn_fs/fs-loader.c:295 #, c-format msgid "Can't ungrab FS mutex" msgstr "Non posso abbandonare il mutex per il filesystem" #: libsvn_fs/fs-loader.c:901 msgid "Negative expiration date passed to svn_fs_lock" msgstr "È stata passata una data di scadenza negativa a svn_fs_lock" #: libsvn_fs_base/bdb/bdb-err.c:101 #, c-format msgid "Berkeley DB error for filesystem %s while %s:\n" msgstr "Errore del DB Berkeley per il filesystem '%s' durante %s\n" #: libsvn_fs_base/bdb/changes-table.c:88 msgid "creating change" msgstr "sto creando le modifiche" #: libsvn_fs_base/bdb/changes-table.c:114 msgid "deleting changes" msgstr "sto cancellando le modifiche" #: libsvn_fs_base/bdb/changes-table.c:146 libsvn_fs_fs/fs_fs.c:1971 msgid "Missing required node revision ID" msgstr "L'ID di nodo di revisione richiesto è mancante" #: libsvn_fs_base/bdb/changes-table.c:157 libsvn_fs_fs/fs_fs.c:1981 msgid "Invalid change ordering: new node revision ID without delete" msgstr "" "Ordine dei cambiamenti non valido: nuovo ID di revisione di nodo senza una " "cancellazione" #: libsvn_fs_base/bdb/changes-table.c:167 libsvn_fs_fs/fs_fs.c:1992 msgid "Invalid change ordering: non-add change on deleted path" msgstr "" "Ordine dei cambiamenti non valido: operazione diversa da add su un percorso " "già eliminato" #: libsvn_fs_base/bdb/changes-table.c:257 #: libsvn_fs_base/bdb/changes-table.c:381 msgid "creating cursor for reading changes" msgstr "sto creando il cursore per leggere le modifiche" #: libsvn_fs_base/bdb/changes-table.c:283 #: libsvn_fs_base/bdb/changes-table.c:402 #, c-format msgid "Error reading changes for key '%s'" msgstr "Errore nella lettura delle modifiche per la chiave '%s'" #: libsvn_fs_base/bdb/changes-table.c:342 #: libsvn_fs_base/bdb/changes-table.c:425 msgid "fetching changes" msgstr "sto ritrovando le modifiche" #: libsvn_fs_base/bdb/changes-table.c:355 #: libsvn_fs_base/bdb/changes-table.c:438 msgid "closing changes cursor" msgstr "sto chiudendo il cursore sulla modifiche" #: libsvn_fs_base/bdb/copies-table.c:87 msgid "storing copy record" msgstr "archivio il record di copia" # traduzione un po' libera... #: libsvn_fs_base/bdb/copies-table.c:112 msgid "allocating new copy ID (getting 'next-key')" msgstr "sto allocando un nuovo DI di copia (chiamando 'next-key')" #: libsvn_fs_base/bdb/copies-table.c:130 msgid "bumping next copy key" msgstr "sto incrementando di 1 la chiave della prossima copia" #: libsvn_fs_base/bdb/copies-table.c:169 msgid "deleting entry from 'copies' table" msgstr "sto cancellando la voce dalla tabella 'copies'" #: libsvn_fs_base/bdb/copies-table.c:197 msgid "reading copy" msgstr "sto leggendo la copia" #: libsvn_fs_base/bdb/nodes-table.c:99 msgid "allocating new node ID (getting 'next-key')" msgstr "sto allocando l'ID per il nuovo nodo (ottenuto con 'next-key')" #: libsvn_fs_base/bdb/nodes-table.c:117 msgid "bumping next node ID key" msgstr "sto incrementando di 1 la chiave dell'ID del prossimo nodo" #: libsvn_fs_base/bdb/nodes-table.c:154 #, c-format msgid "Successor id '%s' (for '%s') already exists in filesystem '%s'" msgstr "L'id '%s' successivo (per '%s') esiste già nel filesystem '%s'" #: libsvn_fs_base/bdb/nodes-table.c:180 msgid "deleting entry from 'nodes' table" msgstr "sto cancellando la voce dalla tabella 'nodes'" #. Handle any other error conditions. #: libsvn_fs_base/bdb/nodes-table.c:220 msgid "reading node revision" msgstr "sto leggendo il nodo di revisione" #: libsvn_fs_base/bdb/nodes-table.c:252 msgid "storing node revision" msgstr "sto archiviando il nodo di revisione" #: libsvn_fs_base/bdb/reps-table.c:95 libsvn_fs_base/bdb/reps-table.c:202 #, c-format msgid "No such representation '%s'" msgstr "Nessuna rappresentazione di questo tipo: '%s'" #. Handle any other error conditions. #: libsvn_fs_base/bdb/reps-table.c:98 msgid "reading representation" msgstr "sto leggendo la rappresentazione" #: libsvn_fs_base/bdb/reps-table.c:126 msgid "storing representation" msgstr "sto archiviando la rappresentazione" #: libsvn_fs_base/bdb/reps-table.c:156 msgid "allocating new representation (getting next-key)" msgstr "sto allocando la nuova rappresentazione (chiamando next-key)" #: libsvn_fs_base/bdb/reps-table.c:177 msgid "bumping next representation key" msgstr "sto incrementando di 1 la chiave della rappresentazione" #. Handle any other error conditions. #: libsvn_fs_base/bdb/reps-table.c:205 msgid "deleting representation" msgstr "sto cancellando la rappresentazione" #. Handle any other error conditions. #: libsvn_fs_base/bdb/rev-table.c:88 msgid "reading filesystem revision" msgstr "sto leggendo la revisione del filesystem" #: libsvn_fs_base/bdb/strings-table.c:91 msgid "creating cursor for reading a string" msgstr "sto creando il cursore per leggere una stringa" #: libsvn_fs_base/bdb/txn-table.c:94 msgid "storing transaction record" msgstr "sto archiviando il record della transazione" #: libsvn_fs_base/bdb/uuids-table.c:112 msgid "get repository uuid" msgstr "sto leggendo l'uuid del repository" #: libsvn_fs_base/bdb/uuids-table.c:140 msgid "set repository uuid" msgstr "imposto l'uuid del repository" #: libsvn_fs_base/dag.c:239 #, c-format msgid "Corrupt DB: initial transaction id not '0' in filesystem '%s'" msgstr "" "DB corrotto: l'id della transazione iniziale non è '0' nel filesystem '%s'" #: libsvn_fs_base/dag.c:247 #, c-format msgid "Corrupt DB: initial copy id not '0' in filesystem '%s'" msgstr "DB corrotto: l'id della copia iniziale non è '0' nel filesystem '%s'" #: libsvn_fs_base/dag.c:256 #, c-format msgid "Corrupt DB: initial revision number is not '0' in filesystem '%s'" msgstr "" "DB corrotta: il numero iniziale di revisione non è '0' nel filesystem '%s'" #: libsvn_fs_base/dag.c:304 libsvn_fs_base/dag.c:481 libsvn_fs_fs/dag.c:386 msgid "Attempted to create entry in non-directory parent" msgstr "Tentativo di creare una voce in un genitore che non è una directory" #: libsvn_fs_base/dag.c:475 libsvn_fs_fs/dag.c:380 #, c-format msgid "Attempted to create a node with an illegal name '%s'" msgstr "Tentativo di creazione di un nodo con un nome illegale '%s'" #: libsvn_fs_base/dag.c:487 libsvn_fs_base/dag.c:721 libsvn_fs_fs/dag.c:392 #, c-format msgid "Attempted to clone child of non-mutable node" msgstr "Tentativo di clonare un figlio di nodo immutabile" #: libsvn_fs_base/dag.c:494 #, c-format msgid "Attempted to create entry that already exists" msgstr "Tentativo di creare una voce già esistente" #: libsvn_fs_base/dag.c:545 libsvn_fs_fs/dag.c:454 msgid "Attempted to set entry in non-directory node" msgstr "Tentativo di scrivere una voce in un nodo non di directory" #: libsvn_fs_base/dag.c:551 libsvn_fs_fs/dag.c:460 msgid "Attempted to set entry in immutable node" msgstr "Tentativo di scrivere una voce in un nodo immutable" #: libsvn_fs_base/dag.c:615 #, c-format msgid "Can't set proplist on *immutable* node-revision %s" msgstr "" "Non posso impostare la lista delle proprietà su un nodo di revisione %s " "*immutabile*" #: libsvn_fs_base/dag.c:727 #, c-format msgid "Attempted to make a child clone with an illegal name '%s'" msgstr "Tentativo di clonare un nodo figlio con un nome illegale '%s'" #: libsvn_fs_base/dag.c:852 #, c-format msgid "Attempted to delete entry '%s' from *non*-directory node" msgstr "Tentativo di cancellare la voce '%s' da un nodo non di directory" #: libsvn_fs_base/dag.c:858 #, c-format msgid "Attempted to delete entry '%s' from immutable directory node" msgstr "" "Tentativo di cancellare la voce '%s' da un nodo di directory immutabile" #: libsvn_fs_base/dag.c:865 #, c-format msgid "Attempted to delete a node with an illegal name '%s'" msgstr "Tentativo di cancellazione di un nodo con un nome illegale '%s'" #: libsvn_fs_base/dag.c:880 libsvn_fs_base/dag.c:913 #, c-format msgid "Delete failed: directory has no entry '%s'" msgstr "Cancellazione fallita: la directory non ha nessuna voce '%s'" #: libsvn_fs_base/dag.c:962 #, c-format msgid "Attempted removal of immutable node" msgstr "Tentativo di rimuovere un nodo immutabile" #: libsvn_fs_base/dag.c:1082 #, c-format msgid "Attempted to get textual contents of a *non*-file node" msgstr "" "Tentativo di leggere il contenuto testuale di un nodo che *non* è di tipo " "file" #: libsvn_fs_base/dag.c:1117 #, c-format msgid "Attempted to get length of a *non*-file node" msgstr "Tentativo di ottenere la lunghezza di un nodo che *non* è di tipo file" #: libsvn_fs_base/dag.c:1143 #, c-format msgid "Attempted to get checksum of a *non*-file node" msgstr "Tentativo di calcolare il checksum di un nodo che *non* è di tipo file" #: libsvn_fs_base/dag.c:1174 libsvn_fs_base/dag.c:1228 #, c-format msgid "Attempted to set textual contents of a *non*-file node" msgstr "Tentativo di scrittura di contenuto testuale in un nodo non di file " #: libsvn_fs_base/dag.c:1180 libsvn_fs_base/dag.c:1234 #, c-format msgid "Attempted to set textual contents of an immutable node" msgstr "Tentativo di scrittura di contenuto testuale in un nodo immutabile" #: libsvn_fs_base/dag.c:1257 #, c-format msgid "" "Checksum mismatch, rep '%s':\n" " expected: %s\n" " actual: %s\n" msgstr "" "Errore di checksum per '%s':\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_fs_base/dag.c:1312 #, c-format msgid "Attempted to open non-existent child node '%s'" msgstr "Tentativo di aprire un nodo figlio inesistente '%s'" #: libsvn_fs_base/dag.c:1318 #, c-format msgid "Attempted to open node with an illegal name '%s'" msgstr "Tentativo di aprire un nodo con un nome illegale '%s'" #: libsvn_fs_base/err.c:37 libsvn_fs_fs/err.c:39 msgid "Filesystem object has not been opened yet" msgstr "L'oggetto del filesystem non è stato ancora aperto" #: libsvn_fs_base/err.c:68 libsvn_fs_fs/err.c:70 #, c-format msgid "Corrupt filesystem revision %ld in filesystem '%s'" msgstr "Revisione %ld del filesystem %s' corrotta" #: libsvn_fs_base/err.c:81 libsvn_fs_fs/err.c:83 #, c-format msgid "Corrupt clone record for '%s' in transaction '%s' in filesystem '%s'" msgstr "" "Record di clonazione corrotto per '%s' nella transazione '%s' nel filesystem " "'%s'" #: libsvn_fs_base/err.c:101 libsvn_fs_fs/err.c:103 #, c-format msgid "Reference to non-existent node '%s' in filesystem '%s'" msgstr "Riferimento al nodo non esistente '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:111 libsvn_fs_fs/err.c:113 #, c-format msgid "Reference to non-existent revision %ld in filesystem '%s'" msgstr "Riferimento ad una revisione inesistente %ld nel filesystem '%s'" #: libsvn_fs_base/err.c:122 libsvn_fs_fs/err.c:124 #, c-format msgid "Malformed ID as key in 'nodes' table of filesystem '%s'" msgstr "ID non conforme come chiave nella tabella 'nodes' del filesystem '%s'" #: libsvn_fs_base/err.c:132 libsvn_fs_fs/err.c:134 #, c-format msgid "Corrupt value for 'next-id' key in '%s' table of filesystem '%s'" msgstr "" "Valore corrotto per il campo 'next-id' nella tabella '%s' del filesystem '%s'" #: libsvn_fs_base/err.c:144 libsvn_fs_fs/err.c:146 #, c-format msgid "Corrupt entry in 'transactions' table for '%s' in filesystem '%s'" msgstr "" "Elemento corrotto nella tabella 'transactions' per '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:155 libsvn_fs_fs/err.c:157 #, c-format msgid "Corrupt entry in 'copies' table for '%s' in filesystem '%s'" msgstr "Elemento corrotto nella tabella 'copies' per '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:166 libsvn_fs_fs/err.c:190 #, c-format msgid "File is not mutable: filesystem '%s', revision %ld, path '%s'" msgstr "" "Il file non è modificabile: filesystem '%s', revisione %ld, percorso '%s'" #: libsvn_fs_base/err.c:177 libsvn_fs_fs/err.c:201 #, c-format msgid "Search for malformed path '%s' in filesystem '%s'" msgstr "Ricerca del percorso non conforme '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:188 libsvn_fs_fs/err.c:212 #, c-format msgid "No transaction named '%s' in filesystem '%s'" msgstr "Nessuna transazione chiamata '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:199 libsvn_fs_fs/err.c:223 #, c-format msgid "Cannot modify transaction named '%s' in filesystem '%s'" msgstr "" "Non riesco a modificare la transazione chiamata '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:210 libsvn_fs_fs/err.c:234 #, c-format msgid "No copy with id '%s' in filesystem '%s'" msgstr "Nessuna copia con id '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:220 libsvn_fs_fs/err.c:266 #, c-format msgid "'%s' is not a directory in filesystem '%s'" msgstr "'%s' non è una directory nel filesystem '%s'" #: libsvn_fs_base/err.c:231 libsvn_fs_fs/err.c:288 #, c-format msgid "'%s' is not a file in filesystem '%s'" msgstr "'%s' non è un file nel filesystem '%s'" #: libsvn_fs_base/err.c:242 libsvn_fs_fs/err.c:277 #, c-format msgid "Token '%s' does not point to any existing lock in filesystem '%s'" msgstr "Il gettone '%s' non punta a nessun blocco nel filesystem '%s'" #: libsvn_fs_base/err.c:252 #, c-format msgid "No token given for path '%s' in filesystem '%s'" msgstr "" "Nessun gettone è stato fornito per il percorso '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:261 #, c-format msgid "Corrupt lock in 'locks' table for '%s' in filesystem '%s'" msgstr "Blocco corrotto nella tabella 'locks' per '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:271 libsvn_fs_fs/err.c:244 #, c-format msgid "No lock on path '%s' in filesystem '%s'" msgstr "Nessun blocco al path '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:282 libsvn_fs_fs/err.c:179 #, c-format msgid "Lock has expired: lock-token '%s' in filesystem '%s'" msgstr "Il blocco è scaduto: gettone di blocco '%s' nel filesystem '%s'" #: libsvn_fs_base/err.c:293 libsvn_fs_fs/err.c:255 #, c-format msgid "No username is currently associated with filesystem '%s'" msgstr "Nessun nome utente è attualmente associato al filesystem '%s'" #: libsvn_fs_base/err.c:305 libsvn_fs_fs/err.c:312 #, c-format msgid "User '%s' is trying to use a lock owned by '%s' in filesystem '%s'" msgstr "" "L'utente '%s' sta cercando to utilizzare un blocco di proprietà di '%s' nel " "filesystem '%s'" #: libsvn_fs_base/err.c:317 libsvn_fs_fs/err.c:299 #, c-format msgid "Path '%s' is already locked by user '%s' in filesystem '%s'" msgstr "Il percorso '%s' è già bloccato dall'utente '%s' nel filesystem '%s'" #: libsvn_fs_base/fs.c:79 #, c-format msgid "Bad database version: got %d.%d.%d, should be at least %d.%d.%d" msgstr "" "Versione inadeguata del database: %d.%d.%d, mentre dovrebbe essere almeno %d." "%d.%d" #: libsvn_fs_base/fs.c:90 #, c-format msgid "Bad database version: compiled with %d.%d.%d, running against %d.%d.%d" msgstr "" "Versione inadeguata del database: compilato con %d.%d.%d, ma eseguito con %d." "%d.%d" #: libsvn_fs_base/fs.c:108 libsvn_fs_fs/fs.c:57 msgid "Filesystem object already open" msgstr "L'oggetto del filesystem è già aperto" #: libsvn_fs_base/fs.c:676 libsvn_fs_fs/fs_fs.c:273 #, c-format msgid "Expected FS format '%d'; found format '%d'" msgstr "" "Il formato atteso per il filesystem era '%d'; il formato trovato è '%d'" #: libsvn_fs_base/fs.c:1060 #, c-format msgid "Can't open file '%s' for reading" msgstr "Non riesco il file '%s' in lettura" #: libsvn_fs_base/fs.c:1070 #, c-format msgid "Can't open file '%s' for writing" msgstr "Non riesco ad aprire il file '%s' in scrittura" #: libsvn_fs_base/fs.c:1090 #, c-format msgid "Error reading file '%s'" msgstr "Errore leggendo il file '%s'" #: libsvn_fs_base/fs.c:1101 #, c-format msgid "Error writing file '%s'" msgstr "Errore nella scrittura di '%s'" #: libsvn_fs_base/fs.c:1109 libsvn_fs_base/fs.c:1113 libsvn_subr/io.c:2211 #, c-format msgid "Can't close file '%s'" msgstr "Non riesco a chiudere il file '%s'" #: libsvn_fs_base/fs.c:1225 msgid "" "Error copying logfile; the DB_LOG_AUTOREMOVE feature \n" "may be interfering with the hotcopy algorithm. If \n" "the problem persists, try deactivating this feature \n" "in DB_CONFIG" msgstr "" "Errore nella copia del file di log; l'opzione DB_LOG_AUTOREMOVE\n" "potrebbe interferire con l'algoritmo di copia a caldo. Se il\n" "problema persiste, prova a disattivare tale opzione in DB_CONFIG." #: libsvn_fs_base/fs.c:1244 msgid "" "Error running catastrophic recovery on hotcopy; the \n" "DB_LOG_AUTOREMOVE feature may be interfering with the \n" "hotcopy algorithm. If the problem persists, try deactivating \n" "this feature in DB_CONFIG" msgstr "" "Errore nel recupero catastrofico sulla copia a caldo; l'opzione\n" "DB_LOG_AUTOREMOVE potrebbe interferire con l'algoritmo di copia\n" "a caldo. Se il problema persiste, prova a disattivare tale \n" "opzione in DB_CONFIG." #: libsvn_fs_base/fs.c:1359 msgid "Module for working with a Berkeley DB repository." msgstr "" "Modulo da usare con un repository che si appoggia ad un database Berkeley" #: libsvn_fs_base/fs.c:1392 #, c-format msgid "Unsupported FS loader version (%d) for bdb" msgstr "Versione del lettore di filesystem (%d) per bdb non supportata" #: libsvn_fs_base/lock.c:449 libsvn_fs_fs/lock.c:615 #, c-format msgid "Cannot verify lock on path '%s'; no username available" msgstr "" "Non posso verificare il blocco al percorso '%s'; nessun nome utente " "disponibile" #: libsvn_fs_base/lock.c:455 libsvn_fs_fs/lock.c:621 #, c-format msgid "User %s does not own lock on path '%s' (currently locked by %s)" msgstr "" "L'utente %s non possiede il blocco sul path '%s' (attualmente bloccato da %s)" #: libsvn_fs_base/lock.c:462 libsvn_fs_fs/lock.c:628 #, c-format msgid "Cannot verify lock on path '%s'; no matching lock-token available" msgstr "" "Non posso verificare il blocco sul percorso '%s';\n" "nessun gettone di blocco corrispondente" #: libsvn_fs_base/reps-strings.c:103 msgid "Representation is not of type 'delta'" msgstr "La rappresentazione non è di tipo 'delta'" #: libsvn_fs_base/reps-strings.c:374 msgid "Svndiff source length inconsistency" msgstr "La lunghezza della sorgente di svndiff è contradditoria" #: libsvn_fs_base/reps-strings.c:501 #, c-format msgid "Diff version inconsistencies in representation '%s'" msgstr "Inconsistenze nella rappresentazione '%s' della versione di diff" #: libsvn_fs_base/reps-strings.c:527 #, c-format msgid "" "Corruption detected whilst reading delta chain from representation '%s' to '%" "s'" msgstr "" "Rilevata corruzione nella lettura della catena di differenza dalla " "rappresentazione '%s' a '%s'" #: libsvn_fs_base/reps-strings.c:775 #, c-format msgid "Rep contents are too large: got %s, limit is %s" msgstr "I contenuti sono troppo grossi: ricevuto %s, ma il limite è %s" #: libsvn_fs_base/reps-strings.c:791 #, c-format msgid "Failure reading rep '%s'" msgstr "Lettura di '%s' fallita" #: libsvn_fs_base/reps-strings.c:807 libsvn_fs_base/reps-strings.c:893 #, c-format msgid "" "Checksum mismatch on rep '%s':\n" " expected: %s\n" " actual: %s\n" msgstr "" "Errore nel checksum di '%s'\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_fs_base/reps-strings.c:907 msgid "Null rep, but offset past zero already" msgstr "Rappresentazione nulla, ma l'offset è già oltre lo zero" #: libsvn_fs_base/reps-strings.c:1020 libsvn_fs_base/reps-strings.c:1216 #, c-format msgid "Rep '%s' is not mutable" msgstr "'%s' non è modificabile" #: libsvn_fs_base/reps-strings.c:1035 #, c-format msgid "Rep '%s' both mutable and non-fulltext" msgstr "Rappresentazione '%s' è sia mutabile che non-fulltext" #: libsvn_fs_base/reps-strings.c:1335 msgid "Failed to get new string key" msgstr "Errore nell'ottenere la chiave della nuova stringa" #: libsvn_fs_base/reps-strings.c:1410 #, c-format msgid "Attempt to deltify '%s' against itself" msgstr "Tentativo di calcolare il delta di '%s' contro sé stesso" #: libsvn_fs_base/reps-strings.c:1476 #, c-format msgid "Failed to calculate MD5 digest for '%s'" msgstr "Errore nel calcolare l'MD5 per '%s'" #: libsvn_fs_base/revs-txns.c:65 libsvn_fs_fs/revs-txns.c:58 #, c-format msgid "Transaction is not dead: '%s'" msgstr "La transazione non è morta: '%s'" #: libsvn_fs_base/revs-txns.c:68 libsvn_fs_fs/revs-txns.c:61 #, c-format msgid "Transaction is dead: '%s'" msgstr "La transazione è morta: '%s'" #: libsvn_fs_base/revs-txns.c:981 msgid "Transaction aborted, but cleanup failed" msgstr "Transazione abortita, ma la ripulitura è fallita" #: libsvn_fs_base/tree.c:391 libsvn_fs_fs/tree.c:311 #, c-format msgid "File not found: transaction '%s', path '%s'" msgstr "File non trovato: transazione '%s', percorso '%s'" #: libsvn_fs_base/tree.c:397 libsvn_fs_fs/tree.c:317 #, c-format msgid "File not found: revision %ld, path '%s'" msgstr "File non trovato: revisione %ld, percorso '%s'" #: libsvn_fs_base/tree.c:412 libsvn_fs_fs/tree.c:332 #, c-format msgid "File already exists: filesystem '%s', transaction '%s', path '%s'" msgstr "Il file esiste già: filesystem '%s', transzione '%s', percorso '%s'" #: libsvn_fs_base/tree.c:418 libsvn_fs_fs/tree.c:338 #, c-format msgid "File already exists: filesystem '%s', revision %ld, path '%s'" msgstr "Il file esiste già: filesystem '%s', revisione %ld, percorso '%s'" #: libsvn_fs_base/tree.c:428 libsvn_fs_fs/tree.c:348 msgid "Root object must be a transaction root" msgstr "L'oggetto non è la root di una transazione" #: libsvn_fs_base/tree.c:837 libsvn_fs_fs/tree.c:757 #, c-format msgid "Failure opening '%s'" msgstr "Errore nell'apertura di '%s'" #: libsvn_fs_base/tree.c:1407 libsvn_fs_fs/tree.c:1155 msgid "Cannot compare property value between two different filesystems" msgstr "" "Non posso confrontare dei valori di proprietà in due differenti filesystem" #: libsvn_fs_base/tree.c:1741 msgid "Corrupt DB: faulty predecessor count" msgstr "Database corrotto: conto del predecessore sbagliato" #: libsvn_fs_base/tree.c:1796 libsvn_fs_fs/tree.c:1192 #, c-format msgid "Unexpected immutable node at '%s'" msgstr "Node immutabile inatteso in '%s'" #: libsvn_fs_base/tree.c:1817 libsvn_fs_fs/tree.c:1215 #, c-format msgid "Conflict at '%s'" msgstr "Conflitto in '%s'" #: libsvn_fs_base/tree.c:1867 libsvn_fs_base/tree.c:2572 #: libsvn_fs_fs/tree.c:1264 libsvn_fs_fs/tree.c:1753 msgid "Bad merge; ancestor, source, and target not all in same fs" msgstr "" "Cattiva fusione; l'antenato, la sorgente e la destinazione non\n" "sono tutti nello stesso filesystem" #: libsvn_fs_base/tree.c:1883 libsvn_fs_fs/tree.c:1280 #, c-format msgid "Bad merge; target '%s' has id '%s', same as ancestor" msgstr "" "Cattiva fusione: la destinazione '%s' ha lo stesso id ('%s') del suo antenato" #: libsvn_fs_base/tree.c:2379 #, c-format msgid "Transaction '%s' out of date with respect to revision '%s'" msgstr "La transazione '%s' non è sincronizzata con la transazione '%s' " #: libsvn_fs_base/tree.c:2755 libsvn_fs_fs/tree.c:1892 msgid "The root directory cannot be deleted" msgstr "La directory di root non può essere cancellata" #: libsvn_fs_base/tree.c:2914 libsvn_fs_fs/tree.c:1939 msgid "Copy from mutable tree not currently supported" msgstr "La copia da un albero modificabile non è attualmente supportata" #: libsvn_fs_base/tree.c:3409 libsvn_fs_fs/tree.c:2363 #, c-format msgid "" "Base checksum mismatch on '%s':\n" " expected: %s\n" " actual: %s\n" msgstr "" "Errore di checksum per '%s':\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_fs_base/tree.c:3662 libsvn_fs_fs/tree.c:2599 msgid "Cannot compare file contents between two different filesystems" msgstr "Non posso confrontare due file provenienti da differenti filesystems" #: libsvn_fs_base/tree.c:3671 libsvn_fs_base/tree.c:3676 #: libsvn_fs_fs/tree.c:2608 libsvn_fs_fs/tree.c:2613 #: libsvn_repos/rev_hunt.c:605 #, c-format msgid "'%s' is not a file" msgstr "Il percorso '%s' non è un file" #: libsvn_fs_fs/dag.c:436 msgid "Can't get entries of non-directory" msgstr "Non posso leggere di una non-directory" #: libsvn_fs_fs/dag.c:952 #, c-format msgid "" "Checksum mismatch, file '%s':\n" " expected: %s\n" " actual: %s\n" msgstr "" "Errore di checksum, file '%s':\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_fs_fs/err.c:60 #, c-format msgid "Corrupt node revision for node '%s' in filesystem '%s'" msgstr "Revisione del nodo corrotta per il nodo '%s' nel filesystem '%s'" #: libsvn_fs_fs/err.c:92 #, c-format msgid "Corrupt node revision id '%s' appears in filesystem '%s'" msgstr "Un id di nodo di revisione corrotto '%s' appare nel filesystem '%s'" #: libsvn_fs_fs/err.c:168 #, c-format msgid "Corrupt lockfile for path '%s' in filesystem '%s'" msgstr "File di blocco corrotto per il percoroso '%s' nel filesystem '%s'" #: libsvn_fs_fs/fs.c:98 #, c-format msgid "Can't fetch FSFS mutex" msgstr "Non riesco a prendere il mutex per il filesystem" #: libsvn_fs_fs/fs.c:105 #, c-format msgid "Can't create FSFS mutex" msgstr "Non riesco ad allocare il mutex per il filesystem" #: libsvn_fs_fs/fs.c:109 #, c-format msgid "Can't store FSFS mutex" msgstr "Non riesco ad archiviare il mutex per il filesystem" #: libsvn_fs_fs/fs.c:335 msgid "Module for working with a plain file (FSFS) repository." msgstr "" "Modulo da usare con un repository che si appoggia ad un normale file system " "(FSFS)" #: libsvn_fs_fs/fs.c:368 #, c-format msgid "Unsupported FS loader version (%d) for fsfs" msgstr "Versione del lettore di filesystem (%d) per fsfs non supportata" #: libsvn_fs_fs/fs_fs.c:463 libsvn_fs_fs/fs_fs.c:477 msgid "Found malformed header in revision file" msgstr "Trovato header non conforme nel file di revisione" # Ecco cosa ho concepito rileggendo i suggerimenti di Erik # giorgio_v@mac.com: ho tolto il lato "diagnostico", lasciando solo il report dell'errore # vero e proprio. Per cui proporrei... #: libsvn_fs_fs/fs_fs.c:579 libsvn_fs_fs/fs_fs.c:593 libsvn_fs_fs/fs_fs.c:600 #: libsvn_fs_fs/fs_fs.c:607 libsvn_fs_fs/fs_fs.c:615 libsvn_fs_fs/fs_fs.c:623 msgid "Malformed text rep offset line in node-rev" msgstr "Offset non conforme in un nodo di revisione. " #: libsvn_fs_fs/fs_fs.c:692 msgid "Missing kind field in node-rev" msgstr "Campo del tipo mancante nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:723 msgid "Missing cpath in node-rev" msgstr "Cpath mancante nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:750 libsvn_fs_fs/fs_fs.c:756 msgid "Malformed copyroot line in node-rev" msgstr "Linea copyroot non conforme nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:774 libsvn_fs_fs/fs_fs.c:780 msgid "Malformed copyfrom line in node-rev" msgstr "Linea copyfrom non conforme nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:879 libsvn_fs_fs/fs_fs.c:3189 msgid "Attempted to write to non-transaction" msgstr "Tentativo di scrittura in una non-transazione" #: libsvn_fs_fs/fs_fs.c:963 msgid "Malformed representation header" msgstr "Header della rappresentazione non conforme" #: libsvn_fs_fs/fs_fs.c:987 msgid "Missing node-id in node-rev" msgstr "Node-id mancante nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:993 msgid "Corrupt node-id in node-rev" msgstr "Node-id corrotto nel nodo di revisione" #: libsvn_fs_fs/fs_fs.c:1038 #, c-format msgid "Revision file lacks trailing newline" msgstr "Il file di revisione manca della terminazione di riga finale" #: libsvn_fs_fs/fs_fs.c:1050 #, c-format msgid "Final line in revision file longer than 64 characters" msgstr "La riga finale nel file di revisione è più lunga di 64 caratteri" #: libsvn_fs_fs/fs_fs.c:1063 msgid "Final line in revision file missing space" msgstr "Alla riga finale nel file di revisione manca uno spazio" #: libsvn_fs_fs/fs_fs.c:1093 libsvn_fs_fs/fs_fs.c:3598 #, c-format msgid "Can't chmod '%s'" msgstr "Non riesco ad eseguire chmod su '%s'" #: libsvn_fs_fs/fs_fs.c:1151 libsvn_fs_fs/fs_fs.c:1208 libsvn_repos/log.c:480 #: libsvn_repos/log.c:484 #, c-format msgid "No such revision %ld" msgstr "Revisione %ld inesistente" #: libsvn_fs_fs/fs_fs.c:1283 msgid "Malformed svndiff data in representation" msgstr "Dati svndiff nella rappresentazione non conformi" #: libsvn_fs_fs/fs_fs.c:1394 libsvn_fs_fs/fs_fs.c:1407 #: libsvn_fs_fs/fs_fs.c:1438 msgid "Reading one svndiff window read beyond the end of the representation" msgstr "" "La lettura di una finestra svndiff ha letto oltre la fine della " "rappresentazione" #: libsvn_fs_fs/fs_fs.c:1551 msgid "svndiff data requested non-existent source" msgstr "I dati svndiff hanno richiesto una sorgente inesistente" #: libsvn_fs_fs/fs_fs.c:1557 msgid "svndiff requested position beyond end of stream" msgstr "svndiff ha richiesto una posizione oltre la fine dei dati" #: libsvn_fs_fs/fs_fs.c:1580 libsvn_fs_fs/fs_fs.c:1597 msgid "svndiff window length is corrupt" msgstr "La lunghezza della finestra svndiff è corrotta" #: libsvn_fs_fs/fs_fs.c:1645 #, c-format msgid "" "Checksum mismatch while reading representation:\n" " expected: %s\n" " actual: %s\n" msgstr "" "Un errore nel checksum leggendo la rappresentazione:\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_fs_fs/fs_fs.c:1779 libsvn_fs_fs/fs_fs.c:1792 #: libsvn_fs_fs/fs_fs.c:1798 msgid "Directory entry corrupt" msgstr "Voce della directory corrotta" #: libsvn_fs_fs/fs_fs.c:2134 libsvn_fs_fs/fs_fs.c:2142 #: libsvn_fs_fs/fs_fs.c:2174 libsvn_fs_fs/fs_fs.c:2194 #: libsvn_fs_fs/fs_fs.c:2228 libsvn_fs_fs/fs_fs.c:2233 msgid "Invalid changes line in rev-file" msgstr "Linea di modifiche non valida nel file di revisione" #: libsvn_fs_fs/fs_fs.c:2167 msgid "Invalid change kind in rev file" msgstr "Tipo di cambiamento non valido nel file di revisione" #: libsvn_fs_fs/fs_fs.c:2187 msgid "Invalid text-mod flag in rev-file" msgstr "Opzione text-mod non valida nel file di revisione" #: libsvn_fs_fs/fs_fs.c:2207 msgid "Invalid prop-mod flag in rev-file" msgstr "Opzione prop-mod non valida nel file di revisione" #: libsvn_fs_fs/fs_fs.c:2390 msgid "Copying from transactions not allowed" msgstr "La copia dalle transazioni non è consentita" #: libsvn_fs_fs/fs_fs.c:2446 #, c-format msgid "Unable to create transaction directory in '%s' for revision %ld" msgstr "" "Impossibile creare una directory di transazione in '%s' per la revisione %ld" #: libsvn_fs_fs/fs_fs.c:2635 libsvn_fs_fs/fs_fs.c:2642 msgid "next-id file corrupt" msgstr "file next-id corrotto" #: libsvn_fs_fs/fs_fs.c:2726 msgid "Transaction cleanup failed" msgstr "Ripulitura della transazione fallita" #: libsvn_fs_fs/fs_fs.c:2889 msgid "Invalid change type" msgstr "Tipo di cambiamento non valido" #: libsvn_fs_fs/fs_fs.c:3208 msgid "Can't set text contents of a directory" msgstr "Non è possibile impostare il contenuto testuale di una directory" #: libsvn_fs_fs/fs_fs.c:3298 libsvn_fs_fs/fs_fs.c:3303 #: libsvn_fs_fs/fs_fs.c:3310 msgid "Corrupt current file" msgstr "File corrente corrotto" #: libsvn_fs_fs/fs_fs.c:3736 #, c-format msgid "Can't grab FSFS repository mutex" msgstr "Non riesco a prendere il mutex per il filesystem" #: libsvn_fs_fs/fs_fs.c:3750 #, c-format msgid "Can't ungrab FSFS repository mutex" msgstr "Non posso abbandonare il mutex per il filesystem" #: libsvn_fs_fs/fs_fs.c:3866 msgid "Transaction out of date" msgstr "Transazione scaduta" #: libsvn_fs_fs/fs_fs.c:4138 msgid "No such transaction" msgstr "Transazione inesistente" #: libsvn_fs_fs/lock.c:230 #, c-format msgid "Cannot write lock/entries hashfile '%s'" msgstr "Non riesco a scrivere il file di hash '%s' per il blocco/entrate" #: libsvn_fs_fs/lock.c:286 #, c-format msgid "Can't parse lock/entries hashfile '%s'" msgstr "Non riesco ad interpretare il file di hash '%s' per il blocco/entrate" #: libsvn_fs_fs/lock.c:715 libsvn_fs_fs/lock.c:736 #, c-format msgid "Path '%s' doesn't exist in HEAD revision" msgstr "Il percorso '%s' non esiste alla revisione HEAD" #: libsvn_fs_fs/lock.c:741 #, c-format msgid "Lock failed: newer version of '%s' exists" msgstr "Blocco fallito: esiste una versione più recente di '%s'" #: libsvn_ra/ra_loader.c:212 #, c-format msgid "Mismatched RA version for '%s': found %d.%d.%d%s, expected %d.%d.%d%s" msgstr "" "La versione di RA non combacia per '%s':\n" " trovata %d.%d.%d%s\n" " attesa %d.%d.%d%s" #: libsvn_ra/ra_loader.c:284 #, c-format msgid "Unrecognized URL scheme for '%s'" msgstr "Protocollo '%s' dell'URL non riconosciuto" #: libsvn_ra/ra_loader.c:622 #, c-format msgid " - handles '%s' scheme\n" msgstr " - gestisce il protocollo '%s'\n" #: libsvn_ra/ra_loader.c:708 #, c-format msgid "Unrecognized URL scheme '%s'" msgstr "Protocollo '%s' dell'URL non riconosciuto" #: libsvn_ra_dav/commit.c:193 #, c-format msgid "Could not create a request (%s '%s')" msgstr "Non sono riuscito a creare una richiesta (%s '%s')" #: libsvn_ra_dav/commit.c:292 msgid "" "Could not fetch the Version Resource URL (needed during an import or when it " "is missing from the local, cached props)" msgstr "" "Non posso prendere l'URL della versione della risorse (necessaria\n" "durante un importazione o quando assente dalle proprietà della copia locale)" #: libsvn_ra_dav/commit.c:485 #, c-format msgid "Could not create a CHECKOUT request (%s)" msgstr "Non sono riuscito a creare una richiesta CHECKOUT (%s)" #: libsvn_ra_dav/commit.c:572 #, c-format msgid "Your file or directory '%s' is probably out-of-date" msgstr "Il tuo file o directory '%s' probabilmente non è aggiornato" #: libsvn_ra_dav/commit.c:580 msgid "The CHECKOUT response did not contain a 'Location:' header" msgstr "La risposta di CHECKOUT non conteneva un'intestazione 'Location:'" #: libsvn_ra_dav/commit.c:879 #, c-format msgid "Could not create a DELETE request (%s)" msgstr "Non sono riuscito a creare una richiesta DELETE (%s)" #: libsvn_ra_dav/commit.c:1310 #, c-format msgid "Could not write svndiff to temp file" msgstr "Non sono riuscito a scrivere l'svndiff su un file temporaneo" #: libsvn_ra_dav/commit.c:1400 #, c-format msgid "Could not create a PUT request (%s)" msgstr "Non sono riuscito a creare una richiesta PUT (%s)" #: libsvn_ra_dav/commit.c:1564 #, c-format msgid "applying log message to %s" msgstr "applicazione del messaggio di log su %s" #: libsvn_ra_dav/fetch.c:277 msgid "Could not save the URL of the version resource" msgstr "Non ho potuto salvare l'URL della risorsa di versione" #: libsvn_ra_dav/fetch.c:398 #, c-format msgid "Could not get content-type from response." msgstr "" "Non è stato possibile ottenere il valore di content-type dalla risposta" #: libsvn_ra_dav/fetch.c:443 #, c-format msgid "Could not create a GET request for '%s'" msgstr "Non sono riuscito a creare una richiesta GET per '%s'" #: libsvn_ra_dav/fetch.c:518 #, c-format msgid "GET request failed for '%s'" msgstr "La richiesta GET è fallita per '%s'" #: libsvn_ra_dav/fetch.c:657 msgid "Could not save file" msgstr "Non ho potuto salvare il file" #: libsvn_ra_dav/fetch.c:898 libsvn_ra_svn/client.c:912 #, c-format msgid "" "Checksum mismatch for '%s':\n" " expected checksum: %s\n" " actual checksum: %s\n" msgstr "" "Errore di checksum per '%s':\n" " checksum atteso: %s\n" " checksum effettivo: %s\n" #: libsvn_ra_dav/fetch.c:1163 msgid "Server does not support date-based operations" msgstr "Il server non supporta operazioni basate sulla data" #: libsvn_ra_dav/fetch.c:1170 msgid "Invalid server response to dated-rev request" msgstr "Risposta del server non valida ad una richiesta di revisione con data" #: libsvn_ra_dav/fetch.c:1309 msgid "'get-locations' REPORT not implemented" msgstr "REPORT di 'get-locations' non implementato" #: libsvn_ra_dav/fetch.c:1482 libsvn_ra_dav/session.c:1153 #: libsvn_ra_dav/session.c:1439 msgid "Incomplete lock data returned" msgstr "Restituiti dati di blocco incompleti" #: libsvn_ra_dav/fetch.c:1651 libsvn_ra_dav/fetch.c:1659 #: libsvn_ra_dav/fetch.c:1663 msgid "Server does not support locking features" msgstr "Il server non supporta le funazionalità di blocco" #: libsvn_ra_dav/fetch.c:1740 msgid "" "DAV request failed; it's possible that the repository's pre-revprop-change " "hook either failed or is non-existent" msgstr "" "Richiesta DAV fallita; è possibile che l'hook pre-revprop-change del " "repository abbia fallito o non esista" #: libsvn_ra_dav/fetch.c:2474 #, c-format msgid "Error writing to '%s': unexpected EOF" msgstr "Errore nella scrittura di '%s': EOF inatteso" #: libsvn_ra_dav/fetch.c:2619 #, c-format msgid "Unknown XML encoding: '%s'" msgstr "Codifica XML sconosciuta: '%s'" #: libsvn_ra_dav/fetch.c:2901 #, c-format msgid "REPORT response handling failed to complete the editor drive" msgstr "" "Il gestore delle risposte di REPORT non è riuscito a completare la guida " "dell'editor" #: libsvn_ra_dav/file_revs.c:360 msgid "'get-file-revs' REPORT not implemented" msgstr "REPORT di 'get-file-revs' non implementato" #: libsvn_ra_dav/file_revs.c:376 msgid "The file-revs report didn't contain any revisions" msgstr "Il report di file-revs non conteneva alcuna revisione" #: libsvn_ra_dav/merge.c:217 #, c-format msgid "" "Protocol error: we told the server not to auto-merge any resources, but it " "said that '%s' was merged" msgstr "" "Errore di protocollo: abbiamo detto al server di non effettuare la fusione " "automatico delle risorse ma lui ha risposto che '%s' è risultato di una " "fusione" #: libsvn_ra_dav/merge.c:226 #, c-format msgid "" "Internal error: there is an unknown parent (%d) for the 'DAV:response' " "element within the MERGE response" msgstr "" "Errore interno: c'è un genitore (%d) sconosciuto all'elemento 'DAV:response' " "all'interno della risposta di MERGE" #: libsvn_ra_dav/merge.c:241 #, c-format msgid "" "Protocol error: the MERGE response for the '%s' resource did not return all " "of the properties that we asked for (and need to complete the commit)" msgstr "" "Errore di protocollo: la risposta di MERGE per la risorsa '%s' non ha " "restituito tutte le proprietà che abbiamo chiesto (e di cui abbiamo bisogno " "per completare il commit)" #: libsvn_ra_dav/merge.c:260 #, c-format msgid "A MERGE response for '%s' is not a child of the destination ('%s')" msgstr "Una risposta di MERGE per '%s' non è figlia della destinazione ('%s')" #: libsvn_ra_dav/merge.c:481 msgid "The MERGE property response had an error status" msgstr "La risposta della proprietà di MERGE ha un errore nello status" #: libsvn_ra_dav/options.c:130 msgid "" "The OPTIONS response did not include the requested activity-collection-set; " "this often means that the URL is not WebDAV-enabled" msgstr "" "La risposta di OPTIONS non include l'activity-collection-set richiesto; " "questo spesso significa che l'URL non è WebDAV" #: libsvn_ra_dav/props.c:585 #, c-format msgid "Failed to find label '%s' for URL '%s'" msgstr "Non ho trovato l'etichetta '%s' per l'URL '%s'" #: libsvn_ra_dav/props.c:614 #, c-format msgid "'%s' was not present on the resource" msgstr "'%s' non era presente nella risorsa" #: libsvn_ra_dav/props.c:653 #, c-format msgid "Neon was unable to parse URL '%s'" msgstr "Neon non è stato in grado di interpretare l'URL '%s'" #: libsvn_ra_dav/props.c:682 msgid "The path was not part of a repository" msgstr "Il percorso non fa parte del repository" #: libsvn_ra_dav/props.c:693 #, c-format msgid "No part of path '%s' was found in repository HEAD" msgstr "" "Nessuna parte del percorso '%s' è stata trovata nella HEAD del repository" #: libsvn_ra_dav/props.c:727 libsvn_ra_dav/props.c:782 msgid "The VCC property was not found on the resource" msgstr "La proprietà VCC non è stata trovata sulla risorsa" #: libsvn_ra_dav/props.c:795 msgid "The relative-path property was not found on the resource" msgstr "La proprietà di percorso relativo non è stata trovata sulla risorsa" #: libsvn_ra_dav/props.c:916 msgid "'DAV:baseline-collection' was not present on the baseline resource" msgstr "'DAV:baseline-collection' non era presente sulla risorsa di baseline" #: libsvn_ra_dav/props.c:935 msgid "'DAV:version-name' was not present on the baseline resource" msgstr "'DAV:version-name' non era presente sulla risorsa di baseline" #: libsvn_ra_dav/props.c:1103 msgid "At least one property change failed; repository is unchanged" msgstr "" "Almeno una modifica di proprietà è fallita; il repository è rimaso immutato" #: libsvn_ra_dav/session.c:442 msgid "Invalid URL: illegal character in proxy port number" msgstr "URL non valida: carattere illegale nel numero di porta del proxy" #: libsvn_ra_dav/session.c:446 msgid "Invalid URL: negative proxy port number" msgstr "URL non valida: numero di porta del proxy negativo" #: libsvn_ra_dav/session.c:449 msgid "" "Invalid URL: proxy port number greater than maximum TCP port number 65535" msgstr "" "URL non valida: numero di porta del proxy più grande del numero di porta " "massimo del TCP 65535" #: libsvn_ra_dav/session.c:463 msgid "Invalid config: illegal character in timeout value" msgstr "Configurazione non valida: carattere illegale nel valore di timeout" #: libsvn_ra_dav/session.c:467 msgid "Invalid config: negative timeout value" msgstr "Configurazione non valida: valore di timeout negativo" #: libsvn_ra_dav/session.c:480 msgid "Invalid config: illegal character in debug mask value" msgstr "Configurazione non valida: carattere illegale nella maschera di debug" #: libsvn_ra_dav/session.c:543 msgid "Module for accessing a repository via WebDAV (DeltaV) protocol." msgstr "" "Modulo per accedere ad un repository tramite protocollo WebDAV (DeltaV)." #: libsvn_ra_dav/session.c:613 msgid "Malformed URL for repository" msgstr "URL non conforme per il repository" #: libsvn_ra_dav/session.c:621 msgid "Network socket initialization failed" msgstr "Inizializzazione del socket di rete fallita" #: libsvn_ra_dav/session.c:638 msgid "SSL is not supported" msgstr "SSL non è supportato" #: libsvn_ra_dav/session.c:784 #, c-format msgid "Invalid config: unable to load certificate file '%s'" msgstr "" "Configurazione non valida: non ho potuto caricare il file di certificato '%s'" #: libsvn_ra_dav/session.c:876 msgid "The UUID property was not found on the resource or any of its parents" msgstr "" "La proprietà UUID non è stata trovata nella risorsa né in alcuno dei suoi " "genitori" #: libsvn_ra_dav/session.c:884 msgid "Please upgrade the server to 0.19 or later" msgstr "Il server deve essere aggiornato alla versione 0.19 o successiva" #: libsvn_ra_dav/session.c:1125 libsvn_ra_dav/session.c:1262 msgid "Failed to parse URI" msgstr "Fallita l'interpretazione dell'URI" #: libsvn_ra_dav/session.c:1148 msgid "Lock request failed" msgstr "La richiesta di blocco è fallita" #: libsvn_ra_dav/session.c:1277 #, c-format msgid "'%s' is not locked in the repository" msgstr "'%s' non è bloccata nel repository" #: libsvn_ra_dav/session.c:1314 msgid "Unlock request failed" msgstr "La richiesta di sblocco è fallita" #: libsvn_ra_dav/session.c:1525 msgid "Failed to fetch lock information" msgstr "Non ho potuto ottenere le informazioni sul blocco" #: libsvn_ra_dav/session.c:1596 #, c-format msgid "Unsupported RA loader version (%d) for ra_dav" msgstr "Versione del lettore (%d) per ra_dav non supportata" #: libsvn_ra_dav/util.c:275 msgid "authorization failed" msgstr "autorizzazione fallita" #: libsvn_ra_dav/util.c:279 msgid "could not connect to server" msgstr "non ho potuto connettermi al server" #: libsvn_ra_dav/util.c:283 msgid "timed out waiting for server" msgstr "timeout della connessione al server" #: libsvn_ra_dav/util.c:489 #, c-format msgid "Can't calculate the request body size" msgstr "Non posso calcolare la dimensione del corpo della richiesta" #: libsvn_ra_dav/util.c:725 #, c-format msgid "Error spooling the %s request response to disk" msgstr "Errore nello spool della risposta alla richiesta %s su disco" #: libsvn_ra_dav/util.c:773 #, c-format msgid "'%s' path not found" msgstr "'%s' percorso non trovato" #. We either have a neon error, or some other error #. that we didn't expect. #: libsvn_ra_dav/util.c:778 libsvn_ra_dav/util.c:1011 #, c-format msgid "%s of '%s'" msgstr "%s di '%s'" #: libsvn_ra_dav/util.c:796 #, c-format msgid "Error reading spooled %s request response" msgstr "Errore nella lettura dello spool di risposta alla richiesta %s" #: libsvn_ra_dav/util.c:807 #, c-format msgid "The %s request returned invalid XML in the response: %s (%s)" msgstr "La richiesta %s ha restituito XML non valido nella risposta: %s (%s)" #: libsvn_ra_dav/util.c:827 #, c-format msgid "%s request failed on '%s'" msgstr "richiesta %s fallita su '%s'" #: libsvn_ra_local/ra_plugin.c:103 libsvn_ra_local/ra_plugin.c:576 #: libsvn_wc/update_editor.c:2561 #, c-format msgid "" "'%s'\n" "is not the same repository as\n" "'%s'" msgstr "" "'%s'\n" "non è lo stesso repository di\n" "'%s'" #. ---------------------------------------------------------------- #. * The RA vtable routines * #: libsvn_ra_local/ra_plugin.c:245 msgid "Module for accessing a repository on local disk." msgstr "Modulo per accedere ad un repository sul disco locale." #: libsvn_ra_local/ra_plugin.c:285 msgid "Unable to open an ra_local session to URL" msgstr "Non posso aprire una sessione ra_local su una URL" #: libsvn_ra_local/ra_plugin.c:1286 #, c-format msgid "Unsupported RA loader version (%d) for ra_local" msgstr "Versione del lettore (%d) per ra_local non supportata" #: libsvn_ra_local/split_url.c:44 #, c-format msgid "Local URL '%s' does not contain 'file://' prefix" msgstr "L'URL locale '%s' non contiene il prefisso 'file://'" #: libsvn_ra_local/split_url.c:55 #, c-format msgid "Local URL '%s' contains only a hostname, no path" msgstr "L'URL locale '%s' contiene solo il nome host, non il percorso" #: libsvn_ra_local/split_url.c:117 #, c-format msgid "Local URL '%s' contains unsupported hostname" msgstr "L'URL locale '%s' contiene un nome host non supportato" #: libsvn_ra_local/split_url.c:127 libsvn_ra_local/split_url.c:134 #, c-format msgid "Unable to open repository '%s'" msgstr "Non riesco ad aprire il repository '%s'" #: libsvn_ra_svn/client.c:125 #, c-format msgid "Unknown hostname '%s'" msgstr "Nome host sconosciuto '%s'" #: libsvn_ra_svn/client.c:137 #, c-format msgid "Can't create socket" msgstr "Non riesco a creare un socket" #: libsvn_ra_svn/client.c:141 #, c-format msgid "Can't connect to host '%s'" msgstr "Non riesco a connettermi all'host '%s'" #: libsvn_ra_svn/client.c:162 msgid "Proplist element not a list" msgstr "L'elemento proplist non è una lista" #: libsvn_ra_svn/client.c:186 msgid "Prop diffs element not a list" msgstr "L'elemento delle differenze di proprietà non è una lista" #: libsvn_ra_svn/client.c:224 #, c-format msgid "Unrecognized node kind '%s' from server" msgstr "Tipo di nodo sconosciuto '%s' dal server" #: libsvn_ra_svn/client.c:269 libsvn_ra_svn/client.c:323 #, c-format msgid "Authentication error from server: %s" msgstr "Errore di autenticazione dal server: %s" #: libsvn_ra_svn/client.c:272 libsvn_ra_svn/cram.c:194 #: libsvn_ra_svn/cram.c:212 msgid "Unexpected server response to authentication" msgstr "Risposta del server inattesa all'autenticazione" #: libsvn_ra_svn/client.c:330 msgid "Cannot negotiate authentication mechanism" msgstr "Non riesco a negoziare un meccanismo di autenticazione" #: libsvn_ra_svn/client.c:461 #, c-format msgid "Undefined tunnel scheme '%s'" msgstr "Protocollo di tunnel '%s' non definito" #: libsvn_ra_svn/client.c:478 #, c-format msgid "Tunnel scheme %s requires environment variable %s to be defined" msgstr "" "Il protocollo di tunnel %s richiede che la variabile d'ambiente %s sia " "definita" #: libsvn_ra_svn/client.c:489 #, c-format msgid "Can't tokenize command '%s'" msgstr "Non riesco a suddividere in elementi il comando '%s'" #: libsvn_ra_svn/client.c:518 #, c-format msgid "Error in child process: %s" msgstr "Errore nel processo figlio: %s" #: libsvn_ra_svn/client.c:541 #, c-format msgid "Can't create tunnel" msgstr "Non riesco a creare il tunnel" #: libsvn_ra_svn/client.c:570 msgid "Module for accessing a repository using the svn network protocol." msgstr "" "Modulo per accedere ad un repository tramite il protocollo di rete svn." #: libsvn_ra_svn/client.c:607 #, c-format msgid "Illegal svn repository URL '%s'" msgstr "URL illegale per un repository svn '%s'" #: libsvn_ra_svn/client.c:633 #, c-format msgid "Server requires minimum version %d" msgstr "Il server richiede una versione minima %d" #: libsvn_ra_svn/client.c:683 msgid "Impossibly long repository root from server" msgstr "La repository di root del server è troppo lunga" #: libsvn_ra_svn/client.c:750 msgid "Server did not send repository root" msgstr "Il server non ha comunicato la root del repository" #: libsvn_ra_svn/client.c:892 msgid "Non-string as part of file contents" msgstr "Non-stringa come parte del contenuto di un file" #: libsvn_ra_svn/client.c:960 msgid "Dirlist element not a list" msgstr "Dirlist non è una lista" #: libsvn_ra_svn/client.c:1116 msgid "Log entry not a list" msgstr "La voce di log non è una lista" #: libsvn_ra_svn/client.c:1129 msgid "Changed-path entry not a list" msgstr "La voce del percorso modificato non è una lista" #: libsvn_ra_svn/client.c:1208 msgid "'stat' not implemented" msgstr "'stat' non è implementato" #: libsvn_ra_svn/client.c:1265 msgid "'get-locations' not implemented" msgstr "'get-locations' non è implementato" #: libsvn_ra_svn/client.c:1277 msgid "Location entry not a list" msgstr "La voce di locazione non è una lista" #: libsvn_ra_svn/client.c:1327 msgid "'get-file-revs' not implemented" msgstr "'get-file-revs' non è implementato" #: libsvn_ra_svn/client.c:1340 msgid "Revision entry not a list" msgstr "La voce di revisione non è una lista" #: libsvn_ra_svn/client.c:1353 libsvn_ra_svn/client.c:1378 msgid "Text delta chunk not a string" msgstr "Il frammento di delta del testo non è una stringa" #: libsvn_ra_svn/client.c:1390 msgid "The get-file-revs command didn't return any revisions" msgstr "Il comando get-file-revs non ha restituito nessuna revisione" #: libsvn_ra_svn/client.c:1438 msgid "Server doesn't support the lock command" msgstr "Il server non supporta il comando lock" #: libsvn_ra_svn/client.c:1502 msgid "Server doesn't support the unlock command" msgstr "Il server non supporta il comando unlock" #: libsvn_ra_svn/client.c:1599 msgid "Lock response not a list" msgstr "L'elemento di blocco non è una lista" #: libsvn_ra_svn/client.c:1613 msgid "Unknown status for lock command" msgstr "Status sconosciuto per il comando di blocco" #: libsvn_ra_svn/client.c:1635 msgid "Didn't receive end marker for lock responses" msgstr "" "Non ho ricevuto il segnale di terminazione per le\n" "risposte di blocco" #: libsvn_ra_svn/client.c:1722 msgid "Unlock response not a list" msgstr "La risposta di sblocco non è una lista" #: libsvn_ra_svn/client.c:1736 msgid "Unknown status for unlock command" msgstr "Status sconosciuto per il comando di sblocco" #: libsvn_ra_svn/client.c:1757 msgid "Didn't receive end marker for unlock responses" msgstr "" "Non ho ricevuto il segnale di terminazione per\n" "le risposte di sblocco" #: libsvn_ra_svn/client.c:1781 libsvn_ra_svn/client.c:1809 msgid "Server doesn't support the get-lock command" msgstr "Il server non supporta il comando get-lock" #: libsvn_ra_svn/client.c:1822 msgid "Lock element not a list" msgstr "L'elemento di blocco non è una lista" #: libsvn_ra_svn/client.c:1881 #, c-format msgid "Unsupported RA loader version (%d) for ra_svn" msgstr "Versione %d del lettore per ra_svn non supportata" #: libsvn_ra_svn/editor.c:383 libsvn_ra_svn/editorp.c:418 msgid "Invalid file or dir token during edit" msgstr "Elemento di file o directory non valido durante una modifica" #: libsvn_ra_svn/editor.c:616 msgid "Non-string as part of text delta" msgstr "Non-stringa come parte del delta di un testo" #: libsvn_ra_svn/editorp.c:128 msgid "Successful edit status returned too soon" msgstr "Stato di modifica riuscita restituito troppo presto" #: libsvn_ra_svn/editorp.c:609 msgid "Apply-textdelta already active" msgstr "Apply-textdelta già attivo" #: libsvn_ra_svn/editorp.c:631 libsvn_ra_svn/editorp.c:649 msgid "Apply-textdelta not active" msgstr "Apply-textdelta non attivo" #: libsvn_ra_svn/editorp.c:797 libsvn_ra_svn/marshal.c:836 #, c-format msgid "Unknown command '%s'" msgstr "Comando socnosciuto '%s'" #: libsvn_ra_svn/marshal.c:78 msgid "Capability entry is not a word" msgstr "La voce della caratteristica non è una parola" #: libsvn_ra_svn/marshal.c:160 #, c-format msgid "Can't write to connection" msgstr "Non riesco a scrivere verso la connessione" #: libsvn_ra_svn/marshal.c:253 #, c-format msgid "Can't read from connection" msgstr "Non riesco a leggere dalla connessione" #: libsvn_ra_svn/marshal.c:256 msgid "Connection closed unexpectedly" msgstr "La connessione di rete è stata improvvisamente chiusa" #: libsvn_ra_svn/marshal.c:500 msgid "String length larger than maximum" msgstr "Lunghezza della stringa superiore al massimo consentito" #: libsvn_ra_svn/marshal.c:537 msgid "Too many nested items" msgstr "Troppi elementi nidificati" #: libsvn_ra_svn/marshal.c:556 msgid "Number is larger than maximum" msgstr "Numero superiore al massimo consentito" #: libsvn_ra_svn/marshal.c:759 msgid "Empty error list" msgstr "Lista degli errori vuota" #: libsvn_ra_svn/marshal.c:768 msgid "Malformed error list" msgstr "Lista degli errori non conformi" #: libsvn_ra_svn/marshal.c:807 #, c-format msgid "Unknown status '%s' in command response" msgstr "Status sconosciuto '%s' nella risposta del comando" #: libsvn_repos/commit.c:128 #, c-format msgid "Out of date: '%s' in transaction '%s'" msgstr "Scaduta: '%s' nella transazione '%s'" #: libsvn_repos/commit.c:295 libsvn_repos/commit.c:460 #, c-format msgid "Got source path but no source revision for '%s'" msgstr "Ricevuto il percorso di origine ma non la revisione per '%s'" #: libsvn_repos/commit.c:327 libsvn_repos/commit.c:491 #, c-format msgid "Source url '%s' is from different repository" msgstr "L'URL sorgente '%s' proviene da un altro repository" #: libsvn_repos/commit.c:400 #, c-format msgid "Path '%s' not present" msgstr "Il percorso '%s' non è presente" #: libsvn_repos/commit.c:616 #, c-format msgid "" "Checksum mismatch for resulting fulltext\n" "(%s):\n" " expected checksum: %s\n" " actual checksum: %s\n" msgstr "" "Errore di checksum per il testo completo risultante '%s':\n" " checksum atteso: %s\n" " checksum effettivo: %s\n" #: libsvn_repos/delta.c:180 msgid "Unable to open root of edit" msgstr "Non riesco ad aprire la radice della modifica" #: libsvn_repos/delta.c:231 msgid "Invalid target path" msgstr "Percorso non valido" #: libsvn_repos/delta.c:257 msgid "" "Invalid editor anchoring; at least one of the input paths is not a directory " "and there was no source entry" msgstr "" "Ancoraggio per l'editor non valido; almeno uno dei percorsi di input\n" "non è una directory and non c'era una voce di origine" #: libsvn_repos/dump.c:416 #, c-format msgid "" "WARNING: Referencing data in revision %ld, which is older than the oldest\n" "WARNING: dumped revision (%ld). Loading this dump into an empty repository\n" "WARNING: will fail.\n" msgstr "" "ATTENZIONE: Riferimento a dati nella revisione %ld, che è più vecchia della\n" "ATTENZIONE: più vecchia revisione scaricata (%ld). Il caricamento di questo " "dump\n" "ATTENZIONE: in un repository vuoto fallirà.\n" #: libsvn_repos/dump.c:934 #, c-format msgid "Start revision %ld is greater than end revision %ld" msgstr "La revisione iniziale %ld è più grande della revisione finale %ld" #: libsvn_repos/dump.c:939 #, c-format msgid "End revision %ld is invalid (youngest revision is %ld)" msgstr "La revisione finale %ld non è valida (la revisione più recente è %ld)" #: libsvn_repos/dump.c:1045 #, c-format msgid "* Dumped revision %ld.\n" msgstr "* Scaricato la revisione %ld.\n" #: libsvn_repos/dump.c:1046 #, c-format msgid "* Verified revision %ld.\n" msgstr "* Verificato la revisione %ld.\n" #: libsvn_repos/fs-wrap.c:57 libsvn_repos/load.c:1218 msgid "Commit succeeded, but post-commit hook failed" msgstr "" "Commit eseguito, ma gli agganci in post-commit\n" "hanno fallito l'esecuzione:" #: libsvn_repos/fs-wrap.c:157 #, c-format msgid "" "Storage of non-regular property '%s' is disallowed through the repository " "interface, and could indicate a bug in your client" msgstr "" "L'archiviazione della proprietà irregolare '%s' non è\n" "consentita attraverso l'interfaccia del repository e potrebbe\n" "indicare un bug nel tuo client" #: libsvn_repos/fs-wrap.c:296 #, c-format msgid "Write denied: not authorized to read all of revision %ld" msgstr "Scrittura negata: non autorizzato a leggere tutta la revisione %ld" #: libsvn_repos/fs-wrap.c:484 #, c-format msgid "Cannot unlock path '%s', no authenticated username available" msgstr "" "Non posso sbloccare il percorso '%s', nessun nome utente autenticato " "disponibile" #: libsvn_repos/fs-wrap.c:498 msgid "Unlock succeeded, but post-unlock hook failed" msgstr "" "Sblocco eseguito, ma gli agganci in post-unlock\n" "hanno fallito l'esecuzione" #: libsvn_repos/hooks.c:66 #, c-format msgid "Can't create pipe for hook '%s'" msgstr "Non riesco ad aprire una pipe per l'aggancio '%s'" #: libsvn_repos/hooks.c:73 #, c-format msgid "Can't create null stdout for hook '%s'" msgstr "Non riesco a creare uno stdout nullo per l'aggancio '%s'" #: libsvn_repos/hooks.c:85 #, c-format msgid "Error closing write end of stderr pipe" msgstr "Errore nella chiusura del lato in scrittura per la pipe di stderr" #: libsvn_repos/hooks.c:90 #, c-format msgid "Failed to start '%s' hook" msgstr "Fallita l'esecuzione dell'aggancio '%s'" #: libsvn_repos/hooks.c:108 #, c-format msgid "" "'%s' hook failed with error output:\n" "%s" msgstr "" "L'aggancio '%s' ha fallito con questo errore:\n" "%s" #: libsvn_repos/hooks.c:115 #, c-format msgid "'%s' hook failed; no error output available" msgstr "L'aggancio '%s' ha fallito; nessun errore disponibile" #: libsvn_repos/hooks.c:134 #, c-format msgid "Error closing read end of stderr pipe" msgstr "Errore nella chiusura del lato di lettura della pipe stderr" #: libsvn_repos/hooks.c:138 #, c-format msgid "Error closing null file" msgstr "Errore nella chiusura del file nullo" #: libsvn_repos/hooks.c:220 #, c-format msgid "Failed to run '%s' hook; broken symlink" msgstr "Esecuzione dell'aggancio '%s' fallita; il link simbolico è rotto" #: libsvn_repos/hooks.c:361 msgid "" "Repository has not been enabled to accept revision propchanges;\n" "ask the administrator to create a pre-revprop-change hook" msgstr "" "Il repository non è stato abilitato ad accettare modifiche sulle\n" "proprietà di una revisione; contatta l'amministratore per creare\n" "l'aggancio pre-revprop-change" #: libsvn_repos/load.c:157 libsvn_repos/load.c:169 msgid "Found malformed header block in dumpfile stream" msgstr "Trovato header non conforme nell'esportazione" #: libsvn_repos/load.c:187 msgid "Premature end of content data in dumpstream" msgstr "Fine prematura dei dati nel flusso di esportazione" #: libsvn_repos/load.c:194 msgid "Dumpstream data appears to be malformed" msgstr "Il flusso dei dati di esportazione sembra non conforme" #: libsvn_repos/load.c:232 msgid "Incomplete or unterminated property block" msgstr "Proprietà inattesa o incompleta" #: libsvn_repos/load.c:425 msgid "Unexpected EOF writing contents" msgstr "EOF inatteso durante la scrittura" #: libsvn_repos/load.c:454 msgid "Malformed dumpfile header" msgstr "Intestazione dell'esportazione non conforme" #: libsvn_repos/load.c:460 libsvn_repos/load.c:502 #, c-format msgid "Unsupported dumpfile version: %d" msgstr "Versione dell'esportazione non supportata: %d" #: libsvn_repos/load.c:600 msgid "Unrecognized record type in stream" msgstr "Tipo di record sconosciuto nel flusso" #: libsvn_repos/load.c:712 msgid "Sum of subblock sizes larger than total block content length" msgstr "" "La somma delle dimensioni dei sotto-blocchi è più grande della lunghezza \n" "totale del blocco stesso" #: libsvn_repos/load.c:891 #, c-format msgid "<<< Started new transaction, based on original revision %ld\n" msgstr "<<< Iniziata nuova transazione basata sulla revisione originale %ld\n" #: libsvn_repos/load.c:936 #, c-format msgid "Relative source revision %ld is not available in current repository" msgstr "" "La revisione sorgente relativa %ld non è disponibile nel repository corrente" #: libsvn_repos/load.c:985 msgid "Malformed dumpstream: Revision 0 must not contain node records" msgstr "" "Flusso di esportazione non conforme; la revisione 0 non può contenere record " "di nodi" #: libsvn_repos/load.c:995 #, c-format msgid " * editing path : %s ..." msgstr " * sto modificando il percorso : %s ..." #: libsvn_repos/load.c:1002 #, c-format msgid " * deleting path : %s ..." msgstr " * sto cancellando il percorso : %s ..." #: libsvn_repos/load.c:1010 #, c-format msgid " * adding path : %s ..." msgstr " * sto aggiungendo il percorso: %s ..." #: libsvn_repos/load.c:1019 #, c-format msgid " * replacing path : %s ..." msgstr " * sto sostituendo il percorso : %s ..." #: libsvn_repos/load.c:1029 #, c-format msgid "Unrecognized node-action on node '%s'" msgstr "Azione sul nodo sconosciuta per il nodo '%s'" #: libsvn_repos/load.c:1165 msgid " done.\n" msgstr "fatto.\n" #: libsvn_repos/load.c:1240 #, c-format msgid "" "\n" "------- Committed revision %ld >>>\n" "\n" msgstr "" "\n" "------- Eseguito commit della revisione %ld >>>\n" "\n" #: libsvn_repos/load.c:1246 #, c-format msgid "" "\n" "------- Committed new rev %ld (loaded from original rev %ld) >>>\n" "\n" msgstr "" "\n" "------- Eseguito commit della nuova revisione %ld (caricata dalla revisione " "originale %ld) >>>\n" "\n" #: libsvn_repos/node_tree.c:238 #, c-format msgid "'%s' not found in filesystem" msgstr "'%s' non trovato nel filesystem" #: libsvn_repos/replay.c:159 #, c-format msgid "Filesystem path '%s' is neither a file nor a directory" msgstr "Il percorso di filesystem '%s' non è un file o una directory" #: libsvn_repos/reporter.c:603 #, c-format msgid "Working copy path '%s' does not exist in repository" msgstr "Il percorso '%s' della copia di lavoro non esiste nel repository" #: libsvn_repos/reporter.c:824 msgid "Not authorized to open root of edit operation" msgstr "Non autorizzato ad aprire la root per un'operazione di modifica" #: libsvn_repos/reporter.c:845 msgid "Cannot replace a directory from within" msgstr "Non posso sostituire la directory dall'interno della stessa" #: libsvn_repos/reporter.c:888 msgid "Invalid report for top level of working copy" msgstr "Rapporto non valido per il primo livello della copia di lavoro" #: libsvn_repos/reporter.c:903 msgid "Two top-level reports with no target" msgstr "Due rapporti al primo livello senza nessun obiettivo" #: libsvn_repos/repos.c:176 #, c-format msgid "'%s' exists and is non-empty" msgstr "'%s' esiste e non è vuoto" #: libsvn_repos/repos.c:238 msgid "Creating db logs lock file" msgstr "Sto creando il file di lock per log del database" #: libsvn_repos/repos.c:256 msgid "Creating db lock file" msgstr "Sto creando il file di lock per il database" #: libsvn_repos/repos.c:266 msgid "Creating lock dir" msgstr "Sto creando la directory per i lock" #: libsvn_repos/repos.c:307 msgid "Creating hook directory" msgstr "Sto creando la directory per gli agganci" #: libsvn_repos/repos.c:413 msgid "Creating start-commit hook" msgstr "Sto creando l'aggancio start-commit" #: libsvn_repos/repos.c:550 msgid "Creating pre-commit hook" msgstr "Sto creando l'aggancio start-commit" #: libsvn_repos/repos.c:682 msgid "Creating pre-revprop-change hook" msgstr "Sto creando l'aggancio pre-revprop-change" #: libsvn_repos/repos.c:1057 msgid "Creating post-commit hook" msgstr "Sto creando l'aggancio post-commit" #: libsvn_repos/repos.c:1377 msgid "Creating post-revprop-change hook" msgstr "Sto creando l'aggancio post-revprop-change" #: libsvn_repos/repos.c:1387 msgid "Creating conf directory" msgstr "Sto creando la directory per le configurazioni" #: libsvn_repos/repos.c:1453 msgid "Creating svnserve.conf file" msgstr "Sto creando il file svnserve.conf" #: libsvn_repos/repos.c:1478 msgid "Creating passwd file" msgstr "Sto creando il file passwd" #: libsvn_repos/repos.c:1527 msgid "Creating authz file" msgstr "Sto creando il file authz" #: libsvn_repos/repos.c:1560 msgid "Could not create top-level directory" msgstr "Non riesco a creare la directory al primo livello" #: libsvn_repos/repos.c:1564 msgid "Creating DAV sandbox dir" msgstr "Sto creando la directory di sandbox per il DAV" #: libsvn_repos/repos.c:1645 msgid "Error opening db lockfile" msgstr "Errore nell'apertura del file di lock del database" #: libsvn_repos/repos.c:1676 msgid "Repository creation failed" msgstr "La creazione del repository è fallito" #: libsvn_repos/repos.c:1756 #, c-format msgid "Expected format '%d' of repository; found format '%d'" msgstr "Il formato atteso per il repository era '%d'; quello trovato è '%d'" #: libsvn_repos/rev_hunt.c:64 #, c-format msgid "Failed to find time on revision %ld" msgstr "Non riesco a trovare il tempo sulla revisione %ld" #: libsvn_repos/rev_hunt.c:219 #, c-format msgid "Invalid start revision %ld" msgstr "Revisione iniziale %ld non valida" #: libsvn_repos/rev_hunt.c:223 #, c-format msgid "Invalid end revision %ld" msgstr "Revisione finale %ld non valida" #: libsvn_repos/rev_hunt.c:315 msgid "Unreadable path encountered; access denied" msgstr "Incontrato percorso illeggibile; accesso negato" #: libsvn_subr/config.c:632 #, c-format msgid "Config error: invalid boolean value '%s'" msgstr "Errore di configurazione: valore booleano non valido '%s'" #: libsvn_subr/config.c:882 #, c-format msgid "Config error: invalid integer value '%s'" msgstr "Errore di configurazione: valore intero non valido '%s'" #: libsvn_subr/config_auth.c:94 msgid "Unable to open auth file for reading" msgstr "Non riesco a leggere il file per l'autenticazione" #: libsvn_subr/config_auth.c:99 #, c-format msgid "Error parsing '%s'" msgstr "Errore nel parsing di '%s'" #: libsvn_subr/config_auth.c:123 msgid "Unable to locate auth file" msgstr "Non riesco a trovare il file di autenticazione" #: libsvn_subr/config_auth.c:134 msgid "Unable to open auth file for writing" msgstr "Non riesco a scrivere il file di autenticazione" #: libsvn_subr/config_auth.c:137 #, c-format msgid "Error writing hash to '%s'" msgstr "Errore nella scrittura dell'hash di '%s'" #: libsvn_subr/config_file.c:393 #, c-format msgid "Can't open config file '%s'" msgstr "Non riesco ad aprire il file di configurazione '%s'" #: libsvn_subr/config_file.c:397 #, c-format msgid "Can't find config file '%s'" msgstr "Non trovo il file di configurazione '%s'" #: libsvn_subr/date.c:204 #, c-format msgid "Can't manipulate current date" msgstr "Non posso manipolare il valore della data corrente" #: libsvn_subr/date.c:278 libsvn_subr/date.c:286 #, c-format msgid "Can't calculate requested date" msgstr "Non posso calcolare la data della richiesta" #: libsvn_subr/date.c:281 #, c-format msgid "Can't expand time" msgstr "Non riesco ad espandere la proprietà time" #: libsvn_subr/error.c:326 msgid "Can't recode error string from APR" msgstr "Non posso ricodificare la stringa di errore da APR" #: libsvn_subr/error.c:414 #, c-format msgid "%swarning: %s\n" msgstr "%savviso: %s\n" #: libsvn_subr/io.c:129 #, c-format msgid "Can't check path '%s'" msgstr "Non riesco a controlloare il percorso '%s'" #: libsvn_subr/io.c:248 libsvn_subr/io.c:337 #, c-format msgid "Can't open '%s'" msgstr "Non posso aprire '%s'" #: libsvn_subr/io.c:262 libsvn_subr/io.c:350 #, c-format msgid "Unable to make name for '%s'" msgstr "Non riesco a creare il nome per '%s'" #: libsvn_subr/io.c:354 libsvn_subr/io.c:390 libsvn_subr/io.c:418 msgid "Symbolic links are not supported on this platform" msgstr "I link simbolici non sono supportati su questa piattaforma" #: libsvn_subr/io.c:377 #, c-format msgid "Can't read contents of link" msgstr "Non riesco a leggere il contenuto del collegamento" #: libsvn_subr/io.c:519 libsvn_subr/io.c:529 #, c-format msgid "Can't find a temporary directory" msgstr "Non riesco a trovare la directory temporanea" #: libsvn_subr/io.c:566 #, c-format msgid "Can't copy '%s' to '%s'" msgstr "Non riesco a copiare '%s' in '%s'" #: libsvn_subr/io.c:599 #, c-format msgid "Can't set permissions on '%s'" msgstr "Non riesco ad impostare i permessi per '%s'" #: libsvn_subr/io.c:621 #, c-format msgid "Can't append '%s' to '%s'" msgstr "Non posso appendere '%s' a '%s'" #: libsvn_subr/io.c:655 #, c-format msgid "Source '%s' is not a directory" msgstr "'La sorgente %s' non è una directory" #: libsvn_subr/io.c:661 #, c-format msgid "Destination '%s' is not a directory" msgstr "La destinazione '%s' non è una directory" #: libsvn_subr/io.c:667 #, c-format msgid "Destination '%s' already exists" msgstr "La destinazione '%s' esiste già" #: libsvn_subr/io.c:736 libsvn_subr/io.c:1637 libsvn_subr/io.c:1708 #, c-format msgid "Can't read directory '%s'" msgstr "Non riesco a leggere la directory '%s'" #: libsvn_subr/io.c:741 libsvn_subr/io.c:1642 libsvn_subr/io.c:1713 #: libsvn_subr/io.c:2751 #, c-format msgid "Error closing directory '%s'" msgstr "Errore nel chiudere la directory '%s'" #: libsvn_subr/io.c:767 #, c-format msgid "Can't make directory '%s'" msgstr "Non riesco a creare la directory '%s'" #: libsvn_subr/io.c:835 #, c-format msgid "Can't set access time of '%s'" msgstr "Non riesco ad impostare il tempo di accesso in '%s'" #: libsvn_subr/io.c:950 #, c-format msgid "Can't set file '%s' read-only" msgstr "Non riesco mettere il file '%s' in sola lettura" #: libsvn_subr/io.c:975 #, c-format msgid "Can't set file '%s' read-write" msgstr "Non riesco a mettere il file '%s' in lettura-scrittura" #: libsvn_subr/io.c:1025 #, c-format msgid "Can't get default file perms for file at '%s' (file stat error)" msgstr "" "Non riesco ad avere i permessi di default per il file in '%s' (errore in " "file stat)" #: libsvn_subr/io.c:1036 #, c-format msgid "Can't open file at '%s'" msgstr "Non riesco ad aprire il file in '%s'" #: libsvn_subr/io.c:1040 #, c-format msgid "Can't get file perms for file at '%s' (file stat error)" msgstr "" "Non riesco ad ottenere i permessi per il file in '%s' (errore in file stat)" #: libsvn_subr/io.c:1073 libsvn_subr/io.c:1133 #, c-format msgid "Can't change read-write perms of file '%s'" msgstr "Non riesco a cambiare i privilegi di lettura-scrittura del file '%s'" #: libsvn_subr/io.c:1172 libsvn_subr/io.c:1216 libsvn_subr/io.c:1240 #, c-format msgid "Can't change executability of file '%s'" msgstr "Non riesco a cambiare l'eseguibilità del file '%s'" #: libsvn_subr/io.c:1267 #, c-format msgid "Error getting UID of process" msgstr "Errore nell'ottenere l'UID del processo" #: libsvn_subr/io.c:1348 #, c-format msgid "Can't get shared lock on file '%s'" msgstr "Non riesco ad ottenere un lock condiviso sul file '%s'" #: libsvn_subr/io.c:1352 #, c-format msgid "Can't get exclusive lock on file '%s'" msgstr "Non riesco ad ottenere l'accesso esclusivo al file '%s'" #: libsvn_subr/io.c:1383 #, c-format msgid "Can't flush file '%s'" msgstr "Non riesco a scaricare il file '%s'" #: libsvn_subr/io.c:1384 #, c-format msgid "Can't flush stream" msgstr "Non riesco a scaricare il flusso" #: libsvn_subr/io.c:1396 libsvn_subr/io.c:1413 #, c-format msgid "Can't flush file to disk" msgstr "Non riesco a scaricare il file sul disco" #: libsvn_subr/io.c:1434 msgid "Reading from stdin is currently broken, so disabled" msgstr "La lettura dallo stdin attualmente non funziona, perciò è disabilitata" #: libsvn_subr/io.c:1455 #, c-format msgid "Can't get file name" msgstr "Non riesco ad ottenere il nome del file" #: libsvn_subr/io.c:1523 #, c-format msgid "Can't remove file '%s'" msgstr "Non riesco a rimuovere il file '%s'" #: libsvn_subr/io.c:1552 #, c-format msgid "Can't rewind directory '%s'" msgstr "Non riesco ad effettuare il rewind della directory '%s'" #: libsvn_subr/io.c:1587 libsvn_subr/io.c:2600 libsvn_subr/io.c:2688 #, c-format msgid "Can't open directory '%s'" msgstr "Non riesco ad aprire la directory '%s'" #: libsvn_subr/io.c:1626 libsvn_subr/io.c:1648 #, c-format msgid "Can't remove '%s'" msgstr "Non riesco ad rimuovere '%s'" #: libsvn_subr/io.c:1752 #, c-format msgid "Can't create process '%s' attributes" msgstr "Non riesco a creare gli attributi del processo '%s'" #: libsvn_subr/io.c:1758 #, c-format msgid "Can't set process '%s' cmdtype" msgstr "Non riesco ad impostare il cmdtype del processo '%s'" #: libsvn_subr/io.c:1770 #, c-format msgid "Can't set process '%s' directory" msgstr "Non riesco ad impostare la directory del processo '%s'" #: libsvn_subr/io.c:1783 #, c-format msgid "Can't set process '%s' child input" msgstr "Non riesco ad impostare l'input figlio per il processo '%s'" #: libsvn_subr/io.c:1790 #, c-format msgid "Can't set process '%s' child outfile" msgstr "Non riesco ad impostare il file di output figlio per il processo '%s'" #: libsvn_subr/io.c:1797 #, c-format msgid "Can't set process '%s' child errfile" msgstr "Non riesco ad impostare il file di errore figlio per il processo '%s'" #: libsvn_subr/io.c:1821 #, c-format msgid "Can't start process '%s'" msgstr "Non riesco ad avviare il processo '%s'" #: libsvn_subr/io.c:1843 #, c-format msgid "Error waiting for process '%s'" msgstr "Errore durante l'attesa del processo '%s'" #: libsvn_subr/io.c:1851 #, c-format msgid "Process '%s' failed (exitwhy %d)" msgstr "Il processo '%s' ha fallito (motivo %d)" #: libsvn_subr/io.c:1858 #, c-format msgid "Process '%s' returned error exitcode %d" msgstr "Il processo '%s' ha restituito l'errore con codice %d" #: libsvn_subr/io.c:1969 #, c-format msgid "'%s' returned %d" msgstr "'%s' ha restituito %d" #: libsvn_subr/io.c:2072 #, c-format msgid "" "Error running '%s': exitcode was %d, args were:\n" "in directory '%s', basenames:\n" "%s\n" "%s\n" "%s" msgstr "" "Errore nell'esecuzione di '%s': codice %d, gli argomenti erano:\n" "nella directory: '%s', nomi di base:\n" "%s\n" "%s\n" "%s" #: libsvn_subr/io.c:2108 #, c-format msgid "Can't detect MIME type of non-file '%s'" msgstr "Non riesco a rilevare il tipo MIME per un non-file '%s'" #: libsvn_subr/io.c:2175 #, c-format msgid "Can't open file '%s'" msgstr "Non riesco ad aprire il file '%s'" #: libsvn_subr/io.c:2212 #, c-format msgid "Can't close stream" msgstr "Non riesco a chiudere il flusso" #: libsvn_subr/io.c:2222 libsvn_subr/io.c:2246 libsvn_subr/io.c:2259 #, c-format msgid "Can't read file '%s'" msgstr "Non riesco a leggere il file '%s'" #: libsvn_subr/io.c:2223 libsvn_subr/io.c:2247 libsvn_subr/io.c:2260 #, c-format msgid "Can't read stream" msgstr "Non riesco ad aprire il flusso" #: libsvn_subr/io.c:2234 #, c-format msgid "Can't get attribute information from file '%s'" msgstr "Non riesco ad ottenere gli attributi dal file '%s'" #: libsvn_subr/io.c:2235 #, c-format msgid "Can't get attribute information from stream" msgstr "Non riesco a ricavare le informazioni dell'attributo dal flusso" #: libsvn_subr/io.c:2271 #, c-format msgid "Can't set position pointer in file '%s'" msgstr "Non riesco ad impostare il puntatore di posizione nel file '%s'" #: libsvn_subr/io.c:2272 #, c-format msgid "Can't set position pointer in stream" msgstr "Non riesco ad impostare il puntatore di posizione nel flusso" #: libsvn_subr/io.c:2283 libsvn_subr/io.c:2296 #, c-format msgid "Can't write to file '%s'" msgstr "Non riesco a scrivere su '%s'" #: libsvn_subr/io.c:2284 libsvn_subr/io.c:2297 #, c-format msgid "Can't write to stream" msgstr "Non riesco a scrivere nel flusso" #: libsvn_subr/io.c:2337 #, c-format msgid "Can't read length line in file '%s'" msgstr "Non rieco ad ottenere la lunghezza del file '%s'" #: libsvn_subr/io.c:2341 msgid "Can't read length line in stream" msgstr "Non riesco a leggere la lunghezza della riga nel flusso" #: libsvn_subr/io.c:2416 #, c-format msgid "Can't move '%s' to '%s'" msgstr "Non riesco a spostare '%s' in '%s'" #: libsvn_subr/io.c:2516 #, c-format msgid "Can't create directory '%s'" msgstr "Non riesco a creare la directory '%s'" #: libsvn_subr/io.c:2527 libsvn_wc/copy.c:304 #, c-format msgid "Can't hide directory '%s'" msgstr "Non riesco a nascondere la directory '%s'" #: libsvn_subr/io.c:2540 #, c-format msgid "Can't stat directory '%s'" msgstr "Non riesco ad eseguire lo stat della directory '%s'" #: libsvn_subr/io.c:2556 #, c-format msgid "Can't stat new directory '%s'" msgstr "Non riesco ad eseguire lo stat della nuova directory '%s'" #: libsvn_subr/io.c:2618 #, c-format msgid "Can't remove directory '%s'" msgstr "Non riesco a rimuovere la directory '%s'" #: libsvn_subr/io.c:2636 #, c-format msgid "Can't read directory" msgstr "Non riesco a leggere la directory" #: libsvn_subr/io.c:2707 #, c-format msgid "Can't read directory entry in '%s'" msgstr "Non riesco a leggere la voce della directory '%s'" #: libsvn_subr/io.c:2832 #, c-format msgid "Can't check directory '%s'" msgstr "Non riesco a controllare la directory '%s'" #: libsvn_subr/io.c:2854 #, c-format msgid "Version %d is not non-negative" msgstr "La versione %d non è strettamente maggiore di 0" #: libsvn_subr/io.c:2901 #, c-format msgid "Reading '%s'" msgstr "Sto leggendo '%s'" #: libsvn_subr/io.c:2917 #, c-format msgid "First line of '%s' contains non-digit" msgstr "La prima riga di '%s' non contiene una cifra" #: libsvn_subr/nls.c:79 #, c-format msgid "Can't convert string to UCS-2: '%s'" msgstr "Non riesco a convertire la stringa in UCS-2: '%s'" #: libsvn_subr/nls.c:86 msgid "Can't get module file name" msgstr "Non riesco ad ottenere il nome del file del modulo" #: libsvn_subr/nls.c:101 #, c-format msgid "Can't convert module path to UTF-8 from UCS-2: '%s'" msgstr "Non riesco a convertire il percorso del modulo a UTF-8 da UCS-2: '%s'" #: libsvn_subr/opt.c:146 msgid "" "\n" "Valid options:\n" msgstr "" "\n" "Opzioni valide:\n" #: libsvn_subr/opt.c:236 msgid " arg" msgstr " argomento" #: libsvn_subr/opt.c:259 #, c-format msgid "" "\"%s\": unknown command.\n" "\n" msgstr "" "\"%s\": comando sconosciuto.\n" "\n" #: libsvn_subr/opt.c:449 msgid "Too few arguments" msgstr "Troppi pochi argomenti" #: libsvn_subr/opt.c:530 #, c-format msgid "Syntax error parsing revision '%s'" msgstr "Errore di sintassi nella lettura della revisione '%s'" #: libsvn_subr/opt.c:607 #, c-format msgid "URL '%s' is not properly URI-encoded" msgstr "L'URL '%s' non è propriamente codificata come URI" #: libsvn_subr/opt.c:613 #, c-format msgid "URL '%s' contains a '..' element" msgstr "L'URL '%s' contiene un elemento '..'" #: libsvn_subr/opt.c:642 #, c-format msgid "Error resolving case of '%s'" msgstr "Errore nella risoluzione del caso '%s'" #: libsvn_subr/opt.c:744 #, c-format msgid "" "%s, version %s\n" " compiled %s, %s\n" "\n" msgstr "" "%s, versione %s\n" " compilato %s, %s\n" "\n" #: libsvn_subr/opt.c:747 msgid "" "Copyright (C) 2000-2005 CollabNet.\n" "Subversion is open source software, see http://subversion.tigris.org/\n" "This product includes software developed by CollabNet (http://www.Collab." "Net/).\n" "\n" msgstr "" "Copyright (C) 2000-2004 CollabNet.\n" "Subversion è un software open source, vedi http://subversion.tigris.org/\n" "Questo prodotto include software sviluppato da CollabNet (http://www.Collab." "Net/).\n" "\n" #: libsvn_subr/opt.c:800 #, c-format msgid "Type '%s help' for usage.\n" msgstr "Digita '%s help' per informazioni.\n" #: libsvn_subr/path.c:1059 #, c-format msgid "Couldn't determine absolute path of '%s'" msgstr "Non riesco a determinare il percorso assoluto di '%s'" #: libsvn_subr/path.c:1098 #, c-format msgid "'%s' is neither a file nor a directory name" msgstr "'%s' non è un file ne' una directory" #: libsvn_subr/path.c:1204 #, c-format msgid "Can't determine the native path encoding" msgstr "Non riesco a determinare la codifuca nativa del percorso" #: libsvn_subr/path.c:1258 #, c-format msgid "Invalid control character '0x%02x' in path '%s'" msgstr "Carattere di controllo non valido '0x%02x' nel percorso '%s'" #: libsvn_subr/subst.c:1237 libsvn_wc/props.c:1461 #, c-format msgid "File '%s' has inconsistent newlines" msgstr "Il file '%s' ha terminatori di riga inconsistenti" #: libsvn_subr/utf.c:157 msgid "Can't lock charset translation mutex" msgstr "" "Non riesco a bloccare il mutex per la traduzione dell'insieme dei caratteri" #: libsvn_subr/utf.c:175 libsvn_subr/utf.c:263 msgid "Can't unlock charset translation mutex" msgstr "" "Non riesco a sbloccare il mutex per la traduzione dell'insieme dei caratteri" #: libsvn_subr/utf.c:222 #, c-format msgid "Can't create a character converter from native encoding to '%s'" msgstr "" "Non riesco a creare un convertitore di caratteri dalla codifica nativa a '%s'" #: libsvn_subr/utf.c:226 #, c-format msgid "Can't create a character converter from '%s' to native encoding" msgstr "" "Non riesco a creare un convertitore di caratteri da '%s' alla codifica nativa" #: libsvn_subr/utf.c:230 #, c-format msgid "Can't create a character converter from '%s' to '%s'" msgstr "Non riesco a creare il convertitore di caratteri, da '%s' a '%s'" #: libsvn_subr/utf.c:454 #, c-format msgid "Can't convert string from native encoding to '%s':" msgstr "Non riesco a convertire la stringa dalla codifica nativa a '%s'" #: libsvn_subr/utf.c:458 #, c-format msgid "Can't convert string from '%s' to native encoding:" msgstr "Non riesco a convertire la stringa da '%s' alla codifica nativa" #: libsvn_subr/utf.c:462 #, c-format msgid "Can't convert string from '%s' to '%s':" msgstr "Non riesco a convertire la stringa da '%s' a '%s'" #: libsvn_subr/utf.c:506 #, c-format msgid "" "Safe data '%s' was followed by non-ASCII byte %d: unable to convert to/from " "UTF-8" msgstr "" "I dati sicuri '%s' erano seguiti dal byte non ASCII %d: non riesco a " "convertire\n" "da/in UTF-8" #: libsvn_subr/utf.c:514 #, c-format msgid "" "Non-ASCII character (code %d) detected, and unable to convert to/from UTF-8" msgstr "" "Rilevato il carattere non ASCII (code %d) e non riesco a convertirlo da/in " "UTF-8" #: libsvn_subr/utf.c:556 #, c-format msgid "" "Valid UTF-8 data\n" "(hex:%s)\n" "followed by invalid UTF-8 sequence\n" "(hex:%s)" msgstr "" "Dati UTF-8 validi\n" "(hex:%s)\n" "seguito da una sequence UTF-8 non valida\n" "(hex:%s)" #: libsvn_subr/validate.c:48 #, c-format msgid "MIME type '%s' has empty media type" msgstr "Il tipo MIME '%s' ha un tipo di media vuoto" #: libsvn_subr/validate.c:53 #, c-format msgid "MIME type '%s' does not contain '/'" msgstr "Il tipo MIME '%s' non continene '/'" #: libsvn_subr/validate.c:58 #, c-format msgid "MIME type '%s' ends with non-alphanumeric character" msgstr "Il tipo MIME '%s' finisce con caratteri non alfanumerici" #: libsvn_subr/version.c:74 #, c-format msgid "Version mismatch in '%s': found %d.%d.%d%s, expected %d.%d.%d%s" msgstr "Versioni differenti in '%s': trovata %d.%d.%d%s, attesa %d.%d.%d%s" #: libsvn_subr/xml.c:400 #, c-format msgid "Malformed XML: %s at line %d" msgstr "XML non conforme: %s alla riga %d" #: libsvn_wc/adm_crawler.c:379 #, c-format msgid "" "The entry '%s' is no longer a directory; remove the entry before updating" msgstr "" "La voce '%s' non è più una directory; rimuovi la voce prima di aggiornare" #: libsvn_wc/adm_crawler.c:633 msgid "Error aborting report" msgstr "Errore nell'aborto del report" #: libsvn_wc/adm_crawler.c:823 #, c-format msgid "Checksum mismatch for '%s'; expected '%s', actual: '%s'" msgstr "Errore di checksum per '%s'; atteso '%s', effettivo: '%s'" #: libsvn_wc/adm_crawler.c:849 msgid "Error opening local file" msgstr "Errore nell'apertura di un file locale" #: libsvn_wc/adm_files.c:102 #, c-format msgid "'%s' is not a valid administrative directory name" msgstr "'%s' non è un nome valido per una directory di amministrazione" #: libsvn_wc/adm_files.c:262 msgid "Bad type indicator" msgstr "Indicatori di tipo non valido" #: libsvn_wc/adm_files.c:454 msgid "APR_APPEND not supported for adm files" msgstr "APR_APPEND non è supportato per i file amministrativi" #: libsvn_wc/adm_files.c:497 msgid "" "Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try " "again" msgstr "" "La directory .svn/tmp potrebbe essere mancante o corrotta; esegui 'svn " "cleanup' e prova di nuovo" #: libsvn_wc/adm_files.c:672 libsvn_wc/lock.c:378 libsvn_wc/lock.c:631 #, c-format msgid "'%s' is not a working copy" msgstr "'%s' non è una copia locale" # Federico: sono d'accordo con te che senza il contesto e' difficile tradurre. # Cosa ne pensi di quesst'ultima versione? # giorgio_v@mac.com: Mi sembra che dica una cosa del tipo: Non esistono delle proprietà # di base della working copy. In altre parole, intendo 'base' non come valore letterale # ma come virgolettato; Se così fosse, in effetti andrebbe scritto ...thing as "base"... # Ovvero... #: libsvn_wc/adm_files.c:679 libsvn_wc/adm_files.c:747 #: libsvn_wc/adm_files.c:809 msgid "No such thing as 'base' working copy properties!" msgstr "Non esiste un valore 'base' delle proprietà della copia di lavoro" #: libsvn_wc/adm_files.c:878 libsvn_wc/util.c:51 #, c-format msgid "'%s' is not a directory" msgstr "'%s' non è una directory" #: libsvn_wc/adm_files.c:932 #, c-format msgid "No entry for '%s'" msgstr "Nessuna voce per '%s'" #: libsvn_wc/adm_files.c:944 #, c-format msgid "Revision %ld doesn't match existing revision %ld in '%s'" msgstr "La revisione %ld non corrisponde alla revisione esistente %ld in '%s'" #: libsvn_wc/adm_files.c:953 #, c-format msgid "URL '%s' doesn't match existing URL '%s' in '%s'" msgstr "L'URL '%s' non corrisponde alla URL esistente '%s' in '%s'" #: libsvn_wc/adm_ops.c:223 #, c-format msgid "Unrecognized node kind: '%s'" msgstr "Tipo di nodo sconosciuto: '%s'" #: libsvn_wc/adm_ops.c:443 libsvn_wc/update_editor.c:960 #: libsvn_wc/update_editor.c:1368 #, c-format msgid "Error writing log file for '%s'" msgstr "Errore nella scrittura del file di log per '%s'" #: libsvn_wc/adm_ops.c:977 #, c-format msgid "'%s' not found" msgstr "'%s' non trovato" #: libsvn_wc/adm_ops.c:981 #, c-format msgid "Unsupported node kind for path '%s'" msgstr "Tipo di nodo non supportato per il percorso '%s'" #: libsvn_wc/adm_ops.c:1011 #, c-format msgid "'%s' is already under version control" msgstr "'%s' è già sotto controllo di versione" #: libsvn_wc/adm_ops.c:1023 #, c-format msgid "" "Can't replace '%s' with a node of a differing type; commit the deletion, " "update the parent, and then add '%s'" msgstr "" "Non posso sostituire '%s' con un nodo di tipo diverso; esegui il commit " "della cancellazione, aggiorna la directory superiore e aggiungi '%s'" #: libsvn_wc/adm_ops.c:1039 #, c-format msgid "Can't find parent directory's entry while trying to add '%s'" msgstr "" "Non riesco a trovare la voce della directory nel tentativo di aggiungere '%s'" #: libsvn_wc/adm_ops.c:1044 #, c-format msgid "Can't add '%s' to a parent directory scheduled for deletion" msgstr "" "Non posso aggiungere '%s' ad una directory destinata alla cancellazione" #: libsvn_wc/adm_ops.c:1060 #, c-format msgid "The URL '%s' has a different repository root than its parent" msgstr "L'URL '%s' ha un altro repository di root rispetto al suo genitore" #: libsvn_wc/adm_ops.c:1320 libsvn_wc/adm_ops.c:1325 libsvn_wc/adm_ops.c:1361 #, c-format msgid "Error restoring props for '%s'" msgstr "Errore nel ripristino delle proprietà per '%s'" #: libsvn_wc/adm_ops.c:1335 #, c-format msgid "Error removing props for '%s'" msgstr "Errore nella rimozione delle proprietà per '%s'" #: libsvn_wc/adm_ops.c:1407 #, c-format msgid "Error restoring text for '%s'" msgstr "Errore nel ripristino del testo di '%s'" #: libsvn_wc/adm_ops.c:1508 #, c-format msgid "Cannot revert: '%s' is not under version control" msgstr "Non posso ripristinare '%s': non è sotto controllo di versione" #: libsvn_wc/adm_ops.c:1536 #, c-format msgid "Cannot revert '%s': unsupported entry node kind" msgstr "Non posso ripristinare '%s': tipo di nodo non supportato" #: libsvn_wc/adm_ops.c:1547 #, c-format msgid "Cannot revert '%s': unsupported node kind in working copy" msgstr "" "Non posso ripristinare '%s': tipo di nodo non supportato nella copia locale" #: libsvn_wc/adm_ops.c:1595 msgid "" "Cannot revert addition of current directory; please try again from the " "parent directory" msgstr "" "Non posso annullare l'aggiunta della directory corrente; prova nuovamente " "dalla directory superiore" #: libsvn_wc/adm_ops.c:1617 #, c-format msgid "Unknown or unexpected kind for path '%s'" msgstr "Tipo sconosciuto o inatteso per il percorso '%s'" #: libsvn_wc/adm_ops.c:1820 #, c-format msgid "File '%s' has local modifications" msgstr "Il file '%s' ha modifiche locali" #: libsvn_wc/copy.c:148 #, c-format msgid "'%s' already exists and is in the way" msgstr "'%s' esiste già ed è fra i piedi" #: libsvn_wc/copy.c:160 #, c-format msgid "" "'%s' is scheduled for deletion; it must be committed before it can be " "overwritten" msgstr "" "'%s' è destinato alla cancellazione; dev'essere eseguito il commit prima che " "sia sovrascritto" #: libsvn_wc/copy.c:166 #, c-format msgid "There is already a versioned item '%s'" msgstr "Esiste già un elemento sotto controllo di versione '%s'" #: libsvn_wc/copy.c:177 #, c-format msgid "Cannot copy or move '%s': it's not under version control" msgstr "Non posso copiare o spostare '%s': non è sotto controllo di versione" #: libsvn_wc/copy.c:184 #, c-format msgid "" "Cannot copy or move '%s': it's not in the repository yet; try committing " "first" msgstr "" "Non posso copiare o spostare '%s': non è ancora nel repository; prova ad " "effettuare il commit, prima" #: libsvn_wc/copy.c:456 #, c-format msgid "" "Cannot copy or move '%s': it is not in the repository yet; try committing " "first" msgstr "" "Non posso copiare o spostare '%s': non è ancora nel repository; prova ad " "effettuare il commit, prima" #: libsvn_wc/copy.c:531 #, c-format msgid "Cannot copy to '%s', as it is not from repository '%s'; it is from '%s'" msgstr "" "Non posso copiare in '%s', non essendo nel repository '%s'; proviene da '%s'" #: libsvn_wc/copy.c:538 #, c-format msgid "Cannot copy to '%s' as it is scheduled for deletion" msgstr "Non posso copiare in '%s' essendone programmata la sua cancellazione" #: libsvn_wc/entries.c:127 #, c-format msgid "Error writing entries file for '%s'" msgstr "Errore nella scrittura delle voci per il file '%s'" #: libsvn_wc/entries.c:222 #, c-format msgid "Entry for '%s' has invalid repository root" msgstr "La voce '%s' ha un repository di root non valido" #: libsvn_wc/entries.c:244 #, c-format msgid "Entry '%s' has invalid node kind" msgstr "La voce '%s' ha un tipo di nodo non valido" #: libsvn_wc/entries.c:269 libsvn_wc/entries.c:319 libsvn_wc/entries.c:359 #: libsvn_wc/entries.c:386 libsvn_wc/entries.c:413 #, c-format msgid "Entry '%s' has invalid '%s' value" msgstr "La voce '%s' ha un valore non valido '%s'" #: libsvn_wc/entries.c:627 msgid "Missing default entry" msgstr "Manca una voce di default" #: libsvn_wc/entries.c:632 msgid "Default entry has no revision number" msgstr "La voce di default non ha un numero di revisione" #: libsvn_wc/entries.c:637 msgid "Default entry is missing URL" msgstr "La voce di default non ha URL" #: libsvn_wc/entries.c:725 #, c-format msgid "XML parser failed in '%s'" msgstr "Il parser XML ha fallito in '%s'" #: libsvn_wc/entries.c:813 #, c-format msgid "Corrupt working copy: '%s' has no default entry" msgstr "Copia locale corrotta: '%s' non ha una voce di default" #: libsvn_wc/entries.c:830 #, c-format msgid "Corrupt working copy: directory '%s' has an invalid schedule" msgstr "" "Copia locale corrotta: la directory '%s' ha una programmazione non valida" #: libsvn_wc/entries.c:864 #, c-format msgid "Corrupt working copy: '%s' in directory '%s' has an invalid schedule" msgstr "" "Copia locale corrotta: '%s' nella directory '%s' ha una programmazione non " "valida" #: libsvn_wc/entries.c:873 #, c-format msgid "" "Corrupt working copy: '%s' in directory '%s' (which is scheduled for " "addition) is not itself scheduled for addition" msgstr "" "Copia locale corrotta: '%s' nella directory '%s' (che è pronta per essere " "aggiunta) non è a sua volta destinato ad essere aggiunto" #: libsvn_wc/entries.c:881 #, c-format msgid "" "Corrupt working copy: '%s' in directory '%s' (which is scheduled for " "deletion) is not itself scheduled for deletion" msgstr "" "Copia locale corrotta: '%s' nella directory '%s' (che è programmata per la " "cancellazione) non è a sua volta destinato alla cancellazione" #: libsvn_wc/entries.c:889 #, c-format msgid "" "Corrupt working copy: '%s' in directory '%s' (which is scheduled for " "replacement) has an invalid schedule" msgstr "" "Copia locale corrotta: '%s' nella directory '%s' (che è programmata per la " "sostituzione) ha una programmazione non valida" #: libsvn_wc/entries.c:1204 #, c-format msgid "No default entry in directory '%s'" msgstr "Nessuna voce di default nella directory '%s'" #: libsvn_wc/entries.c:1259 #, c-format msgid "Error writing to '%s'" msgstr "Errore nella scrittura di '%s'" #: libsvn_wc/entries.c:1525 #, c-format msgid "" "Can't add '%s' to deleted directory; try undeleting its parent directory " "first" msgstr "" "Non posso aggiungere '%s' ad una directory rimossa: prova a ripristinare la " "directory superiore prima" #: libsvn_wc/entries.c:1531 #, c-format msgid "" "Can't replace '%s' in deleted directory; try undeleting its parent directory " "first" msgstr "" "Non posso sostituire '%s' ad una directory rimossa: prova a ripristinare la " "directory superiore prima" #: libsvn_wc/entries.c:1540 #, c-format msgid "'%s' is marked as absent, so it cannot be scheduled for addition" msgstr "" "'%s' è segnato come assente, quindi non può essere preparato per l'aggiunta" #: libsvn_wc/entries.c:1569 #, c-format msgid "Entry '%s' is already under version control" msgstr "La voce '%s' è già sotto controllo di versione" #: libsvn_wc/entries.c:1661 #, c-format msgid "Entry '%s' has illegal schedule" msgstr "La voce '%s' ha una programmazione illeggibile" #: libsvn_wc/entries.c:1802 #, c-format msgid "No such entry: '%s'" msgstr "Nessuna voce: '%s'" #: libsvn_wc/entries.c:1913 #, c-format msgid "Directory '%s' has no THIS_DIR entry" msgstr "La directory '%s' non ha una voce QUESTA_DIR" #: libsvn_wc/entries.c:2002 #, c-format msgid "'%s' has an unrecognized node kind" msgstr "'%s' ha un tipo di nodo non riconosciuto" #: libsvn_wc/entries.c:2038 #, c-format msgid "Unexpectedly found '%s': path is marked 'missing'" msgstr "Trovato inaspettatamente '%s': il percorso è segnato come 'mancante'" #: libsvn_wc/lock.c:159 libsvn_wc/lock.c:360 #, c-format msgid "Working copy '%s' locked" msgstr "Copia locale '%s' bloccata" #: libsvn_wc/lock.c:280 #, c-format msgid "Path '%s' ends in '%s', which is unsupported for this operation" msgstr "" "Il percorso '%s' finisce in '%s', che non è supportate per questa operazione" #: libsvn_wc/lock.c:679 #, c-format msgid "Working copy '%s' is missing or not locked" msgstr "La copia locale '%s' è mancante o non è bloccata" #: libsvn_wc/lock.c:1079 #, c-format msgid "Write-lock stolen in '%s'" msgstr "Blocco in scrittura rubato in '%s'" #: libsvn_wc/lock.c:1087 #, c-format msgid "No write-lock in '%s'" msgstr "Nessun blocco in scrittura per '%s'" #: libsvn_wc/lock.c:1109 #, c-format msgid "Lock file '%s' is not a regular file" msgstr "Il file di blocco '%s' non è un normale file" #: libsvn_wc/log.c:183 msgid "Can't move source to dest" msgstr "Non posso spostare la sorgente nella destinazione" #: libsvn_wc/log.c:339 #, c-format msgid "In directory '%s'" msgstr "Nella directory '%s'" #: libsvn_wc/log.c:365 #, c-format msgid "Missing 'left' attribute in '%s'" msgstr "Attributo 'left' mancante in '%s'" #: libsvn_wc/log.c:372 #, c-format msgid "Missing 'right' attribute in '%s'" msgstr "Attributo 'right' mancante in '%s'" #: libsvn_wc/log.c:415 #, c-format msgid "Missing 'dest' attribute in '%s'" msgstr "Attributo 'dest' mancante in '%s'" #: libsvn_wc/log.c:475 #, c-format msgid "Missing 'timestamp' attribute in '%s'" msgstr "Attributo 'timestamp' mancante in '%s'" #: libsvn_wc/log.c:551 libsvn_wc/log.c:584 #, c-format msgid "Error checking path '%s'" msgstr "Errore nel controllo del percorso '%s'" #: libsvn_wc/log.c:558 libsvn_wc/log.c:591 #, c-format msgid "Error getting 'affected time' on '%s'" msgstr "Errore nella lettura di 'affected time' di '%s'" #: libsvn_wc/log.c:602 #, c-format msgid "Error modifying entry for '%s'" msgstr "Errore nalla modifica della voce di '%s'" #: libsvn_wc/log.c:628 #, c-format msgid "Error removing lock from entry for '%s'" msgstr "Errore nella rimozione del blocco dalla voce per '%s'" #: libsvn_wc/log.c:759 #, c-format msgid "Missing 'revision' attribute for '%s'" msgstr "Attributo 'revision' mancante per '%s'" #: libsvn_wc/log.c:773 #, c-format msgid "Log command for directory '%s' is mislocated" msgstr "" "Il comando di log per la directory '%s' non è correttamente localizzato" #: libsvn_wc/log.c:940 libsvn_wc/log.c:1012 #, c-format msgid "Error checking existence of '%s'" msgstr "Errore nel controllo dell'esistenza di '%s'" #: libsvn_wc/log.c:951 libsvn_wc/log.c:1023 #, c-format msgid "Error comparing '%s' and '%s'" msgstr "Errore nel confronto fra '%s' e '%s'" #: libsvn_wc/log.c:963 #, c-format msgid "Error getting 'affected time' for '%s'" msgstr "Errore nella lettura di 'affected time' di '%s'" #: libsvn_wc/log.c:1034 libsvn_wc/log.c:1121 #, c-format msgid "Error getting 'affected time' of '%s'" msgstr "Errore nella lettura di 'affected time' di '%s'" #: libsvn_wc/log.c:1092 #, c-format msgid "Error replacing text-base of '%s'" msgstr "Errore nella sostituzione del testo base di '%s'" #: libsvn_wc/log.c:1161 libsvn_wc/log.c:1210 #, c-format msgid "Error modifying entry of '%s'" msgstr "Errore nella modifica della voce di '%s'" #: libsvn_wc/log.c:1269 #, c-format msgid "Log entry missing 'name' attribute (entry '%s' for directory '%s')" msgstr "" "La voce del log manca dell'attributo 'name' (voce '%s' per la directory '%s')" #: libsvn_wc/log.c:1331 #, c-format msgid "Unrecognized logfile element '%s' in '%s'" msgstr "Elemento '%s' del file di log in '%s' non riconosciuto" #: libsvn_wc/log.c:1342 #, c-format msgid "Error processing command '%s' in '%s'" msgstr "Errore nell'esecuzione del comando '%s' in '%s'" #: libsvn_wc/log.c:1464 msgid "Couldn't open log" msgstr "Non ho potuto aprire il log" #: libsvn_wc/log.c:1475 #, c-format msgid "Error reading administrative log file in '%s'" msgstr "Errore nella lettura del file di log amministrativo in '%s'" #: libsvn_wc/log.c:1569 #, c-format msgid "'%s' is not a working copy directory" msgstr "'%s' non è una directory della copia locale" #: libsvn_wc/merge.c:306 libsvn_wc/merge.c:308 libsvn_wc/merge.c:310 #: libsvn_wc/merge.c:312 msgid "Unable to delete temporary file" msgstr "Non ho potuto cancellare un file temporaneo" #: libsvn_wc/props.c:100 #, c-format msgid "Property '%s' locally changed to '%s', but update deletes it\n" msgstr "" "La proprietà '%s' è stata cambiata in '%s', ma l'aggiornamento la cancella\n" #: libsvn_wc/props.c:109 #, c-format msgid "Property '%s' locally deleted, but update sets it to '%s'\n" msgstr "" "La proprietà '%s' è stata cancellata, ma l'aggiornamento la imposta a '%s'\n" #: libsvn_wc/props.c:125 #, c-format msgid "Property '%s' locally changed to '%s', but update sets it to '%s'\n" msgstr "" "La proprietà '%s' è stata cambiata localmente in '%s', ma l'aggiornamento la " "imposta a '%s'\n" #: libsvn_wc/props.c:172 #, c-format msgid "Can't parse '%s'" msgstr "Non posso leggere '%s'" #: libsvn_wc/props.c:200 #, c-format msgid "Can't write property hash to '%s'" msgstr "Non posso scrivere l'hash della proprietà in '%s'" #: libsvn_wc/props.c:250 #, c-format msgid "Can't find entry '%s' in '%s'" msgstr "Non posso trovare la voce '%s' in '%s'" #: libsvn_wc/props.c:322 libsvn_wc/props.c:1181 libsvn_wc/update_editor.c:2340 #, c-format msgid "Error writing log for '%s'" msgstr "Errore nella scrittura del log per '%s'" #: libsvn_wc/props.c:458 #, c-format msgid "" "Trying to add new property '%s' with value '%s',\n" "but property already exists with value '%s'." msgstr "" "Sto cercando di aggiungere la proprietà '%s', con valore '%s',\n" "ma ne esiste già una con valore '%s'." #: libsvn_wc/props.c:482 #, c-format msgid "" "Trying to change property '%s' from '%s' to '%s',\n" "but the property does not exist." msgstr "" "Sto cercando di modificare la proprietà '%s' da '%s' a '%s',\n" "ma non esiste." #: libsvn_wc/props.c:511 #, c-format msgid "" "Trying to delete property '%s' but value has been modified from '%s' to '%s'." msgstr "" "Sto cercando di eliminare la proprietà '%s' ma il suo valore è stato " "modificato da '%s' a '%s'." #: libsvn_wc/props.c:530 #, c-format msgid "" "Trying to change property '%s' from '%s' to '%s',\n" "but property already exists with value '%s'." msgstr "" "Sto cercando di modificare la proprietà '%s', da '%s' a '%s',\n" "ma ne esiste già una con valore '%s'." #: libsvn_wc/props.c:1222 #, c-format msgid "Unknown node kind: '%s'" msgstr "Tipo di nodo sconosciuto: '%s'" #: libsvn_wc/props.c:1258 libsvn_wc/props.c:1280 libsvn_wc/props.c:1364 #: libsvn_wc/props.c:1602 msgid "Failed to load properties from disk" msgstr "Caricamento delle proprietà dal disco fallito" #: libsvn_wc/props.c:1296 libsvn_wc/props.c:1632 #, c-format msgid "Cannot write property hash for '%s'" msgstr "Non riesco a scrivere l'hash della proprietà per '%s'" #: libsvn_wc/props.c:1356 libsvn_wc/props.c:1494 #, c-format msgid "Property '%s' is an entry property" msgstr "La proprietà '%s' è vuota" #: libsvn_wc/props.c:1401 #, c-format msgid "Cannot set '%s' on a directory ('%s')" msgstr "Non posso impostare '%s' su una directory (%s)" #: libsvn_wc/props.c:1409 #, c-format msgid "Cannot set '%s' on a file ('%s')" msgstr "Non posso impostare '%s' su un file (%s)" #: libsvn_wc/props.c:1415 #, c-format msgid "'%s' is not a file or directory" msgstr "'%s' non è un file o una directory" #: libsvn_wc/props.c:1439 #, c-format msgid "File '%s' has binary mime type property" msgstr "Il file '%s' ha la proprietà 'mime type' impostata a binario" #: libsvn_wc/props.c:2058 #, c-format msgid "Error parsing %s property on '%s': '%s'" msgstr "Errore nella lettura della proprietà %s su '%s': '%s'" #: libsvn_wc/props.c:2071 #, c-format msgid "" "Invalid %s property on '%s': target involves '.' or '..' or is an absolute " "path" msgstr "" "Proprietà %s non valida su %s: l'obiettivo implica '.' o '..' o è un " "percorso assoluto" #: libsvn_wc/questions.c:104 #, c-format msgid "" "Working copy format of '%s' is too old (%d); please check out your working " "copy again" msgstr "" "Il formato della copia locale di '%s' è troppo vecchio (%d); esegui di nuovo " "il checkout della copia locale" #: libsvn_wc/questions.c:112 #, c-format msgid "" "This client is too old to work with working copy '%s'; please get a newer " "Subversion client" msgstr "" "Il client è troppo vecchio per lavorare con la copia locale '%s'; utilizza " "un client Subversion più recente" #: libsvn_wc/questions.c:352 #, c-format msgid "" "Checksum mismatch indicates corrupt text base: '%s'\n" " expected: %s\n" " actual: %s\n" msgstr "" "Un errore nel checksum indica un testo base corrotto: '%s'\n" " atteso: %s\n" " effettivo: %s\n" #: libsvn_wc/relocate.c:68 msgid "Relocate can only change the repository part of an URL" msgstr "Relocate può cambiare, di un'URL, solo la parte relativa al repository" #: libsvn_wc/translate.c:124 #, c-format msgid "'%s' has unknown value for svn:eol-style property" msgstr "'%s' ha un valore sconosciuto per la proprietà svn:eol-style" #: libsvn_wc/update_editor.c:386 #, c-format msgid "No '.' entry in: '%s'" msgstr "%s non ha una voce '.'" #: libsvn_wc/update_editor.c:877 #, c-format msgid "Won't delete locally modified directory '%s'" msgstr "Non cancello la directory '%s' modificata localmente" #: libsvn_wc/update_editor.c:1063 #, c-format msgid "Failed to add directory '%s': object of the same name already exists" msgstr "" "Errore nell'aggiunta della directory '%s': un oggetto con lo stesso nome " "esiste già" #: libsvn_wc/update_editor.c:1071 #, c-format msgid "" "Failed to add directory '%s': object of the same name as the administrative " "directory" msgstr "" "Errore nell'aggiunta della directory '%s': oggetto con lo stesso nome della " "directory amministrativa" #: libsvn_wc/update_editor.c:1085 #, c-format msgid "Failed to add directory '%s': copyfrom arguments not yet supported" msgstr "" "Errore nell'aggiunta della directory '%s': argomento copyfrom non ancora " "supportato" #: libsvn_wc/update_editor.c:1106 #, c-format msgid "" "Failed to add directory '%s': object of the same name is already scheduled " "for addition" msgstr "" "Errore nell'aggiunta della directory '%s': un oggetto con lo stesso nome è " "già stato preparato" #: libsvn_wc/update_editor.c:1336 msgid "Couldn't do property merge" msgstr "Non posso fare la fusione delle proprietà" #: libsvn_wc/update_editor.c:1430 #, c-format msgid "" "Failed to mark '%s' absent: item of the same name is already scheduled for " "addition" msgstr "" "Non posso segnare '%s' come assente: un oggetto dello stesso nome è gia " "destinato ad essere aggiunto" #: libsvn_wc/update_editor.c:1522 #, c-format msgid "Failed to add file '%s': object of the same name already exists" msgstr "" "Non posso aggiungere il file '%s': un oggetto dello stesso nome esiste già" #: libsvn_wc/update_editor.c:1543 #, c-format msgid "" "Failed to add file '%s': object of the same name is already scheduled for " "addition" msgstr "" "Non posso aggiungere il file '%s': un oggetto dello stesso nome è già " "destinato ad essere aggiunto" #: libsvn_wc/update_editor.c:1551 #, c-format msgid "File '%s' in directory '%s' is not a versioned resource" msgstr "Il file '%s' nella directory '%s' non è sotto controllo di versione" #: libsvn_wc/update_editor.c:1663 #, c-format msgid "Checksum mismatch for '%s'; recorded: '%s', actual: '%s'" msgstr "Errore di checksum per '%s'; atteso: '%s', effettivo: '%s'" #: libsvn_wc/update_editor.c:2892 #, c-format msgid "'%s' has no ancestry information" msgstr "'%s' non ha informazioni di ascendenza" #: libsvn_wc/update_editor.c:2980 #, c-format msgid "Copyfrom-url '%s' has different repository root than '%s'" msgstr "Copyfrom-url '%s' ha un altro repository di root rispetto a '%s'" #: libsvn_wc/util.c:83 msgid "Unable to make any directories" msgstr "Non posso creare alcuna directory" #: svnadmin/main.c:94 svndumpfilter/main.c:62 #, c-format msgid "Can't open stdio file" msgstr "Non riesco ad aprire un file di stdio" #: svnadmin/main.c:123 msgid "Repository argument required" msgstr "È richiesto un repository come argomento" #: svnadmin/main.c:128 #, c-format msgid "'%s' is an URL when it should be a path" msgstr "'%s' è un'URL quando dovrebbe essere un percorso" #: svnadmin/main.c:234 svndumpfilter/main.c:787 svnlook/main.c:99 #: svnserve/main.c:112 svnversion/main.c:182 msgid "show version information" msgstr "mostra le informazioni di versione" #: svnadmin/main.c:237 msgid "specify revision number ARG (or X:Y range)" msgstr "specifica il numero di revisione ARG (o l'insieme X:Y)" #: svnadmin/main.c:240 msgid "dump incrementally" msgstr "effettua un dump incrementale" #: svnadmin/main.c:243 msgid "use deltas in dump output" msgstr "usa i delta nell'output del dump" #: svnadmin/main.c:246 msgid "bypass the repository hook system" msgstr "scavalca il sistema di hook del repository" #: svnadmin/main.c:249 msgid "no progress (only errors) to stderr" msgstr "nessuna informazione di avanzamento (solo errori) in stderr" #: svnadmin/main.c:252 msgid "ignore any repos UUID found in the stream" msgstr "ignora ogni UUID di repository nel flusso di dati" #: svnadmin/main.c:255 msgid "set repos UUID to that found in stream, if any" msgstr "" "imposta l'UUID del repository a quello trovato nel flusso di dati, se esiste" #: svnadmin/main.c:258 msgid "type of repository: 'fsfs' (default) or 'bdb'" msgstr "tipo di repository: 'fsfs' (default) o 'bdb'" #: svnadmin/main.c:261 msgid "load at specified directory in repository" msgstr "carica nella directory specificata del repository" #: svnadmin/main.c:264 msgid "disable fsync at transaction commit [Berkeley DB]" msgstr "disabilita l'fsync al commit delle transazioni [Berkeley DB]" #: svnadmin/main.c:267 msgid "disable automatic log file removal [Berkeley DB]" msgstr "disabilita la rimozione automatica dei file di log [Berkeley DB]" #: svnadmin/main.c:273 msgid "remove redundant log files from source repository" msgstr "rimuove i file di log ridondanti dal repository sorgente" #: svnadmin/main.c:276 msgid "call pre-commit hook before committing revisions" msgstr "" "invoca l'aggancio di pre-commit prima di effettuare il \n" "commit delle revisioni" #: svnadmin/main.c:279 msgid "call post-commit hook after committing revisions" msgstr "" "invoca l'aggancio di post-commit dopo avere effettuato\n" "il commit delle revisioni" #: svnadmin/main.c:282 msgid "" "wait instead of exit if the repository is in\n" " use by another process" msgstr "" "attende invece di uscire se il repository è\n" "in uso da un altro processo" #: svnadmin/main.c:295 msgid "" "usage: svnadmin crashtest REPOS_PATH\n" "\n" "Open the repository at REPOS_PATH, then abort, thus simulating\n" "a process that crashes while holding an open repository handle.\n" msgstr "" "utilizzo: svnadmin crashtest PERCORSO_REPOSITORY\n" "\n" "Apre la repository al PERCORSO_REPOSITORY e poi abortisce l'operazione,\n" "simulando in questo modo un processo che va in crash tenendo aperta la\n" "comunicazione con il repository.\n" #: svnadmin/main.c:301 msgid "" "usage: svnadmin create REPOS_PATH\n" "\n" "Create a new, empty repository at REPOS_PATH.\n" msgstr "" "uso: svnadmin create PERCORSO_REPOSITORY\n" "\n" "Crea un nuovo repository vuoto in PERCORSO_REPOSITORY.\n" #: svnadmin/main.c:307 msgid "" "usage: svnadmin deltify [-r LOWER[:UPPER]] REPOS_PATH\n" "\n" "Run over the requested revision range, performing predecessor delti-\n" "fication on the paths changed in those revisions. Deltification in\n" "essence compresses the repository by only storing the differences or\n" "delta from the preceding revision. If no revisions are specified,\n" "this will simply deltify the HEAD revision.\n" msgstr "" "uso: svnadmin deltify [-r LOWER[:UPPER]] REPOS_PATH\n" "\n" "Esamina l'insieme delle revisioni specificato, restituendo una\n" "deltificazione dei percorsi in quelle revisioni. La deltificazione\n" "in sostanza comprime il repository immagazzinando solamente le\n" "differenze (o delta) rispetto alla revisione precedente. Se non viene\n" "specificata nessuna revisione verrà deltificata la revisione HEAD.\n" #: svnadmin/main.c:316 msgid "" "usage: svnadmin dump REPOS_PATH [-r LOWER[:UPPER]] [--incremental]\n" "\n" "Dump the contents of filesystem to stdout in a 'dumpfile'\n" "portable format, sending feedback to stderr. Dump revisions\n" "LOWER rev through UPPER rev. If no revisions are given, dump all\n" "revision trees. If only LOWER is given, dump that one revision tree.\n" "If --incremental is passed, then the first revision dumped will be\n" "a diff against the previous revision, instead of the usual fulltext.\n" msgstr "" "uso: svnadmin dump REPOS_PATH [-r LOWER[:UPPER]] [--incremental]\n" "\n" "Scarica i contenuti di un filesystem su stdout in un formato portatile,\n" "mandando il feedback in stderr. Scarica le revisioni da LOWER fino a UPPER.\n" "Se non sono specificate revisioni scarica l'intero albero delle revisioni.\n" "Se viene fornito solo LOWER, scarica solo quell'albero di revisioni.\n" "Se viene passato --incremental, la prima revisione scaricata sarà\n" "la differenza rispetto alla revisione precedente anziché lo scarico " "completo.\n" #: svnadmin/main.c:327 msgid "" "usage: svnadmin help [SUBCOMMAND...]\n" "\n" "Describe the usage of this program or its subcommands.\n" msgstr "" "uso: svnadmin help [COMANDO...]\n" "\n" "Descrive l'uso di questo programma o dei suoi comandi.\n" #: svnadmin/main.c:332 msgid "" "usage: svnadmin hotcopy REPOS_PATH NEW_REPOS_PATH\n" "\n" "Makes a hot copy of a repository.\n" msgstr "" "uso: svnadmin hotcopy PERC_REPO PERC_NUOVO_REPO\n" "\n" "Crea una copia a caldo di un repository.\n" #: svnadmin/main.c:337 msgid "" "usage: svnadmin list-dblogs REPOS_PATH\n" "\n" "List all Berkeley DB log files.\n" "\n" "WARNING: Modifying or deleting logfiles which are still in use\n" "will cause your repository to be corrupted.\n" msgstr "" "uso: svnadmin list-dblogs PERC_REPO\n" "\n" "Elenca tutti i file di log del database Berkeley.\n" "\n" "ATTENZIONE: Modificare o cancellare file di log che sono ancora\n" "in uso corromperà il repository.\n" #: svnadmin/main.c:344 msgid "" "usage: svnadmin list-unused-dblogs REPOS_PATH\n" "\n" "List unused Berkeley DB log files.\n" "\n" msgstr "" "uso: svnadmin list-unused-dblogs PERC_REPO\n" "\n" "Elenca i file di log inutilizzati del database Berkeley.\n" "\n" #: svnadmin/main.c:349 msgid "" "usage: svnadmin load REPOS_PATH\n" "\n" "Read a 'dumpfile'-formatted stream from stdin, committing\n" "new revisions into the repository's filesystem. If the repository\n" "was previously empty, its UUID will, by default, be changed to the\n" "one specified in the stream. Progress feedback is sent to stdout.\n" msgstr "" "uso: svnadmin load PERC_REPO\n" "\n" "Legge dei dati in formato dump da stdin ed esegue il commit delle nuove " "revisioni nel\n" "filesystem del repository. Se il repository era precedentemente vuoto,\n" "il suo UUID verrà per default impostato dai dati del dump. Le informazioni\n" "sul progresso vengono mandate su stdout.\n" #: svnadmin/main.c:360 msgid "" "usage: svnadmin lslocks REPOS_PATH\n" "\n" "Print descriptions of all locks.\n" msgstr "" "uso: svnadmin lslocks PERC_REPO\n" "\n" "Stampa le descrizioni di tutti i blocchi.\n" #: svnadmin/main.c:365 msgid "" "usage: svnadmin lstxns REPOS_PATH\n" "\n" "Print the names of all uncommitted transactions.\n" msgstr "" "uso: svnadmin lstxns PERC_REPO\n" "\n" "Stampa i nomi di tutte le transazioni di cui non è stato eseguito il " "commit.\n" #: svnadmin/main.c:370 msgid "" "usage: svnadmin recover REPOS_PATH\n" "\n" "Run the Berkeley DB recovery procedure on a repository. Do\n" "this if you've been getting errors indicating that recovery\n" "ought to be run. Recovery requires exclusive access and will\n" "exit if the repository is in use by another process.\n" msgstr "" "uso: svnadmin recover PERC_REPO\n" "\n" "Esegue la procedura di recupero del database Berkeley sul repository.\n" "Fallo se hai ottenuto errori che indicano la necessità di un recupero.\n" "La procedura di recupero richiede accesso esclusivo al repository e \n" "verrà abortita se risulterà da un altro processo.\n" #: svnadmin/main.c:378 msgid "" "usage: svnadmin rmlocks REPOS_PATH LOCKED_PATH...\n" "\n" "Unconditionally remove lock from each LOCKED_PATH.\n" msgstr "" "utilizzo: svnadmin rmlocks PERC_REPO PERC_BLOCCATO...\n" "\n" "Forza la rimozione del blocc da PERC_BLOCCATO.\n" #: svnadmin/main.c:383 msgid "" "usage: svnadmin rmtxns REPOS_PATH TXN_NAME...\n" "\n" "Delete the named transaction(s).\n" msgstr "" "uso: svnadmin rmtxns PERC_REPO NOME_TRANSAZIONE...\n" "\n" "Elimina le transazioni elencate.\n" #: svnadmin/main.c:388 msgid "" "usage: svnadmin setlog REPOS_PATH -r REVISION FILE\n" "\n" "Set the log-message on revision REVISION to the contents of FILE. Use\n" "--bypass-hooks to avoid triggering the revision-property-related hooks\n" "(for example, if you do not want an email notification sent\n" "from your post-revprop-change hook, or because the modification of\n" "revision properties has not been enabled in the pre-revprop-change\n" "hook).\n" "\n" "NOTE: revision properties are not historied, so this command\n" "will permanently overwrite the previous log message.\n" msgstr "" "uso: svnadmin setlog PERC_REPO -r REVISIONE FILE\n" "\n" "Importa il messaggio di log sulla revisione REVISIONE da FILE. Usa\n" "--bypass-hooks per evitare di attivare gli hook relativi alle proprietà\n" "di revisione (ad esempio se non vuoi che un'email di notifica venga\n" "spedita dall'hook post-revprop-change o perché la modifica delle proprietà\n" "di revisione non è stata abilitata nell'hook pre-revprop-change).\n" "\n" "NOTA: le proprietà di revisione non sono sotto controllo di versione, quindi " "questo\n" "comando sovrascriverà permanentemente il messaggio di log precedente.\n" #: svnadmin/main.c:402 msgid "" "usage: svnadmin verify REPOS_PATH\n" "\n" "Verifies the data stored in the repository.\n" msgstr "" "uso: svnadmin verify PERC_REPO\n" "\n" "Verifica i dati immagazzinati nel repository.\n" #: svnadmin/main.c:455 msgid "Invalid revision specifier" msgstr "Numero di revisione fornito non valido" #: svnadmin/main.c:460 #, c-format msgid "Revisions must not be greater than the youngest revision (%ld)" msgstr "" "Le revisioni non possono essere più grandi della revisione più recente %ld" #: svnadmin/main.c:528 svnadmin/main.c:610 msgid "First revision cannot be higher than second" msgstr "La prima revisione non può essere superiore alla seconda" #: svnadmin/main.c:537 #, c-format msgid "Deltifying revision %ld..." msgstr "Deltificazione della revisione %ld..." #: svnadmin/main.c:541 #, c-format msgid "done.\n" msgstr "fatto.\n" #: svnadmin/main.c:641 msgid "" "general usage: svnadmin SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]\n" "Type 'svnadmin help ' for help on a specific subcommand.\n" "\n" "Available subcommands:\n" msgstr "" "uso generale: svnadmin COMANDO PERC_REPO [ARG & OPZIONI ...]\n" "Digita 'svnadmin help ' per informazioni su uno specifico comando.\n" "\n" "Commandi disponibili:\n" #: svnadmin/main.c:648 svnlook/main.c:1786 svnserve/main.c:160 msgid "" "The following repository back-end (FS) modules are available:\n" "\n" msgstr "" "Sono disponibili i seguenti moduli di accesso (FS) al repository:\n" "\n" #: svnadmin/main.c:731 #, c-format msgid "" "Repository lock acquired.\n" "Please wait; recovering the repository may take some time...\n" msgstr "" "Ottenuto il lock del repository.\n" "Attendere prego; il recupero del repository può richiedere del tempo...\n" #: svnadmin/main.c:766 msgid "" "Failed to get exclusive repository access; perhaps another process\n" "such as httpd, svnserve or svn has it open?" msgstr "" "Non ho pututo ottenere l'accesso esclusivo al repository; forse\n" "un altro processo come httpd o svn lo stanno utilizzando?" #: svnadmin/main.c:771 #, c-format msgid "Waiting on repository lock; perhaps another process has it open?\n" msgstr "" "In attesa di ottenere il blocco del repository; forse un altro\n" "processo lo sta utilizzando?\n" #: svnadmin/main.c:778 #, c-format msgid "" "\n" "Recovery completed.\n" msgstr "" "\n" "Recupero completato.\n" #: svnadmin/main.c:785 #, c-format msgid "The latest repos revision is %ld.\n" msgstr "L'ultima revisione del repository è %ld.\n" #: svnadmin/main.c:895 #, c-format msgid "Transaction '%s' removed.\n" msgstr "Transazione '%s' rimossa.\n" #: svnadmin/main.c:919 #, c-format msgid "Missing revision" msgstr "Revisione mancante" #: svnadmin/main.c:922 #, c-format msgid "Only one revision allowed" msgstr "È permessa una sola revisione" #: svnadmin/main.c:928 #, c-format msgid "Exactly one file argument required" msgstr "È richiesto esattamente un solo file come argomento" #: svnadmin/main.c:1036 svnlook/main.c:1851 #, c-format msgid "UUID Token: %s\n" msgstr "UUID del gettone: %s\n" #: svnadmin/main.c:1037 svnlook/main.c:1852 #, c-format msgid "Owner: %s\n" msgstr "Proprietario: %s\n" #: svnadmin/main.c:1038 svnlook/main.c:1853 #, c-format msgid "Created: %s\n" msgstr "Creato: %s\n" #: svnadmin/main.c:1039 svnlook/main.c:1854 #, c-format msgid "Expires: %s\n" msgstr "Scade: %s\n" #: svnadmin/main.c:1041 #, c-format msgid "" "Comment (%i lines):\n" "%s\n" "\n" msgstr "" "Commento (%i righe):\n" "%s\n" "\n" #: svnadmin/main.c:1042 #, c-format msgid "" "Comment (%i line):\n" "%s\n" "\n" msgstr "" "Commento (%i righe):\n" "%s\n" "\n" #: svnadmin/main.c:1109 #, c-format msgid "Path '%s' isn't locked.\n" msgstr "Il percorso '%s' non è bloccato\n" #: svnadmin/main.c:1121 #, c-format msgid "Removed lock on '%s'.\n" msgstr "Rimosso il blocco da '%s'\n" #: svnadmin/main.c:1331 #, c-format msgid "subcommand argument required\n" msgstr "richiesto argomento per il comando\n" #: svnadmin/main.c:1416 #, c-format msgid "" "subcommand '%s' doesn't accept option '%s'\n" "Type 'svnadmin help %s' for usage.\n" msgstr "" "il comando '%s' non accetta l'opzione '%s'\n" "Digita 'svnadmin help %s' per ulteriori informazioni.\n" #: svndumpfilter/main.c:319 msgid "This is an empty revision for padding." msgstr "Questa è una revisione vuota che fa da riempitivo." #: svndumpfilter/main.c:389 #, c-format msgid "Revision %ld committed as %ld.\n" msgstr "Commit della Revisione %ld come %ld.\n" #: svndumpfilter/main.c:412 #, c-format msgid "Revision %ld skipped.\n" msgstr "Revisione %ld saltata.\n" #: svndumpfilter/main.c:514 #, c-format msgid "Invalid copy source path '%s'" msgstr "Percorso di origine della copia non valido '%s'" #: svndumpfilter/main.c:558 #, c-format msgid "No valid copyfrom revision in filtered stream" msgstr "La revisione copyfrom nel flusso filtrato non è valida" #: svndumpfilter/main.c:663 msgid "Delta property block detected - not supported by svndumpfilter" msgstr "" "Rilevato il blocco della proprietà di delta - non supportata da svndumpfilter" #: svndumpfilter/main.c:789 msgid "Do not display filtering statistics." msgstr "Non mostrare le statistiche di filtraggio" #: svndumpfilter/main.c:791 msgid "Remove revisions emptied by filtering." msgstr "Rimuovi le revisioni svuotate dal filtraggio" #: svndumpfilter/main.c:793 msgid "Renumber revisions left after filtering." msgstr "Rinumera le revisioni accantonate dal filtraggio" #: svndumpfilter/main.c:795 msgid "Don't filter revision properties." msgstr "Non filtrare la revisione delle proprietà" #: svndumpfilter/main.c:806 msgid "" "Filter out nodes with given prefixes from dumpstream.\n" "usage: svndumpfilter exclude PATH_PREFIX...\n" msgstr "" "Filtra i nodi con i prefissi specificati dal flusso di esportazione.\n" "Utilizzo: svndumpfilter exclude PREF_PERC...\n" #: svndumpfilter/main.c:812 msgid "" "Filter out nodes without given prefixes from dumpstream.\n" "usage: svndumpfilter include PATH_PREFIX...\n" msgstr "" "Filtra i nodi senza i prefissi specificati dal flusso di esportazione.\n" "Utilizzo: svndumpfilter include PREF_PERC...\n" #: svndumpfilter/main.c:818 msgid "" "Describe the usage of this program or its subcommands.\n" "usage: svndumpfilter help [SUBCOMMAND...]\n" msgstr "" "Descrive l'uso di questo programma o di un suo comando.\n" "uso: svndumpfilter help [COMANDO...]\n" #: svndumpfilter/main.c:889 msgid "" "general usage: svndumpfilter SUBCOMMAND [ARGS & OPTIONS ...]\n" "Type 'svndumpfilter help ' for help on a specific subcommand.\n" "\n" "Available subcommands:\n" msgstr "" "uso generale: svndumpfilter COMANDO [ARG & OPZIONI ...]\n" "Digita \"svndumpfilter help \" per informazioni su uno specifico " "comando.\n" "\n" "Commandi disponibili:\n" #: svndumpfilter/main.c:943 #, c-format msgid "Excluding (and dropping empty revisions for) prefixes:\n" msgstr "Sto escludendo (ed eliminando le revisioni vuote per) i prefissi:\n" #: svndumpfilter/main.c:945 #, c-format msgid "Excluding prefixes:\n" msgstr "Sto escludendo i prefissi:\n" #: svndumpfilter/main.c:947 #, c-format msgid "Including (and dropping empty revisions for) prefixes:\n" msgstr "Sto includendo (ed eliminando le revisioni vuote per) i prefissi:\n" #: svndumpfilter/main.c:949 #, c-format msgid "Including prefixes:\n" msgstr "Sto includendo i prefissi:\n" #: svndumpfilter/main.c:976 #, c-format msgid "" "Dropped %d revision(s).\n" "\n" msgstr "" "%d revisioni eliminate.\n" "\n" #: svndumpfilter/main.c:982 msgid "Revisions renumbered as follows:\n" msgstr "Revisioni rinumerate come segue:\n" #: svndumpfilter/main.c:1009 #, c-format msgid " %ld => (dropped)\n" msgstr " %ld => (eliminata)\n" #: svndumpfilter/main.c:1024 #, c-format msgid "Dropped %d node(s):\n" msgstr "%d nodi eliminati:\n" #: svndumpfilter/main.c:1229 #, c-format msgid "" "\n" "Error: no prefixes supplied.\n" msgstr "" "\n" "Errore: nessun prefisso fornito.\n" #: svndumpfilter/main.c:1272 #, c-format msgid "" "Subcommand '%s' doesn't accept option '%s'\n" "Type 'svndumpfilter help %s' for usage.\n" msgstr "" "Il comando '%s' non accetta l'opzione '%s'\n" "Digita 'svndumpfilter help %s' per ulteriori informazioni.\n" #: svnlook/main.c:102 msgid "specify revision number ARG" msgstr "specifica il numero di revisione ARG" #: svnlook/main.c:105 msgid "specify transaction name ARG" msgstr "specifica il nome di transazione ARG" #: svnlook/main.c:108 msgid "be verbose" msgstr "rende il comando verboso" #: svnlook/main.c:111 msgid "show node revision ids for each path" msgstr "mostra gli id della revisione del nodo per ogni percorso" #: svnlook/main.c:117 msgid "do not print differences for added files" msgstr "non stampare le differenze per i file aggiunti" #: svnlook/main.c:120 msgid "print differences against the copy source" msgstr "restituisce le differenze rispetto la copia sorgente" #: svnlook/main.c:123 msgid "operate on a revision property (use with -r or -t)" msgstr "opera su una proprietà di revisione (usare con -r o -t)" #: svnlook/main.c:126 msgid "show full paths instead of indenting them" msgstr "mostra i percorsi completi invece di nidificarli" #: svnlook/main.c:129 msgid "show details for copies" msgstr "mostra i dettagli delle copie" #: svnlook/main.c:142 msgid "" "usage: svnlook author REPOS_PATH\n" "\n" "Print the author.\n" msgstr "" "uso: svnlook author REPOS_PATH\n" "\n" "Mostra l'autore.\n" #: svnlook/main.c:147 msgid "" "usage: svnlook cat REPOS_PATH FILE_PATH\n" "\n" "Print the contents of a file. Leading '/' on FILE_PATH is optional.\n" msgstr "" "uso: svnlook cat PERC_REPO PERC_FILE\n" "\n" "Mostra i contenuti di un file. Un '/' in coda al PERC_FILE è opzionale.\n" #: svnlook/main.c:153 msgid "" "usage: svnlook changed REPOS_PATH\n" "\n" "Print the paths that were changed.\n" msgstr "" "uso: svnlook changed PERC_REPO\n" "\n" "Mostra i percorsi modificati.\n" #: svnlook/main.c:158 msgid "" "usage: svnlook date REPOS_PATH\n" "\n" "Print the datestamp.\n" msgstr "" "uso: svnlook date PERC_REPO\n" "\n" "Mostra la data.\n" #: svnlook/main.c:163 msgid "" "usage: svnlook diff REPOS_PATH\n" "\n" "Print GNU-style diffs of changed files and properties.\n" msgstr "" "uso: svnlook diff PERC_REPO\n" "\n" "Mostra i diff stile GNU dei file e delle proprietà modificate.\n" #: svnlook/main.c:169 msgid "" "usage: svnlook dirs-changed REPOS_PATH\n" "\n" "Print the directories that were themselves changed (property edits)\n" "or whose file children were changed.\n" msgstr "" "uso: svnlook dirs-changed PERC_REPO\n" "\n" "Mostra le directory che sono state cambiate (modifiche di proprietà)\n" "o i cui file sono stati cambiati.\n" #: svnlook/main.c:175 msgid "" "usage: svnlook help [SUBCOMMAND...]\n" "\n" "Describe the usage of this program or its subcommands.\n" msgstr "" "uso: svnlook help [COMANDO...]\n" "\n" "Descrive l'uso di questo programma o dei suoi comandi.\n" #: svnlook/main.c:180 msgid "" "usage: svnlook history REPOS_PATH [PATH_IN_REPOS]\n" "\n" "Print information about the history of a path in the repository (or\n" "the root directory if no path is supplied).\n" msgstr "" "uso: svnlook history PERC_REPO [PERC_NEL_REPO]\n" "\n" "Mostra le informazioni sulla storia di un percorso nel repository (o\n" "della directory di root se non viene fornito nessun percorso).\n" #: svnlook/main.c:186 msgid "" "usage: svnlook info REPOS_PATH\n" "\n" "Print the author, datestamp, log message size, and log message.\n" msgstr "" "uso: svnlook info PERC_REPO\n" "\n" "Mostra l'autore, la data, la dimensione del messaggio di log e il\n" "suo contenuto.\n" #: svnlook/main.c:191 msgid "" "usage: svnlook lock REPOS_PATH PATH_IN_REPOS\n" "\n" "If a lock exists on a path in the repository, describe it.\n" msgstr "" "uso: svnlook lock PERC_REPO PERCC_NEL_REPO\n" "\n" "Se esiste un blocco su un percorso, ne riporta la descrizione\n" #: svnlook/main.c:196 msgid "" "usage: svnlook log REPOS_PATH\n" "\n" "Print the log message.\n" msgstr "" "uso: svnlook log PERC_REPO\n" "\n" "Mostra il messaggio di log.\n" #: svnlook/main.c:201 msgid "" "usage: svnlook propget REPOS_PATH PROPNAME [PATH_IN_REPOS]\n" "\n" "Print the raw value of a property on a path in the repository.\n" "With --revprop, prints the raw value of a revision property.\n" msgstr "" "uso: svnlook propget PERC_REPO NOME_PROP [PERC_NEL_REPO]\n" "\n" "Mostra il valore crudo della proprietà in un percorso nel repository.\n" "Con --revprop, riporta il valore della proprietà di una revisione.\n" #: svnlook/main.c:207 msgid "" "usage: svnlook proplist REPOS_PATH [PATH_IN_REPOS]\n" "\n" "List the properties of a path in the repository, or\n" "with the --revprop option, revision properties.\n" "With -v, show the property values too.\n" msgstr "" "uso: svnlook proplist PERC_REPO [PERC_NEL_REPO]\n" "\n" "Elenca le proprietà di un percorso nel repository o,\n" "con --revprop, le proprietà delle revisioni.\n" "Con -v mostra anche i valori delle proprietà.\n" #: svnlook/main.c:214 msgid "" "usage: svnlook tree REPOS_PATH [PATH_IN_REPOS]\n" "\n" "Print the tree, starting at PATH_IN_REPOS (if supplied, at the root\n" "of the tree otherwise), optionally showing node revision ids.\n" msgstr "" "uso: svnlook tree PERC_REPO [PERC_NEL_REPO]\n" "\n" "Mostra l'albero partendo da PERC_NEL_REPO (se fornito, dalla root\n" "altrimenti dall'albero), opzionalmente mostrando gli id di revisione del " "nodo.\n" #: svnlook/main.c:220 msgid "" "usage: svnlook uuid REPOS_PATH\n" "\n" "Print the repository's UUID.\n" msgstr "" "uso: svnlook uuid PERC_REPO\n" "\n" "Mostra l'UUID del repository.\n" #: svnlook/main.c:225 msgid "" "usage: svnlook youngest REPOS_PATH\n" "\n" "Print the youngest revision number.\n" msgstr "" "uso: svnlook youngest PERC_REPO\n" "\n" "Mostra il numero di revisione più recente.\n" #: svnlook/main.c:609 #, c-format msgid "Error creating dir '%s' (path exists)" msgstr "Errore nella creazione della directory '%s' (esiste già)" #: svnlook/main.c:883 #, c-format msgid "Copied: %s (from rev %ld, %s)\n" msgstr "Copiato: %s (dalla revisione %ld, %s)\n" #: svnlook/main.c:961 msgid "Added" msgstr "Aggiunto" #: svnlook/main.c:962 msgid "Deleted" msgstr "Elminato" #: svnlook/main.c:963 msgid "Modified" msgstr "Modificato" #: svnlook/main.c:964 msgid "Index" msgstr "Indice" #: svnlook/main.c:976 #, c-format msgid "(Binary files differ)\n" msgstr "(I file binari sono diversi)\n" #: svnlook/main.c:1105 msgid "unknown" msgstr "sconosciuto" #: svnlook/main.c:1250 svnlook/main.c:1343 svnlook/main.c:1413 #, c-format msgid "Transaction '%s' is not based on a revision; how odd" msgstr "Transazione '%s' non è basato su una revisione; che strano" #: svnlook/main.c:1280 #, c-format msgid "'%s' is a URL, probably should be a path" msgstr "'%s' è una URL, probabilmente dovrebbe essere un percorso" #: svnlook/main.c:1307 #, c-format msgid "Path '%s' is not a file" msgstr "Il percorso '%s' non è un file" #: svnlook/main.c:1393 #, c-format msgid "Can't create temporary directory" msgstr "Non riesco a creare la directory temporanea" #: svnlook/main.c:1493 #, c-format msgid "" "REVISION PATH \n" "-------- ---------\n" msgstr "" "REVISIONE PERCORSO \n" "--------- --------\n" #: svnlook/main.c:1498 #, c-format msgid "" "REVISION PATH\n" "-------- ----\n" msgstr "" "REVISIONE PERCORSO\n" "--------- --------\n" #: svnlook/main.c:1543 #, c-format msgid "Property '%s' not found on revision %ld" msgstr "Percorso '%s' non trovato alla revisione %ld" #: svnlook/main.c:1547 #, c-format msgid "Property '%s' not found on path '%s' in revision %ld" msgstr "Proprietà '%s' non trovata nel percorso '%s' alla revisione %ld" #: svnlook/main.c:1716 svnlook/main.c:1930 #, c-format msgid "Missing repository path argument" msgstr "Argomento di percorso del repository mancante" #: svnlook/main.c:1777 msgid "" "general usage: svnlook SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]\n" "Note: any subcommand which takes the '--revision' and '--transaction'\n" " options will, if invoked without one of those options, act on\n" " the repository's youngest revision.\n" "Type 'svnlook help ' for help on a specific subcommand.\n" "\n" "Available subcommands:\n" msgstr "" "uso generale: svnlook COMANDO PERCORSO_REPOSITORY [ARGOMENTI & OPZIONI ...]\n" "Nota: ogni comando che accetta le opzioni '--revision' e '--transaction'\n" " agirà, se invocato senza alcuna di esse, sulla revisione più recente\n" " del repository.\n" "Digita \"svnlook help \" per informazione su un comando specifico.\n" "\n" "Comandi disponibili:\n" #: svnlook/main.c:1832 msgid "Missing path argument" msgstr "Argomento di percorso mancante" #: svnlook/main.c:1857 #, c-format msgid "" "Comment (%i lines):\n" "%s\n" msgstr "" "Commento (%i righe):\n" "%s\n" "\n" #: svnlook/main.c:1858 #, c-format msgid "" "Comment (%i line):\n" "%s\n" msgstr "" "Commento (%i righe):\n" "%s\n" #: svnlook/main.c:1904 #, c-format msgid "Missing propname argument" msgstr "Argomento di nome della proprietà mancante" #: svnlook/main.c:1905 #, c-format msgid "Missing propname and repository path arguments" msgstr "Argomenti percorso di repository e nome di proprietà mancanti" #: svnlook/main.c:1911 msgid "Missing propname or repository path argument" msgstr "Argomento percorso di repository o nome di proprietà mancante" #: svnlook/main.c:2066 msgid "Invalid revision number supplied" msgstr "Numero di revisione fornito non valido" #: svnlook/main.c:2128 msgid "" "The '--transaction' (-t) and '--revision' (-r) arguments can not co-exist" msgstr "" "Gli argomenti '--transaction' (-t) e '--revision' (-r) non possono coesistere" #: svnlook/main.c:2197 #, c-format msgid "Repository argument required\n" msgstr "È richiesto un repository come argomento\n" #: svnlook/main.c:2206 #, c-format msgid "'%s' is a URL when it should be a path\n" msgstr "'%s' è una URL mentre dovrebbe essere un percorso\n" #: svnlook/main.c:2254 #, c-format msgid "" "Subcommand '%s' doesn't accept option '%s'\n" "Type 'svnlook help %s' for usage.\n" msgstr "" "il comando '%s' non accetta l'opzione '%s'\n" "Digita 'svnlook help %s' per l'uso.\n" #: svnserve/main.c:103 msgid "daemon mode" msgstr "modalità daemon" #: svnserve/main.c:105 msgid "listen port (for daemon mode)" msgstr "porta d'ascolto (per la modalità daemon)" #: svnserve/main.c:107 msgid "listen hostname or IP address (for daemon mode)" msgstr "ascolta nomehost o l'indirizzo IP (per la modalità daemon)" #: svnserve/main.c:109 msgid "run in foreground (useful for debugging)" msgstr "viene eseguito in primo piano (utile per il debugging)" #: svnserve/main.c:110 svnversion/main.c:181 msgid "display this help" msgstr "mostra questo aiuto" #: svnserve/main.c:113 msgid "inetd mode" msgstr "modalità inetd" #: svnserve/main.c:114 msgid "root of directory to serve" msgstr "directory di root da servire" #: svnserve/main.c:116 msgid "force read only, overriding repository config file" msgstr "" "forza l'accesso in sola lettura, sostituendo il file di\n" "configurazione del repository" #: svnserve/main.c:117 msgid "tunnel mode" msgstr "modalità tunnel" #: svnserve/main.c:119 msgid "tunnel username (default is current uid's name)" msgstr "tunnel nomeutente (il default è l'uid corrispondente al nome)" #: svnserve/main.c:121 msgid "use threads instead of fork" msgstr "usa i threads invece di effettuare una fork" #: svnserve/main.c:123 msgid "listen once (useful for debugging)" msgstr "ascolta una sola volta (utile per il debuggin)" #: svnserve/main.c:134 #, c-format msgid "Type '%s --help' for usage.\n" msgstr "Digita '%s --help' per informazioni.\n" #: svnserve/main.c:143 msgid "" "Usage: svnserve [options]\n" "\n" "Valid options:\n" msgstr "" "Utilizzo: svnserve [opzioni]\n" "\n" "Opzioni valide:\n" #: svnserve/main.c:373 #, c-format msgid "Option --tunnel-user is only valid in tunnel mode.\n" msgstr "L'opzione --tunnel-user è valida solo per la modalità tunnel.\n" #: svnserve/main.c:380 msgid "You must specify exactly one of -d, -i, -t or -X.\n" msgstr "Devi specificare esattamente un'opzione fra -d, -i, -t o -X.\n" #: svnserve/main.c:421 #, c-format msgid "Can't get address info: %s\n" msgstr "Non riesco ad ottenere le informazioni per l'indirizzo: %s\n" #: svnserve/main.c:438 #, c-format msgid "Can't create server socket: %s\n" msgstr "Non riesco a creare un socket per il server: %s\n" #: svnserve/main.c:452 #, c-format msgid "Can't bind server socket: %s\n" msgstr "Non riesco ad attaccarmi al socket del server: %s\n" #: svnserve/main.c:495 #, c-format msgid "Can't accept client connection: %s\n" msgstr "Non posso accettare la connessione del client: %s\n" #: svnserve/main.c:550 #, c-format msgid "Can't create threadattr: %s\n" msgstr "Non riesco a creare il l'attributo del thread: %s\n" #: svnserve/main.c:559 #, c-format msgid "Can't set detached state: %s\n" msgstr "Non riesco ad impostare lo stato scollegato: %s\n" #: svnserve/main.c:573 #, c-format msgid "Can't create thread: %s\n" msgstr "Non riesco a creare il thread: %s\n" #: svnversion/main.c:90 #, c-format msgid "Type 'svnversion --help' for usage.\n" msgstr "Digita 'svnversion --help' per informazioni.\n" #: svnversion/main.c:101 #, c-format msgid "" "usage: svnversion [OPTIONS] [WC_PATH [TRAIL_URL]]\n" "\n" " Produce a compact 'version number' for the working copy path\n" " WC_PATH. TRAIL_URL is the trailing portion of the URL used to\n" " determine if WC_PATH itself is switched (detection of switches\n" " within WC_PATH does not rely on TRAIL_URL). The version number\n" " is written to standard output. For example:\n" "\n" " $ svnversion . /repos/svn/trunk \n" " 4168\n" "\n" " The version number will be a single number if the working\n" " copy is single revision, unmodified, not switched and with\n" " an URL that matches the TRAIL_URL argument. If the working\n" " copy is unusual the version number will be more complex:\n" "\n" " 4123:4168 mixed revision working copy\n" " 4168M modified working copy\n" " 4123S switched working copy\n" " 4123:4168MS mixed revision, modified, switched working copy\n" "\n" " If invoked on a directory that is not a working copy, an\n" " exported directory say, the program will output 'exported'.\n" "\n" " If invoked without arguments WC_PATH will be the current directory.\n" "\n" "Valid options:\n" msgstr "" "uso: svnversion [OPZIONI] PERCORSO_CL [CODA_URL]\n" "\n" " Produce un 'numero di versione' compatto per il percorso nella\n" " copia locale PERCORSO_CL. CODA_URL è la parte finale dell'URL\n" " usata per determinare se nel PERCORSO_CL stesso vi siano scambi\n" " (il rilevamento degli scambi all'interno di PERCORSO_CL non si affida\n" " a CODA_URL). Il numero di versione è inviato allo standard output.\n" " Ad esempio:\n" " $ svnversion . /repos/svn/trunk \n" " 4168\n" "\n" " Il numero di versione sarà un numero singolo se la copia\n" " di lavoro è composta da una singola revisione, non modificata, \n" " senza scambi e ha un'URL che combacia con TRAIL_URL.\n" " Diversamente, il numero di versione sarà più complesso:\n" "\n" " 4123:4168 copia locale composta da più revisioni\n" " 4168M copia locale modificata\n" " 4123S copia locale contenente scambi\n" " 4123:4168MS copia locale con più revisioni, modificata e con scambi\n" "\n" " Se invocato su una directory che non è una copia locale,\n" " ad esempio una directory esportata, il programma resituirà 'esportato'.\n" "\n" " Opzioni valide:\n" #: svnversion/main.c:179 msgid "do not output the trailing newline" msgstr "non stampa il terminatore di riga finale" #: svnversion/main.c:180 msgid "last changed rather than current revisions" msgstr "ultimo cambiamento anziché la revisione corrente" #: svnversion/main.c:285 #, c-format msgid "exported%s" msgstr "esportato%s" #: svnversion/main.c:294 #, c-format msgid "'%s' not versioned, and not exported\n" msgstr "'%s' non sotto controllo di versione e non esportato\n"