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 825393 - [ml_IN][es_ES] translations should not use character ¶ for a new line.
Summary: [ml_IN][es_ES] translations should not use character ¶ for a new line.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager
Version: 6.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Adrian Likins
QA Contact: Entitlement Bugs
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel65
TreeView+ depends on / blocked
 
Reported: 2012-05-25 21:34 UTC by John Sefler
Modified: 2013-12-05 13:46 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-05 13:46:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Sefler 2012-05-25 21:34:34 UTC
Description of problem:

# (pofilter) newlines: Different line endings
msgid ""
"We have detected that you have multiple service level\n"
"agreements on various products. Please select how you\n"
"want them assigned."
msgstr "അനവധി പ്രൊഡക്ടുകള്‍ക്കു് നിങ്ങള്‍ക്കു് അനവധി¶ സര്‍വീസ് ലവല്‍ എഗ്രീമെന്റുകള്‍ ഉണ്ടെന്നു്¶ കണ്ടുപിടിച്ചിരിയ്ക്കുന്നു. നിങ്ങള്‍ക്കു് ഇവ എങ്ങനെ വേണമെന്നു് തെരഞ്ഞെടുക്കുക."

^^^ This comes from /usr/share/locale/ml/LC_MESSAGES/rhsm.mo  The \n characters should NOT be translated to ¶.  Keep the \n characters.



# (pofilter) newlines: Different line endings
msgid ""
"This migration script requires the system to be registered to RHN Classic.\n"
"However this system appears to be registered to '%s'.\n"
"Exiting."
msgstr ""
"El script de migración requiere que el sistema esté registrado a RHN Classic. Sin embargo, este sistema aparece registrado a %s'.¶\n"
"Saliendo."

^^^ This comes from /usr/share/locale/es_ES/LC_MESSAGES/rhsm.mo  The \n characters should NOT be translated to ¶.  Keep the \n characters.



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

Comment 1 RHEL Program Management 2012-05-30 05:48:18 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 2 Ani Peter 2012-06-11 16:59:54 UTC
Have fixed ml translation. Please have a look. 
Thanks
Ani

Comment 3 Adrian Likins 2012-11-06 17:30:59 UTC
Pulled in from zanata.

Comment 4 John Sefler 2013-01-08 15:34:12 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/ml/LC_MESSAGES/rhsm.mo >  /usr/share/locale/ml/LC_MESSAGES/rhsm.po

[root@jsefler-6 ~]# grep -A5 -B1 "We have detected" /usr/share/locale/ml/LC_MESSAGES/rhsm.po
msgid ""
"We have detected that you have multiple service levels on various products. Please select how you\n"
"want them assigned."
msgstr ""
"പല പ്രൊഡക്ടുകള്‍ക്കു് നിങ്ങള്‍ക്കു് അനവധി സര്‍വീസ് ലവലുകളുണ്ടു്. എങ്ങനെ അവ ലഭ്യമാക്കണമെന്നു് ദയവായി\n"
"തെരഞ്ഞെടുക്കുക."

VERIFIED: ml translation for offending msgid does not use character ¶ for a new line





[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 ~]# grep -A5 -B1 "This migration script" /usr/share/locale/es_ES/LC_MESSAGES/rhsm.po
[root@jsefler-6 ~]# 

VERIFIED: offending msgid for es_ES no longer exists.


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