Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7177266

NLS: Please make proto_au-descriptor_en.xml a complete XML file

XMLWordPrintable

    • b52
    • generic
    • generic
    • Not verified

        Current proto_au-descriptor_en.xml is a partial XML file:

        <caption>Java Update - Update Available</caption>
        <title>Java Update Available</title>
        <description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Installing Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# will uninstall the latest Java 6 from your system. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
        <moreinfo>http://java.com/infourl&lt;/moreinfo>\\\\ <AlertTitle>Java Update Available</AlertTitle>
        <AlertText>A new version of Java is ready to be installed.</AlertText>
        <moreinfotxt>More information...</moreinfotxt>

        But WPTG requires full XML file with <information> as root element. They told me about this after 6993373 was completed.

        I have manually inserted the following prior to translation (and removed them after translation), but due to our process automation, the automated drop system does not allow manual steps.

        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
        <!-- XML file to be staged anywhere, and pointed to by map.xml file -->
        <information version="1.1" xml:lang="en">

        </information>

        Could you please make the file a full xml file like the following?

        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
        <!-- XML file to be staged anywhere, and pointed to by map.xml file -->
        <information version="1.1" xml:lang="en">
        <caption>Java Update - Update Available</caption>
        <title>Java Update Available</title>
        <description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
        <moreinfo>http://java.com/infourl&lt;/moreinfo>
        <AlertTitle>Java Update Available</AlertTitle>
        <AlertText>A new version of Java is ready to be installed.</AlertText>
        <moreinfotxt>More information...</moreinfotxt>
        </information>

              billyh William Harnois
              mfang Michael Fang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: