~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/wget-fr.po-spelling-correction

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-06-26 16:46:25 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050626164625-jjcde8hyztx7xq7o
Tags: 1.10-2
* wget-fix_error--save-headers patch from upstream
  (closes: Bug#314728)
* don't pattern-match server redirects patch from upstream
  (closes: Bug#163243)
* correct de.po typos
  (closes: Bug#313883)
* wget-E_html_behind_file_counting fix problem with adding the
  numbers after the html extension
* updated Standards-Version: to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
## wget-fr.po-spelling-correction by Noèl Köthe <noel debian.org>
 
3
##
 
4
## DP: corrects the translation of Length
 
5
 
 
6
if [ $# -lt 1 ]; then
 
7
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
8
    exit 1
 
9
fi
 
10
 
 
11
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 
12
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
 
13
 
 
14
case "$1" in
 
15
       -patch) patch $patch_opts -p1 < $0;;
 
16
       -unpatch) patch $patch_opts -p1 -R < $0;;
 
17
        *)
 
18
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
19
                exit 1;;
 
20
esac
 
21
 
 
22
exit 0
 
23
 
 
24
@DPATCH@
 
25
--- wget-1.9.1.orig/po/fr.po
 
26
+++ wget-1.9.1/po/fr.po
 
27
@@ -252,7 +252,7 @@
 
28
 #: src/ftp.c:898 src/ftp.c:906
 
29
 #, c-format
 
30
 msgid "Length: %s"
 
31
-msgstr "Longueur: %s"
 
32
+msgstr "Taille: %s"
 
33
 
 
34
 #: src/ftp.c:900 src/ftp.c:908
 
35
 #, c-format
 
36