[Pkg-opt-media-team] [dvdisaster] 16/61: Fix spelling: upto -> up to

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 13:48:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository dvdisaster.

commit 2b2db42faff124974c7ba55a50583001f1119689
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Mon Dec 19 06:06:49 2016 +1100

    Fix spelling: upto -> up to
---
 debian/patches/12-fix-spelling-of-up-to.patch | 475 ++++++++++++++++++++++++++
 debian/patches/series                         |   1 +
 2 files changed, 476 insertions(+)

diff --git a/debian/patches/12-fix-spelling-of-up-to.patch b/debian/patches/12-fix-spelling-of-up-to.patch
new file mode 100644
index 0000000..06a489e
--- /dev/null
+++ b/debian/patches/12-fix-spelling-of-up-to.patch
@@ -0,0 +1,475 @@
+From: Carlos Maddela <e7appew at gmail.com>
+Date: Mon, 19 Dec 2016 06:03:48 +1100
+Subject: Fix spelling: upto -> up to
+
+Description: Fix spelling: upto -> up to
+Author: Carlos Maddela <e7appew at gmail.com>
+Origin: vendor
+Forwarded: no
+Last-Update: 2016-12-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+---
+ debug.c                       |  2 +-
+ documentation/dvdisaster.en.1 |  4 ++--
+ documentation/en/qa10.html    |  4 ++--
+ documentation/en/qa10.php     |  4 ++--
+ documentation/en/qa20.html    |  2 +-
+ documentation/en/qa20.php     |  2 +-
+ dvdisaster.c                  |  2 +-
+ dvdisaster.h                  |  2 +-
+ locale/cs.po                  | 10 +++++-----
+ locale/de.po                  | 10 +++++-----
+ locale/it.po                  | 10 +++++-----
+ locale/pt_BR.po               | 10 +++++-----
+ locale/ru.po                  | 12 ++++++------
+ locale/sv.po                  |  8 ++++----
+ preferences.c                 |  6 +++---
+ 15 files changed, 44 insertions(+), 44 deletions(-)
+
+diff --git a/debug.c b/debug.c
+index 09b4ae0..2045ac6 100644
+--- a/debug.c
++++ b/debug.c
+@@ -967,7 +967,7 @@ void RawSector(char *arg)
+  *
+  * ./dvdisaster --debug --send-cdb 12,00,00,00,24,00:24
+  *
+- * The first six bytes make up the cdb; cdbs with upto 12 bytes are possible.
++ * The first six bytes make up the cdb; cdbs with up to 12 bytes are possible.
+  * The :24 arg is the allocation length. 
+  * Note that the allocation length must match those specified in the cdb;
+  * differing values may crash the system.
+diff --git a/documentation/dvdisaster.en.1 b/documentation/dvdisaster.en.1
+index 331090a..2623fd2 100644
+--- a/documentation/dvdisaster.en.1
++++ b/documentation/dvdisaster.en.1
+@@ -254,7 +254,7 @@ Selects between the sg (SG_IO) driver (default setting) and the
+ older cdrom (CDROM_SEND_PACKET) driver for accessing the optical drives.
+ Both drivers should work equally well; however the cdrom driver is known
+ to cause system failures on some ancient SCSI controllers. 
+-The older cdrom driver was the default upto and including dvdisaster 0.72.x;
++The older cdrom driver was the default up to and including dvdisaster 0.72.x;
+ if the now pre-selected sg driver changes something to the worse for you
+ please switch back to the older driver using \-\-driver=cdrom.
+ .TP
+@@ -321,7 +321,7 @@ the uncorrected sector instead.
+ .RE
+ .TP
+ .B \-\-read-attempts n-m
+-attempts n upto m reads of a defective sector.
++attempts n up to m reads of a defective sector.
+ .TP
+ .B \-\-read-medium n
+ read the whole medium up to n times.
+diff --git a/documentation/en/qa10.html b/documentation/en/qa10.html
+index 271c8f5..6b7516b 100644
+--- a/documentation/en/qa10.html
++++ b/documentation/en/qa10.html
+@@ -91,10 +91,10 @@ The current version of dvdisaster contains screen texts in the following languag
+ <tr><td>   </td><td>Czech</td><td>--</td><td>complete</td></tr>
+ <tr><td></td><td>English</td><td>--</td><td>complete</td></tr>
+ <tr><td>   </td><td>German</td><td>--</td><td>complete</td></tr>
+-<tr><td>   </td><td>Italian</td><td>--</td><td>upto version 0.65</td></tr>
++<tr><td>   </td><td>Italian</td><td>--</td><td>up to version 0.65</td></tr>
+ <tr><td></td><td>Portuguese</td><td>--</td><td>complete</td></tr>
+ <tr><td>   </td><td>Russian</td><td>--</td><td>complete</td></tr>
+-<tr><td>   </td><td>Swedish</td><td>--</td><td>upto version 0.70</td></tr>
++<tr><td>   </td><td>Swedish</td><td>--</td><td>up to version 0.70</td></tr>
+ </table><p>
+ 
+ Translators for other languages are welcome!<p>
+diff --git a/documentation/en/qa10.php b/documentation/en/qa10.php
+index e4b48bb..9d1801b 100644
+--- a/documentation/en/qa10.php
++++ b/documentation/en/qa10.php
+@@ -30,10 +30,10 @@ The current version of dvdisaster contains screen texts in the following languag
+ <tr><td>   </td><td>Czech</td><td>--</td><td>complete</td></tr>
+ <tr><td></td><td>English</td><td>--</td><td>complete</td></tr>
+ <tr><td>   </td><td>German</td><td>--</td><td>complete</td></tr>
+-<tr><td>   </td><td>Italian</td><td>--</td><td>upto version 0.65</td></tr>
++<tr><td>   </td><td>Italian</td><td>--</td><td>up to version 0.65</td></tr>
+ <tr><td></td><td>Portuguese</td><td>--</td><td>complete</td></tr>
+ <tr><td>   </td><td>Russian</td><td>--</td><td>complete</td></tr>
+-<tr><td>   </td><td>Swedish</td><td>--</td><td>upto version 0.70</td></tr>
++<tr><td>   </td><td>Swedish</td><td>--</td><td>up to version 0.70</td></tr>
+ </table><p>
+ 
+ Translators for other languages are welcome!<p>
+diff --git a/documentation/en/qa20.html b/documentation/en/qa20.html
+index 6660c41..fbe40a3 100644
+--- a/documentation/en/qa20.html
++++ b/documentation/en/qa20.html
+@@ -218,7 +218,7 @@ dvdisaster.
+ 
+ The <a href="http://sourceforge.net/cvs/?group_id=157550">CVS versions</a>
+ of dvdisaster mark their ecc files with a special bit. This causes dvdisaster
+-versions upto 0.65 to falsely display the above error message. Please use the
++versions up to 0.65 to falsely display the above error message. Please use the
+ CVS versions only together with dvdisaster 0.66 or newer versions.
+ 
+ <div class="talignr"><a href="qa20.html#top">↑</a></div>
+diff --git a/documentation/en/qa20.php b/documentation/en/qa20.php
+index fc268f9..23e9b71 100644
+--- a/documentation/en/qa20.php
++++ b/documentation/en/qa20.php
+@@ -157,7 +157,7 @@ dvdisaster.
+ 
+ The <a href="http://sourceforge.net/cvs/?group_id=157550">CVS versions</a>
+ of dvdisaster mark their ecc files with a special bit. This causes dvdisaster
+-versions upto 0.65 to falsely display the above error message. Please use the
++versions up to 0.65 to falsely display the above error message. Please use the
+ CVS versions only together with dvdisaster 0.66 or newer versions.
+ 
+ <div class="talignr"><a href="#top">↑</a></div>
+diff --git a/dvdisaster.c b/dvdisaster.c
+index afb8a04..60754cd 100644
+--- a/dvdisaster.c
++++ b/dvdisaster.c
+@@ -887,7 +887,7 @@ int main(int argc, char *argv[])
+ 	     "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+       	     "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"   
+ 	     "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-	     "  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++	     "  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ 	     "  --read-medium n        - read the whole medium up to n times\n"
+ 	     "  --read-raw             - performs read in raw mode if possible\n"
+ 	     "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+diff --git a/dvdisaster.h b/dvdisaster.h
+index 60dbcd0..87129cc 100644
+--- a/dvdisaster.h
++++ b/dvdisaster.h
+@@ -368,7 +368,7 @@ typedef struct _EccInfo
+ #define FINGERPRINT_SECTOR 16 /* Sector currently used to calculate the fingerprint. */
+                               /* This is the ISO filesystem root sector which contains */
+                               /* the volume label and creation time stamps. */
+-                              /* Versions upto 0.64 used sector 257, */
++                              /* Versions up to 0.64 used sector 257, */
+                               /* but that was not a wise choice for CD media.*/
+ 
+ #define MFLAG_DEVEL (1<<0)    /* for methodFlags[3] */
+diff --git a/locale/cs.po b/locale/cs.po
+index 7bea73a..c26007b 100644
+--- a/locale/cs.po
++++ b/locale/cs.po
+@@ -479,7 +479,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1603,7 +1603,7 @@ msgstr ""
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1662,7 +1662,7 @@ msgstr ""
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -1768,7 +1768,7 @@ msgstr ""
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ 
+ #: preferences.c:2573
+@@ -5037,7 +5037,7 @@ msgstr ""
+ #~ msgstr "Pokud můžete ověřit, že tato velikost obrazu je správná,\n"
+ 
+ #~ msgid ""
+-#~ "please send in the whole dvdisaster output upto this line\n"
++#~ "please send in the whole dvdisaster output up to this line\n"
+ #~ "to have your drive included in the internal data base.\n"
+ #~ msgstr ""
+ #~ "pošlete prosím celý výpis programu dvdisaster až k této řádce,\n"
+diff --git a/locale/de.po b/locale/de.po
+index 8444ec3..ed04fa2 100644
+--- a/locale/de.po
++++ b/locale/de.po
+@@ -536,7 +536,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1814,7 +1814,7 @@ msgstr "Höchstens %d Leseversuche pro Sektor"
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1886,7 +1886,7 @@ msgstr " mal lesen"
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -2016,7 +2016,7 @@ msgstr "Dateien in Segmente von <= 2GB aufteilen"
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ "<b>Dateien aufteilen</b>\n"
+ "\n"
+@@ -5284,7 +5284,7 @@ msgstr "<i>Neu in dieser Version:</i>"
+ #~ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ #~ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ #~ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-#~ "  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++#~ "  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ #~ "  --read-medium n        - read the whole medium up to n times\n"
+ #~ "  --read-raw             - performs read in raw mode if possible\n"
+ #~ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+diff --git a/locale/it.po b/locale/it.po
+index 9102232..feebde2 100644
+--- a/locale/it.po
++++ b/locale/it.po
+@@ -475,7 +475,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1596,7 +1596,7 @@ msgstr ""
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1655,7 +1655,7 @@ msgstr ""
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -1761,7 +1761,7 @@ msgstr ""
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ 
+ #: preferences.c:2573
+@@ -5010,7 +5010,7 @@ msgstr ""
+ #~ msgstr "Se potete verificate se la dimensione dell'immagine è corretta,\n"
+ 
+ #~ msgid ""
+-#~ "please send in the whole dvdisaster output upto this line\n"
++#~ "please send in the whole dvdisaster output up to this line\n"
+ #~ "to have your drive included in the internal data base.\n"
+ #~ msgstr ""
+ #~ "Prego inviare l'intero output di dvdisaster fino a questa linea\n"
+diff --git a/locale/pt_BR.po b/locale/pt_BR.po
+index 2069b41..803288a 100644
+--- a/locale/pt_BR.po
++++ b/locale/pt_BR.po
+@@ -530,7 +530,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1800,7 +1800,7 @@ msgstr "Máx. de %d tentativas de leitura por setor"
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1872,7 +1872,7 @@ msgstr " vezes"
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -2004,7 +2004,7 @@ msgstr "Separar arquivos em segmentos <= 2GB"
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ "<b>Separação de arquivos</b>\n"
+ "\n"
+@@ -5249,7 +5249,7 @@ msgstr "<i>Novidades dessa versão:</i>"
+ #~ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ #~ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ #~ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-#~ "  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++#~ "  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ #~ "  --read-medium n        - read the whole medium up to n times\n"
+ #~ "  --read-raw             - performs read in raw mode if possible\n"
+ #~ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+diff --git a/locale/ru.po b/locale/ru.po
+index 0e04113..b4d457d 100644
+--- a/locale/ru.po
++++ b/locale/ru.po
+@@ -523,7 +523,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1785,7 +1785,7 @@ msgstr "Макс. %d попыток чтения на сектор"
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1857,7 +1857,7 @@ msgstr " раз"
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -1989,7 +1989,7 @@ msgstr "Разбивать файлы на сегменты <= 2Гб"
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ "<b>Разбиение файлов</b>\n"
+ "\n"
+@@ -5240,7 +5240,7 @@ msgstr "<i>Новое в этой версии:</i>"
+ #~ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ #~ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ #~ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-#~ "  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++#~ "  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ #~ "  --read-medium n        - read the whole medium up to n times\n"
+ #~ "  --read-raw             - performs read in raw mode if possible\n"
+ #~ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -5336,7 +5336,7 @@ msgstr "<i>Новое в этой версии:</i>"
+ #~ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ #~ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ #~ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-#~ "  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++#~ "  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ #~ "  --read-medium n        - read the whole medium up to n times\n"
+ #~ "  --read-raw             - performs read in raw mode if possible\n"
+ #~ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+diff --git a/locale/sv.po b/locale/sv.po
+index 3c062a4..397b877 100644
+--- a/locale/sv.po
++++ b/locale/sv.po
+@@ -478,7 +478,7 @@ msgid ""
+ "  --internal-rereads n   - drive may attempt n rereads before reporting an error\n"
+ "  --query-size n         - query drive/udf/ecc for image size (default: ecc)\n"
+ "  --raw-mode n           - mode for raw reading CD media (20 or 21)\n"
+-"  --read-attempts n-m    - attempts n upto m reads of a defective sector\n"
++"  --read-attempts n-m    - attempts n up to m reads of a defective sector\n"
+ "  --read-medium n        - read the whole medium up to n times\n"
+ "  --read-raw             - performs read in raw mode if possible\n"
+ "  --speed-warning n      - print warning if speed changes by more than n percent\n"
+@@ -1604,7 +1604,7 @@ msgstr ""
+ msgid ""
+ "<b>Maximum number of reading attempts</b>\n"
+ "\n"
+-"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts upto this number.\n"
++"When the minimum number of reading attempts is reached without success, dvdisaster might choose to perform additional reading attempts up to this number.\n"
+ "\n"
+ "The decision to do more attempts depends on the quality of data gathered so far, which in turn is influenced by the capabilities of your CD/DVD drive and the operating system. So depending on your configuration, you may or may not see dvdisaster using the maximum value."
+ msgstr ""
+@@ -1663,7 +1663,7 @@ msgstr ""
+ msgid ""
+ "<b>Media read attempts</b> for the linear reading strategy\n"
+ "\n"
+-"If unreadable sectors remain after reading the medium from start to end, the medium is read again upto he given number of times.\n"
++"If unreadable sectors remain after reading the medium from start to end, the medium is read again up to he given number of times.\n"
+ "\n"
+ "Only the missing sectors will be tried in the additional reading passes."
+ msgstr ""
+@@ -1769,7 +1769,7 @@ msgstr ""
+ msgid ""
+ "<b>File splitting</b>\n"
+ "\n"
+-"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over upto 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
++"Allows working with file systems which are limited to 2GB per file, e.g. FAT from Windows. Created files are spread over up to 100 segments called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small performance hit."
+ msgstr ""
+ 
+ #: preferences.c:2573
+diff --git a/preferences.c b/preferences.c
+index 2f3355c..39f2c5f 100644
+--- a/preferences.c
++++ b/preferences.c
+@@ -2181,7 +2181,7 @@ if(Closure->debugMode)  /* hidden until version 0.80 */
+ 		       _("<b>Maximum number of reading attempts</b>\n\n"
+ 			 "When the minimum number of reading attempts is reached "
+ 			 "without success, dvdisaster might choose to perform additional "
+-			 "reading attempts upto this number.\n\n"
++			 "reading attempts up to this number.\n\n"
+ 
+ 			 "The decision to do more attempts depends on the quality of "
+ 			 "data gathered so far, which in turn is influenced by the "
+@@ -2296,7 +2296,7 @@ if(Closure->debugMode)  /* hidden until version 0.80 */
+       AddHelpParagraph(lwoh, 
+ 		       _("<b>Media read attempts</b> for the linear reading strategy\n\n"
+ 			 "If unreadable sectors remain after reading the medium from start to end, "
+-			 "the medium is read again upto he given number of times.\n\n"
++			 "the medium is read again up to he given number of times.\n\n"
+ 			 "Only the missing sectors will be tried in the additional reading passes."));
+ 
+       /** Defective sector caching */
+@@ -2563,7 +2563,7 @@ if(Closure->debugMode)  /* hidden until version 0.80 */
+       AddHelpParagraph(lwoh, 
+ 		       _("<b>File splitting</b>\n\n"
+ 			 "Allows working with file systems which are limited to 2GB per file, e.g. "
+-			 "FAT from Windows. Created files are spread over upto 100 segments "
++			 "FAT from Windows. Created files are spread over up to 100 segments "
+ 			 "called \"medium00.iso\", \"medium01.iso\" etc. at the cost of a small "
+ 			 "performance hit."));
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 374b4fd..bef9384 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 09-fix-format-security-warnings.patch
 10-use-non-size-specific-icon-and-add-keywords-to-desktop-file.patch
 11-no-cruft.patch
+12-fix-spelling-of-up-to.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvdisaster.git



More information about the Pkg-opt-media-team mailing list