* Updated Italian translation

Giovanni Scafora <linuxmania@gmail.com>
* Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>.
  - extra 'done' text in --noprogressbar output
  - missing flags in the pacman.8 manpage
  - unclear text in --noconfirm help description
This commit is contained in:
Dan McGee 2007-03-19 02:45:00 +00:00
parent bf1885b1e0
commit cf6f184243
8 changed files with 26 additions and 16 deletions

View File

@ -68,6 +68,11 @@ general syntax is shown.
.SH OPTIONS
.TP
.B \--ask \fInumber\fP
Pre-specify answers to questions. It is doubtful whether this option even
works, so I would not recommend using it. TODO: document this more, as I have
no idea how it works or when you would use it, or if we should just dump it.
.TP
.B \-b, --dbpath \fIpath\fP
Specify an alternative database location (default is "/var/lib/pacman/"). This
should not be used unless you know what you are doing.
@ -109,9 +114,17 @@ unless you want to run pacman from a script.
.B \--noprogressbar
Do not show a progress bar when downloading files. This can be useful for
scripts that call pacman and capture the output.
.TP
.B \--noscriptlet
If an install scriptlet exists, do not execute it. Do not use this unless you
know what you are doing.
.SH QUERY OPTIONS
.TP
.B \-c, --changelog
View the ChangeLog of a package. Not every package will provide one but it
will be shown if available.
.TP
.B \-e, --orphans
List all packages that were pulled in by a previously installed package but no
longer required by any installed package.

View File

@ -151,7 +151,7 @@ static void usage(int op, char *myname)
printf(_(" --ignore <pkg> ignore a package upgrade (can be used more than once)\n"));
}
printf(_(" --config <path> set an alternate configuration file\n"));
printf(_(" --noconfirm do not ask for anything confirmation\n"));
printf(_(" --noconfirm do not ask for any confirmation\n"));
printf(_(" --ask <number> pre-specify answers for questions (see manpage)\n"));
printf(_(" --noprogressbar do not show a progress bar when downloading files\n"));
printf(_(" --noscriptlet do not execute the install scriptlet if there is any\n"));

View File

@ -556,7 +556,7 @@ msgstr " --config <Pfad> Setzt eine alternative Konfigurationsdatei\n"
#: src/pacman/pacman.c:153
#, c-format
msgid " --noconfirm do not ask for anything confirmation\n"
msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm Niemals nach einer Bestätigung fragen\n"
#: src/pacman/pacman.c:154

View File

@ -563,8 +563,8 @@ msgstr " --config <path> set an alternate configuration file\n"
#: src/pacman/pacman.c:153
#, c-format
msgid " --noconfirm do not ask for anything confirmation\n"
msgstr " --noconfirm do not ask for anything confirmation\n"
msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm do not ask for any confirmation\n"
#: src/pacman/pacman.c:154
#, c-format

View File

@ -572,7 +572,7 @@ msgstr " --config <path> d
#: src/pacman/pacman.c:153
#, fuzzy, c-format
msgid " --noconfirm do not ask for anything confirmation\n"
msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm ne demande aucune confirmation\n"
#: src/pacman/pacman.c:154

View File

@ -553,7 +553,7 @@ msgstr " --config <
#: src/pacman/pacman.c:153
#, c-format
msgid " --noconfirm do not ask for anything confirmation\n"
msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm ne kérjen soha megerõsítést\n"
#: src/pacman/pacman.c:154

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Pacman package manager 3.0.0\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
"POT-Creation-Date: 2007-03-19 00:46+0100\n"
"PO-Revision-Date: 2007-03-19 01:00+0100\n"
"POT-Creation-Date: 2007-03-19 02:42+0100\n"
"PO-Revision-Date: 2007-03-19 03:30+0100\n"
"Last-Translator: Giovanni Scafora <linuxmania@gmail.com>\n"
"Language-Team: Arch Linux Italian Team <linuxmania@gmail.com>\n"
"MIME-Version: 1.0\n"
@ -383,7 +383,7 @@ msgstr "uso: %s {-R --remove} [opzioni] <pacchetto>\n"
msgid ""
" -c, --cascade remove packages and all packages that depend on them\n"
msgstr ""
" -c, --cascade rimuove i pacchetti e quelli che dipendono da questi\n"
" -c, --cascade rimuove tutte le dipendenze a cascata\n"
#: src/pacman/pacman.c:110
#, c-format
@ -402,7 +402,7 @@ msgstr " -n, --nosave rimuove anche i file di configurazione\n"
#, c-format
msgid ""
" -s, --recursive remove dependencies also (that won't break packages)\n"
msgstr " -s, --recursive rimuove anche le dipendenze (non richieste)\n"
msgstr " -s, --recursive rimuove anche le dipendenze (non richieste altrove)\n"
#: src/pacman/pacman.c:115
#, c-format
@ -515,7 +515,7 @@ msgstr " -e, --dependsonly installa solo le dipendenze\n"
#: src/pacman/pacman.c:145
#, c-format
msgid " -l. --list <repo> view a list of packages in a repo\n"
msgstr " -l, --list <repo> visualizza la lista dei pacchetti di un repo\n"
msgstr " -l, --list <repo> visualizza la lista dei pacchetti di un repository\n"
#: src/pacman/pacman.c:146
#, c-format
@ -569,14 +569,14 @@ msgstr " --config <path> imposta un file di configurazione alternativo\n"
#: src/pacman/pacman.c:154
#, c-format
msgid " --noconfirm do not ask for anything confirmation\n"
msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm non chiede alcuna conferma\n"
#: src/pacman/pacman.c:155
#, c-format
msgid ""
" --ask <number> pre-specify answers for questions (see manpage)\n"
msgstr " --ask <numero> pre-specifica delle risposte alle domande\n"
msgstr " --ask <numero> specifica in anticipo le risposte alle domande\n"
#: src/pacman/pacman.c:156
#, c-format

View File

@ -80,9 +80,6 @@ void cb_trans_evt(pmtransevt_t event, void *data1, void *data2)
MSG(CL, _("done.\n"));
break;
case PM_TRANS_EVT_EXTRACT_DONE:
if(config->noprogressbar) {
MSG(CL, _("done.\n"));
}
break;
case PM_TRANS_EVT_ADD_START:
if(config->noprogressbar) {