Bug 575954 - German translation mistake in initscripts.mo regarding iptables
Summary: German translation mistake in initscripts.mo regarding iptables
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 12
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-22 19:37 UTC by Peter Bieringer
Modified: 2014-03-17 03:22 UTC (History)
5 users (show)

Fixed In Version: initscripts-9.02.2-1
Clone Of:
Environment:
Last Closed: 2010-04-09 15:48:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2010-03-22 19:37:40 UTC
Description of problem:
"iptables" is missing in output using German translation

Version-Release number of selected component (if applicable):
initscripts-9.02.1-1.i686

How reproducible:
Always

Steps to Reproduce:
# LC_ALL=de_DE /etc/init.d/iptables restart

Actual results:
iptables: Firewall-Regeln leeren:                          [  OK  ]
iptables: Ketten auf Richtlinie ACCEPT setzen: filter      [  OK  ]
iptables: Module entladen:                                 [  OK  ]
: Firewall-Regeln anwenden:                                [  OK  ]


Expected results:
iptables: Firewall-Regeln leeren:                          [  OK  ]
iptables: Ketten auf Richtlinie ACCEPT setzen: filter      [  OK  ]
iptables: Module entladen:                                 [  OK  ]
iptables: Firewall-Regeln anwenden:                        [  OK  ]


Additional info:

# LC_ALL=C /etc/init.d/iptables restart
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Unloading modules:                               [  OK  ]
iptables: Applying firewall rules:                         [  OK  ]

Bug is here:
$ msgunfmt /usr/share/locale/de/LC_MESSAGES/initscripts.mo |grep -A 1 "Applying firewall rules"

msgid "${IP6TABLES}: Applying firewall rules: "
msgstr "${IP6TABLES}: Firewall-Regeln anwenden: "

=> this is ok


msgid "${IPTABLES}: Applying firewall rules: "
msgstr "${IP6TABLES}: Firewall-Regeln anwenden: "

=> this is wrong, probably a copy and paste error


Is:     msgstr "${IP6TABLES}: Firewall-Regeln anwenden: "
Should: msgstr "${IPTABLES}: Firewall-Regeln anwenden: "

Probably this bug also exists on RHEL.

Comment 1 Bill Nottingham 2010-04-09 15:37:11 UTC
Thanks, added to devel/F13, F12, etc. branches. F13 will go out fairly soon, F12 at some point.

Comment 2 Fedora Update System 2010-04-09 20:13:20 UTC
mdadm-3.1.2-9.fc13,initscripts-9.09-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/mdadm-3.1.2-9.fc13,initscripts-9.09-1.fc13

Comment 3 Fedora Update System 2010-04-28 03:08:59 UTC
initscripts-9.09-1.fc13, mdadm-3.1.2-10.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2010-04-28 19:03:10 UTC
initscripts-9.02.2-1 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/initscripts-9.02.2-1

Comment 5 Fedora Update System 2010-05-22 01:47:43 UTC
initscripts-9.02.2-1 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.