~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to debian/patches/04_de_po_fix.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
## 04_de_po_fix.dpatch by Masayuki Hatta <mhatta@debian.org>
 
3
##
 
4
## All lines beginning with \`## DP:' are a description of the patch.
 
5
## DP: A little fix for de.po
 
6
 
 
7
if [ $# -ne 1 ]; then
 
8
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
9
    exit 1
 
10
fi
 
11
case "$1" in
 
12
        -patch) patch -f --no-backup-if-mismatch --dry-run -p1 < $0 && patch -f --no-backup-if-mismatch -p1 < $0
 
13
;;
 
14
        -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
 
15
        *)
 
16
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
17
                exit 1;;
 
18
esac
 
19
 
 
20
exit 0
 
21
 
 
22
diff -urN blender-2.37a.orig/po/de.po blender-2.37a/po/de.po
 
23
--- blender-2.37a.orig/po/de.po 2005-09-07 14:21:32.000000000 +0900
 
24
+++ blender-2.37a/po/de.po      2005-09-07 14:22:31.000000000 +0900
 
25
@@ -10,11 +10,11 @@
 
26
 msgid "Start the rendering"
 
27
 msgstr "Starte das rendern"
 
28
 msgid "Display edge settings"
 
29
-msgstr "Zeige Kanten Eintellungen"
 
30
+msgstr "Zeige Kanten-Eintellungen"
 
31
 msgid "Enable shadow calculation"
 
32
 msgstr "Rendere mit Schatten"
 
33
 msgid "Start rendering a sequence"
 
34
-msgstr "Starte das rendern einer Sequenz"
 
35
+msgstr "Starte das Rendern einer Sequenz"
 
36
 
 
37
 
 
38
 ###########################################################