Author: djpig
Date: 2006-02-18 12:22:44 +0000 (Sat, 18 Feb 2006)
New Revision: 157
Modified:
trunk/debian/changelog
trunk/man/C/dpkg-deb.1
trunk/man/C/dpkg-statoverride.8
trunk/man/C/dpkg.1
trunk/man/C/dpkg.cfg.5
trunk/man/C/install-info.8
trunk/man/C/po/dpkg-deb.1.pot
trunk/man/C/po/dpkg-statoverride.8.pot
trunk/man/C/po/dpkg.1.pot
trunk/man/C/po/dpkg.cfg.5.pot
trunk/man/C/po/install-info.8.pot
trunk/man/C/po/start-stop-daemon.8.pot
trunk/man/C/po/update-alternatives.8.pot
trunk/man/C/start-stop-daemon.8
trunk/man/C/update-alternatives.8
trunk/man/ChangeLog
trunk/man/de/start-stop-daemon.8.de.po
trunk/man/de/update-alternatives.8.de.po
trunk/man/es/dpkg-deb.1.es.po
trunk/man/es/dpkg-statoverride.8.es.po
trunk/man/es/dpkg.1.es.po
trunk/man/es/start-stop-daemon.8.es.po
trunk/man/es/update-alternatives.8.es.po
trunk/man/fr/dpkg-deb.1.fr.po
trunk/man/fr/dpkg-statoverride.8.fr.po
trunk/man/fr/dpkg.1.fr.po
trunk/man/fr/install-info.8.fr.po
trunk/man/fr/start-stop-daemon.8.fr.po
trunk/man/fr/update-alternatives.8.fr.po
trunk/man/hu/dpkg-deb.1.hu.po
trunk/man/hu/dpkg.cfg.5.hu.po
trunk/man/ja/dpkg-deb.1.ja.po
trunk/man/ja/dpkg-statoverride.8.ja.po
trunk/man/ja/dpkg.1.ja.po
trunk/man/ja/install-info.8.ja.po
trunk/man/ja/start-stop-daemon.8.ja.po
trunk/man/ja/update-alternatives.8.ja.po
trunk/man/pt_BR/dpkg.1.pt_BR.po
trunk/man/pt_BR/update-alternatives.8.pt_BR.po
trunk/man/ru/dpkg.1.ru.po
trunk/man/ru/start-stop-daemon.8.ru.po
trunk/man/sv/dpkg-deb.1.sv.po
trunk/man/sv/dpkg.1.sv.po
trunk/man/sv/dpkg.cfg.5.sv.po
trunk/man/sv/start-stop-daemon.8.sv.po
Log:
* Typo fixes in man pages by A. Costa:
- dpkg-deb.1 Closes: #353424
- dpkg-statoverride.8 Closes: #353425
- install-info.8 Closes: #353426
- start-stop-daemon.8 Closes: #353427
- update-alternatives.8 Closes: #353428
- dpkg.1, dpkg.cfg.5 Closes: #353429
(and update/unfuzzy translations)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/debian/changelog 2006-02-18 12:22:44 UTC (rev 157)
@@ -14,6 +14,13 @@
* Make -isp the default behaviour of dpkg-gencontrol as it is
always used anyway these days. Suggested by Matthew Vernon.
Closes: #215233
+ * Typo fixes in man pages by A. Costa:
+ - dpkg-deb.1 Closes: #353424
+ - dpkg-statoverride.8 Closes: #353425
+ - install-info.8 Closes: #353426
+ - start-stop-daemon.8 Closes: #353427
+ - update-alternatives.8 Closes: #353428
+ - dpkg.1, dpkg.cfg.5 Closes: #353429
-- Guillem Jover <[EMAIL PROTECTED]> Fri, 17 Feb 2006 03:52:59 +0200
Modified: trunk/man/C/dpkg-deb.1
===================================================================
--- trunk/man/C/dpkg-deb.1 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/dpkg-deb.1 2006-02-18 12:22:44 UTC (rev 157)
@@ -64,7 +64,7 @@
the files in it will be put in the binary package's control
information area.
-You can specify the compressionlevel used by adding a
+You can specify the compression level used by adding a
.B \-z#
option.
.B dpkg\-deb
Modified: trunk/man/C/dpkg-statoverride.8
===================================================================
--- trunk/man/C/dpkg-statoverride.8 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/dpkg-statoverride.8 2006-02-18 12:22:44 UTC (rev 157)
@@ -1,4 +1,4 @@
-.TH DPKG-STATOVERRIDE 8 "2006-01-26" "Debian project" "dpkg utililties"
+.TH DPKG-STATOVERRIDE 8 "2006-01-26" "Debian project" "dpkg utilities"
.SH NAME
dpkg\-statoverride - override ownership and mode of files
.SH SYNOPSIS
Modified: trunk/man/C/dpkg.1
===================================================================
--- trunk/man/C/dpkg.1 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/dpkg.1 2006-02-18 12:22:44 UTC (rev 157)
@@ -287,9 +287,9 @@
.SH OPTIONS
-All options can be specified both on the commandline and in the \fBdpkg\fP
+All options can be specified both on the command line and in the \fBdpkg\fP
configuration file \fI/etc/dpkg/dpkg.cfg\fP. Each line in the configuration
-file is either an option (exactly the same as the commandline option but
+file is either an option (exactly the same as the command line option but
without leading dashes) or a comment (if it starts with a \fB#\fR).
.br
.TP
Modified: trunk/man/C/dpkg.cfg.5
===================================================================
--- trunk/man/C/dpkg.cfg.5 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/dpkg.cfg.5 2006-02-18 12:22:44 UTC (rev 157)
@@ -3,7 +3,7 @@
dpkg.cfg \- dpkg configuration file
.SH DESCRIPTION
This file contains default options for dpkg. Each line contains a
-single option which is exactly the same as a normal commandline
+single option which is exactly the same as a normal command line
option for dpkg except for the leading dashes which are not used
here. Comments are allowed by starting a line with a hash sign
("\fB#\fR").
Modified: trunk/man/C/install-info.8
===================================================================
--- trunk/man/C/install-info.8 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/install-info.8 2006-02-18 12:22:44 UTC (rev 157)
@@ -176,7 +176,7 @@
.BI \-\-maxwidth= nnn " [deprecated]"
Specifies that the maximum width for the Info file is
.IR nnn .
-This is used when wordwrapping the descriptive text.
+This is used when word-wrapping the descriptive text.
The default is 79.
.TP
.B \-\-quiet
@@ -249,7 +249,7 @@
Inhibits the replacement of existing entries and the removal of empty
sections.
-If the file being installed alreay has an entry in the directory the
+If the file being installed already has an entry in the directory the
old entry will be left alone instead of being replaced; the default is
to overwrite any old entry found with the newly generated one.
Modified: trunk/man/C/po/dpkg-deb.1.pot
===================================================================
--- trunk/man/C/po/dpkg-deb.1.pot 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/po/dpkg-deb.1.pot 2006-02-18 12:22:44 UTC (rev 157)
@@ -145,7 +145,7 @@
# type: Plain text
#: dpkg-deb.1:72
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
+"You can specify the compression level used by adding a B<-z#> option.
B<dpkg-"
"deb> will pass that option on to gzip."
msgstr ""
Modified: trunk/man/C/po/dpkg-statoverride.8.pot
===================================================================
--- trunk/man/C/po/dpkg-statoverride.8.pot 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/C/po/dpkg-statoverride.8.pot 2006-02-18 12:22:44 UTC (rev
157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -35,7 +35,7 @@
# type: TH
#: dpkg-statoverride.8:1
#, no-wrap
-msgid "dpkg utililties"
+msgid "dpkg utilities"
msgstr ""
# type: SH
Modified: trunk/man/C/po/dpkg.1.pot
===================================================================
--- trunk/man/C/po/dpkg.1.pot 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/po/dpkg.1.pot 2006-02-18 12:22:44 UTC (rev 157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -719,9 +719,9 @@
# type: Plain text
#: dpkg.1:294
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
Modified: trunk/man/C/po/dpkg.cfg.5.pot
===================================================================
--- trunk/man/C/po/dpkg.cfg.5.pot 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/po/dpkg.cfg.5.pot 2006-02-18 12:22:44 UTC (rev 157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -59,7 +59,7 @@
#: dpkg.cfg.5:10
msgid ""
"This file contains default options for dpkg. Each line contains a single "
-"option which is exactly the same as a normal commandline option for dpkg "
+"option which is exactly the same as a normal command line option for dpkg "
"except for the leading dashes which are not used here. Comments are allowed "
"by starting a line with a hash sign (\"B<#>\")."
msgstr ""
Modified: trunk/man/C/po/install-info.8.pot
===================================================================
--- trunk/man/C/po/install-info.8.pot 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/po/install-info.8.pot 2006-02-18 12:22:44 UTC (rev 157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -308,7 +308,7 @@
#: install-info.8:181
msgid ""
"Specifies that the maximum width for the Info file is I<nnn>. This is used "
-"when wordwrapping the descriptive text. The default is 79."
+"when word-wrapping the descriptive text. The default is 79."
msgstr ""
# type: TP
@@ -450,7 +450,7 @@
# type: Plain text
#: install-info.8:255
msgid ""
-"If the file being installed alreay has an entry in the directory the old "
+"If the file being installed already has an entry in the directory the old "
"entry will be left alone instead of being replaced; the default is to "
"overwrite any old entry found with the newly generated one."
msgstr ""
Modified: trunk/man/C/po/start-stop-daemon.8.pot
===================================================================
--- trunk/man/C/po/start-stop-daemon.8.pot 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/C/po/start-stop-daemon.8.pot 2006-02-18 12:22:44 UTC (rev
157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -364,7 +364,7 @@
# type: Plain text
#: start-stop-daemon.8:228
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr ""
# type: TP
Modified: trunk/man/C/po/update-alternatives.8.pot
===================================================================
--- trunk/man/C/po/update-alternatives.8.pot 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/C/po/update-alternatives.8.pot 2006-02-18 12:22:44 UTC (rev
157)
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -247,7 +247,7 @@
# type: Plain text
#: update-alternatives.8:178
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
Modified: trunk/man/C/start-stop-daemon.8
===================================================================
--- trunk/man/C/start-stop-daemon.8 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/start-stop-daemon.8 2006-02-18 12:22:44 UTC (rev 157)
@@ -224,7 +224,7 @@
code for it to do this itself.
.TP
\fB\-N\fP|\fB\-\-nicelevel\fP \fIint\fP
-This alters the prority of the process before starting it.
+This alters the priority of the process before starting it.
.TP
.BR \-m | \-\-make\-pidfile
Used when starting a program that does not create its own pid file. This
Modified: trunk/man/C/update-alternatives.8
===================================================================
--- trunk/man/C/update-alternatives.8 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/C/update-alternatives.8 2006-02-18 12:22:44 UTC (rev 157)
@@ -172,7 +172,7 @@
.I \-\-auto
option in order to return to the automatic state.
.PP
-If you want to configure non-interactivily you can use the
+If you want to configure non-interactively you can use the
.I \-\-set
option instead (see below).
.SH TERMINOLOGY
Modified: trunk/man/ChangeLog
===================================================================
--- trunk/man/ChangeLog 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/ChangeLog 2006-02-18 12:22:44 UTC (rev 157)
@@ -1,3 +1,19 @@
+2006-02-18 Frank Lichtenheld <[EMAIL PROTECTED]>
+
+ * C/po/*.pot: Update.
+ * */*.po: Unfuzzy strings fuzzied due to the
+ typo fixes.
+
+2006-02-18 A. Costa <[EMAIL PROTECTED]>
+
+ * C/dpkg-deb.1: Typo fix.
+ * C/dpkg-statoverride.8: Typo fix.
+ * C/install-info.8: Typo fix.
+ * C/start-stop-daemon.8: Typo fix.
+ * C/update-alternatives.8: Typo fix.
+ * C/dpkg.1: Typo fix.
+ * C/dpkg.cfg.5: Typo fix.
+
2006-02-17 Frank Lichtenheld <[EMAIL PROTECTED]>
* C/po/*.pot: Update.
Modified: trunk/man/de/start-stop-daemon.8.de.po
===================================================================
--- trunk/man/de/start-stop-daemon.8.de.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/de/start-stop-daemon.8.de.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: German <[email protected]>\n"
@@ -460,7 +460,7 @@
# type: Plain text
#: start-stop-daemon.8:228
#, fuzzy
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "Dies �ndert die Priorit�t des Prozesses bevor er gestartet wird."
# type: TP
Modified: trunk/man/de/update-alternatives.8.de.po
===================================================================
--- trunk/man/de/update-alternatives.8.de.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/de/update-alternatives.8.de.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: German <[email protected]>\n"
@@ -323,7 +323,7 @@
# type: Plain text
#: update-alternatives.8:178
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
"Falls Sie nichtinteraktiv konfigurieren möchten, können Sie stattdessen "
Modified: trunk/man/es/dpkg-deb.1.es.po
===================================================================
--- trunk/man/es/dpkg-deb.1.es.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/es/dpkg-deb.1.es.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -169,8 +169,8 @@
#: dpkg-deb.1:72
#, fuzzy
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
-"deb> will pass that option on to gzip."
+"You can specify the compression level used by adding a B<-z#> option. "
+"B<dpkg-deb> will pass that option on to gzip."
msgstr ""
"Usted puede especificar el nivel de compresi�n usado con la opci�n B<-z#.> "
"B<dpkg-deb> pasar� �sta a gzip."
Modified: trunk/man/es/dpkg-statoverride.8.es.po
===================================================================
--- trunk/man/es/dpkg-statoverride.8.es.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/es/dpkg-statoverride.8.es.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -34,7 +34,7 @@
# type: TH
#: dpkg-statoverride.8:1
#, fuzzy, no-wrap
-msgid "dpkg utililties"
+msgid "dpkg utilities"
msgstr "utilidades dpkg"
# type: SH
Modified: trunk/man/es/dpkg.1.es.po
===================================================================
--- trunk/man/es/dpkg.1.es.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/es/dpkg.1.es.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -899,9 +899,9 @@
#: dpkg.1:294
#, fuzzy
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"Todas las opciones pueden especificarse tanto en l�nea de �rdenes como en el "
Modified: trunk/man/es/start-stop-daemon.8.es.po
===================================================================
--- trunk/man/es/start-stop-daemon.8.es.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/es/start-stop-daemon.8.es.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -469,7 +469,7 @@
# type: Plain text
#: start-stop-daemon.8:228
#, fuzzy
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "Altera la prioridad del proceso antes de empezarlo."
# type: TP
Modified: trunk/man/es/update-alternatives.8.es.po
===================================================================
--- trunk/man/es/update-alternatives.8.es.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/es/update-alternatives.8.es.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -330,7 +330,7 @@
#: update-alternatives.8:178
#, fuzzy
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
"Si quiere realizar la configuraci�n de un modo no interactivo puede usar la "
Modified: trunk/man/fr/dpkg-deb.1.fr.po
===================================================================
--- trunk/man/fr/dpkg-deb.1.fr.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/fr/dpkg-deb.1.fr.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -156,8 +156,8 @@
# type: Plain text
#: dpkg-deb.1:72
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
-"deb> will pass that option on to gzip."
+"You can specify the compression level used by adding a B<-z#> option. "
+"B<dpkg-deb> will pass that option on to gzip."
msgstr ""
"On peut pr�ciser le degr� de compression en ajoutant une option B<-z#>. "
"B<dpkg-deb> passe cette option � gzip."
Modified: trunk/man/fr/dpkg-statoverride.8.fr.po
===================================================================
--- trunk/man/fr/dpkg-statoverride.8.fr.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/fr/dpkg-statoverride.8.fr.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-05 10:25+0100\n"
"Last-Translator: Philippe Batailler <[EMAIL PROTECTED]>\n"
"Language-Team: French <[email protected]>\n"
@@ -34,7 +34,7 @@
# type: TH
#: dpkg-statoverride.8:1
#, no-wrap
-msgid "dpkg utililties"
+msgid "dpkg utilities"
msgstr "Utilitaires de dpkg"
# type: SH
Modified: trunk/man/fr/dpkg.1.fr.po
===================================================================
--- trunk/man/fr/dpkg.1.fr.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/fr/dpkg.1.fr.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-11 11:00+0100\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -863,9 +863,9 @@
# type: Plain text
#: dpkg.1:294
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"On peut sp�cifier une option � la fois sur la ligne de commande et dans le "
Modified: trunk/man/fr/install-info.8.fr.po
===================================================================
--- trunk/man/fr/install-info.8.fr.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/fr/install-info.8.fr.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-05 10:30+0100\n"
"Last-Translator: Philippe Batailler <[EMAIL PROTECTED]>\n"
"Language-Team: French <[email protected]>\n"
@@ -388,7 +388,7 @@
#: install-info.8:181
msgid ""
"Specifies that the maximum width for the Info file is I<nnn>. This is used "
-"when wordwrapping the descriptive text. The default is 79."
+"when word-wrapping the descriptive text. The default is 79."
msgstr ""
"Pr�cise que la largeur maximale d'une ligne du fichier Info est de I<nnn>. "
"Cela sert pour �\\ couper\\ � automatiquement les lignes du texte "
@@ -564,7 +564,7 @@
# type: Plain text
#: install-info.8:255
msgid ""
-"If the file being installed alreay has an entry in the directory the old "
+"If the file being installed already has an entry in the directory the old "
"entry will be left alone instead of being replaced; the default is to "
"overwrite any old entry found with the newly generated one."
msgstr ""
Modified: trunk/man/fr/start-stop-daemon.8.fr.po
===================================================================
--- trunk/man/fr/start-stop-daemon.8.fr.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/fr/start-stop-daemon.8.fr.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-05 10:34+0100\n"
"Last-Translator: Philippe Batailler <[EMAIL PROTECTED]>\n"
"Language-Team: French <[email protected]>\n"
@@ -447,7 +447,7 @@
# type: Plain text
#: start-stop-daemon.8:228
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "Cela modifie la priorit� du processus avant qu'il ne soit lanc�."
# type: TP
Modified: trunk/man/fr/update-alternatives.8.fr.po
===================================================================
--- trunk/man/fr/update-alternatives.8.fr.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/fr/update-alternatives.8.fr.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-05 10:40+0100\n"
"Last-Translator: Philippe Batailler <[EMAIL PROTECTED]>\n"
"Language-Team: French <[email protected]>\n"
@@ -312,7 +312,7 @@
# type: Plain text
#: update-alternatives.8:178
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
"Si vous voulez configurer de mani�re non interactive, vous pouvez utiliser "
Modified: trunk/man/hu/dpkg-deb.1.hu.po
===================================================================
--- trunk/man/hu/dpkg-deb.1.hu.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/hu/dpkg-deb.1.hu.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -157,8 +157,8 @@
# type: Plain text
#: dpkg-deb.1:72
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
-"deb> will pass that option on to gzip."
+"You can specify the compression level used by adding a B<-z#> option. "
+"B<dpkg-deb> will pass that option on to gzip."
msgstr ""
"A B<-z#> lehetőséggel megadható a tömörítási szint. A B<dpkg-deb> átadja ezt "
"a gzip-nek.."
Modified: trunk/man/hu/dpkg.cfg.5.hu.po
===================================================================
--- trunk/man/hu/dpkg.cfg.5.hu.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/hu/dpkg.cfg.5.hu.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2006-02-15 20:39+0100\n"
"Last-Translator: SZERVÑC Attila <[EMAIL PROTECTED]>\n"
"Language-Team: hu\n"
@@ -56,7 +56,7 @@
#: dpkg.cfg.5:10
msgid ""
"This file contains default options for dpkg. Each line contains a single "
-"option which is exactly the same as a normal commandline option for dpkg "
+"option which is exactly the same as a normal command line option for dpkg "
"except for the leading dashes which are not used here. Comments are allowed "
"by starting a line with a hash sign (\"B<#>\")."
msgstr ""
Modified: trunk/man/ja/dpkg-deb.1.ja.po
===================================================================
--- trunk/man/ja/dpkg-deb.1.ja.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/ja/dpkg-deb.1.ja.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -168,8 +168,8 @@
#: dpkg-deb.1:72
#, fuzzy
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
-"deb> will pass that option on to gzip."
+"You can specify the compression level used by adding a B<-z#> option. "
+"B<dpkg-deb> will pass that option on to gzip."
msgstr ""
"���̥��٥������ꤹ�������ϡ� B<-z#> ���ץ��������ɲä��롣 B<dpkg-deb> �ϡ���"
"�Υ��ץ������� gzip ���Ϥ���"
Modified: trunk/man/ja/dpkg-statoverride.8.ja.po
===================================================================
--- trunk/man/ja/dpkg-statoverride.8.ja.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/ja/dpkg-statoverride.8.ja.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
@@ -34,7 +34,7 @@
# type: TH
#: dpkg-statoverride.8:1
#, fuzzy, no-wrap
-msgid "dpkg utililties"
+msgid "dpkg utilities"
msgstr "dpkg utililties"
# type: SH
Modified: trunk/man/ja/dpkg.1.ja.po
===================================================================
--- trunk/man/ja/dpkg.1.ja.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/ja/dpkg.1.ja.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
@@ -900,9 +900,9 @@
#: dpkg.1:294
#, fuzzy
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"���٤ƤΥ��ץ������ϡ����ޥ��ɥ饤���� B<dpkg> �������ե������� ���� I</etc/"
Modified: trunk/man/ja/install-info.8.ja.po
===================================================================
--- trunk/man/ja/install-info.8.ja.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/ja/install-info.8.ja.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
@@ -400,7 +400,7 @@
#, fuzzy
msgid ""
"Specifies that the maximum width for the Info file is I<nnn>. This is used "
-"when wordwrapping the descriptive text. The default is 79."
+"when word-wrapping the descriptive text. The default is 79."
msgstr ""
"Info �ե������κ������� I<nnn> �ˤ��롣����ʸ����ɥ��åפ����Ȥ��˻Ȥ���"
"�롣 �ǥե����Ȥ� 79 �Ǥ��롣"
@@ -581,7 +581,7 @@
#: install-info.8:255
#, fuzzy
msgid ""
-"If the file being installed alreay has an entry in the directory the old "
+"If the file being installed already has an entry in the directory the old "
"entry will be left alone instead of being replaced; the default is to "
"overwrite any old entry found with the newly generated one."
msgstr ""
Modified: trunk/man/ja/start-stop-daemon.8.ja.po
===================================================================
--- trunk/man/ja/start-stop-daemon.8.ja.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/ja/start-stop-daemon.8.ja.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
@@ -449,7 +449,7 @@
# type: Plain text
#: start-stop-daemon.8:228
#, fuzzy
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "�ץ������Ϥ������˥ץ������Υץ饤�����ƥ����ѹ����롣"
# type: TP
Modified: trunk/man/ja/update-alternatives.8.ja.po
===================================================================
--- trunk/man/ja/update-alternatives.8.ja.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/ja/update-alternatives.8.ja.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
@@ -323,7 +323,7 @@
#: update-alternatives.8:178
#, fuzzy
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
"������Ū���������������� I<--set> ���ץ��������������˻��Ѥ���(�ʲ�����"
Modified: trunk/man/pt_BR/dpkg.1.pt_BR.po
===================================================================
--- trunk/man/pt_BR/dpkg.1.pt_BR.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/pt_BR/dpkg.1.pt_BR.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Portuguese <[email protected]>\n"
@@ -884,9 +884,9 @@
#: dpkg.1:294
#, fuzzy
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"Todas as op��es podem ser especificadas tanto na linha de comando quanto no "
Modified: trunk/man/pt_BR/update-alternatives.8.pt_BR.po
===================================================================
--- trunk/man/pt_BR/update-alternatives.8.pt_BR.po 2006-02-17 16:49:14 UTC
(rev 156)
+++ trunk/man/pt_BR/update-alternatives.8.pt_BR.po 2006-02-18 12:22:44 UTC
(rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Portuguese <[email protected]>\n"
@@ -320,7 +320,7 @@
#: update-alternatives.8:178
#, fuzzy
msgid ""
-"If you want to configure non-interactivily you can use the I<--set> option "
+"If you want to configure non-interactively you can use the I<--set> option "
"instead (see below)."
msgstr ""
"If you want to configure non-interactivily you can use the I<--set> option "
Modified: trunk/man/ru/dpkg.1.ru.po
===================================================================
--- trunk/man/ru/dpkg.1.ru.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/ru/dpkg.1.ru.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Russian <[email protected]>\n"
@@ -904,9 +904,9 @@
#: dpkg.1:294
#, fuzzy
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"��� ����� ����� ��������� ��� � ��������� ������, ��� � � ���������������� "
Modified: trunk/man/ru/start-stop-daemon.8.ru.po
===================================================================
--- trunk/man/ru/start-stop-daemon.8.ru.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/ru/start-stop-daemon.8.ru.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Russian <[email protected]>\n"
@@ -458,7 +458,7 @@
# type: Plain text
#: start-stop-daemon.8:228
#, fuzzy
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "���� ���� ����� �������� �������� ��������� ��������."
# type: TP
Modified: trunk/man/sv/dpkg-deb.1.sv.po
===================================================================
--- trunk/man/sv/dpkg-deb.1.sv.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/sv/dpkg-deb.1.sv.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -158,8 +158,8 @@
# type: Plain text
#: dpkg-deb.1:72
msgid ""
-"You can specify the compressionlevel used by adding a B<-z#> option. B<dpkg-"
-"deb> will pass that option on to gzip."
+"You can specify the compression level used by adding a B<-z#> option. "
+"B<dpkg-deb> will pass that option on to gzip."
msgstr ""
"Du kan ange komprimeringsnivån genom att lägga till flaggan B<-z#>. B<dpkg-"
"deb> kommer sända vidare den flaggan till gzip."
Modified: trunk/man/sv/dpkg.1.sv.po
===================================================================
--- trunk/man/sv/dpkg.1.sv.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/sv/dpkg.1.sv.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
@@ -865,9 +865,9 @@
#: dpkg.1:294
#, fuzzy
msgid ""
-"All options can be specified both on the commandline and in the B<dpkg> "
+"All options can be specified both on the command line and in the B<dpkg> "
"configuration file I</etc/dpkg/dpkg.cfg>. Each line in the configuration "
-"file is either an option (exactly the same as the commandline option but "
+"file is either an option (exactly the same as the command line option but "
"without leading dashes) or a comment (if it starts with a B<#>)."
msgstr ""
"Alla flaggorna kan ges både på kommandoraden och i B<dpkg>s "
Modified: trunk/man/sv/dpkg.cfg.5.sv.po
===================================================================
--- trunk/man/sv/dpkg.cfg.5.sv.po 2006-02-17 16:49:14 UTC (rev 156)
+++ trunk/man/sv/dpkg.cfg.5.sv.po 2006-02-18 12:22:44 UTC (rev 157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
@@ -59,7 +59,7 @@
#, fuzzy
msgid ""
"This file contains default options for dpkg. Each line contains a single "
-"option which is exactly the same as a normal commandline option for dpkg "
+"option which is exactly the same as a normal command line option for dpkg "
"except for the leading dashes which are not used here. Comments are allowed "
"by starting a line with a hash sign (\"B<#>\")."
msgstr ""
Modified: trunk/man/sv/start-stop-daemon.8.sv.po
===================================================================
--- trunk/man/sv/start-stop-daemon.8.sv.po 2006-02-17 16:49:14 UTC (rev
156)
+++ trunk/man/sv/start-stop-daemon.8.sv.po 2006-02-18 12:22:44 UTC (rev
157)
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-02-17 16:48+0100\n"
+"POT-Creation-Date: 2006-02-18 12:51+0100\n"
"PO-Revision-Date: 2005-07-03 15:04+0200\n"
"Last-Translator: Unknown translator\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
@@ -467,7 +467,7 @@
# type: Plain text
#: start-stop-daemon.8:228
#, fuzzy
-msgid "This alters the prority of the process before starting it."
+msgid "This alters the priority of the process before starting it."
msgstr "Detta ändrar prioriteten på processen innan den startas."
# type: TP
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]