Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 888864

Summary: [es_ES] pofilter tabs test failed for several msgids
Product: Red Hat Enterprise Linux 6 Reporter: John Sefler <jsefler>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED ERRATA QA Contact: IDM QE LIST <seceng-idm-qe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4CC: agarcia, alikins, tlavigne
Target Milestone: rcKeywords: Translation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-21 09:05:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 771481, 895654    

Description John Sefler 2012-12-19 16:47:50 UTC
Description of problem:

THE TRANSLATIONS SHOWN BELOW ARE FAILING THE pofilter tabs TEST.  WHEN TRANSLATIING A msgid, THE "\t" CHARACTERS SHOULD NOT BE STRIPPED OUT.

[root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/es_ES/LC_MESSAGES/rhsm.mo > /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
[root@jsefler-6 ~]# pofilter --gnome -t tabs /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
processing 1 files...
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-11 16:38-0500\n"
"PO-Revision-Date: 2012-12-18 12:12-0500\n"
"Last-Translator: alikins <alikins>\n"
"Language-Team: Spanish (Spain)\n"
"Language: es-ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Generator: Zanata 2.0.2\n"

# (pofilter) tabs: Different tabs
msgid "Active:               \t%s"
msgstr "Activo:   %s"

# (pofilter) tabs: Different tabs
msgid "Quantity Used:        \t%s"
msgstr "Cantidad utilizada:  %s"

# (pofilter) tabs: Different tabs
msgid "Repo Url:             \t%s"
msgstr "URL de repositorio: %s"

# (pofilter) tabs: Different tabs
msgid "Serial Number:        \t%s"
msgstr "Número de serie:     %s"
[###########################################] 100%
[root@jsefler-6 ~]# 




Version-Release number of selected component (if applicable):
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.1.18-1.el6.x86_64

Comment 2 Adrian Likins 2013-01-04 18:06:35 UTC
Looks to be fixed upstream

@@ -2617,21 +2620,21 @@ msgstr "Cuenta:              \t%s"
 #: ../src/subscription_manager/managercli.py:2000
 #, python-format
 msgid "Serial Number:        \t%s"
-msgstr "Número de serie:     %s"
+msgstr "Número de serie:        \t%s"

 # translation auto-copied from project Subscription Manager, version 1.0.X,
 # document keys, author gguerrer
 #: ../src/subscription_manager/managercli.py:2002
 #, python-format
 msgid "Active:               \t%s"
-msgstr "Activo:   %s"
+msgstr "Activo:               \t%s"

 # translation auto-copied from project Subscription Manager, version 1.0.X,
 # document keys, author gguerrer
 #: ../src/subscription_manager/managercli.py:2004
 #, python-format
 msgid "Quantity Used:        \t%s"
-msgstr "Cantidad utilizada:  %s"
+msgstr "Cantidad utilizada:        \t%s"


Should land in 1.1.19

Comment 4 John Sefler 2013-01-07 21:38:58 UTC
Verifying Version...
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.1.19-1.el6.x86_64


[root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/es_ES/LC_MESSAGES/rhsm.mo > /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
[root@jsefler-6 ~]# pofilter --gnome -t tabs /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
processing 1 files...
[###########################################] 100%


[root@jsefler-6 ~]# grep -A1 "Active:   " /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
msgid "Active:               \t%s"
msgstr "Activo:               \t%s"
[root@jsefler-6 ~]# grep -A1 "Quantity Used:   " /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
msgid "Quantity Used:        \t%s"
msgstr "Cantidad utilizada:        \t%s"
[root@jsefler-6 ~]# grep -A1 "Repo Url:   " /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
msgid "Repo Url:             \t%s"
msgstr "URL de repositorio:             \t%s"
[root@jsefler-6 ~]# grep -A1 "Serial Number:   " /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
msgid "Serial Number:        \t%s"
msgstr "Número de serie:        \t%s"


VERIFIED: pofilter tabs test now passes

Comment 6 errata-xmlrpc 2013-02-21 09:05:01 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0350.html