<?xml version="1.0" encoding="utf-8"?>
<xliff version = "1.2" xmlns='urn:oasis:names:tc:xliff:document:1.2' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd'>
    <file xml:space = "preserve" source-language = "en" datatype = "x-icu-resource-bundle" original = "en.txt" date = "2007-06-15T23:20:43Z">
        <header>
            <tool tool-id = "genrb-3.3-icu-3.7.1" tool-name = "genrb"/>
        </header>
        <body>
            <group id = "en" restype = "x-icu-table">
                <!--The resources for a fictious Hello World application. The application displays a single window with a logo and the hello message.-->
                <trans-unit id = "authors" resname = "authors" restype = "x-icu-alias">
                    <source>root/authors</source>
                </trans-unit>
                <trans-unit id = "hello" resname = "hello">
                    <source>Hello, world!</source>
                    <note>This is the message that the application displays to the user.</note>
                </trans-unit>
                <bin-unit id = "logo" resname = "logo" mime-type = "image" restype = "x-icu-binary" translate = "no">
                    <!--The logo to be displayed in the application window.-->
                    <bin-source>
                        <external-file href = "logo.gif"/>
                    </bin-source>
                </bin-unit>
                <bin-unit id = "md5_sum" resname = "md5_sum" mime-type = "application" restype = "x-icu-binary" translate = "no">
                    <!--The MD5 checksum of the application.-->
                    <bin-source>
                        <internal-file form = "application" crc = "187654673">BCFE765BE0FDFAB22C5F9EFD12C52ABC</internal-file>
                </bin-source>
            </bin-unit>
            <group id = "menus" resname = "menus" restype = "x-icu-table">
                <!--The application menus.-->
                <group id = "menus_edit_menu" resname = "edit_menu" restype = "x-icu-table">
                    <group id = "menus_edit_menu_items" resname = "items" restype = "x-icu-array">
                        <trans-unit id = "menus_edit_menu_items_0">
                            <source>Cut</source>
                        </trans-unit>
                        <trans-unit id = "menus_edit_menu_items_1">
                            <source>Copy</source>
                        </trans-unit>
                        <trans-unit id = "menus_edit_menu_items_2">
                            <source>Paste</source>
                        </trans-unit>
                        <trans-unit id = "menus_edit_menu_items_3">
                            <source>Delete</source>
                        </trans-unit>
                    </group>
                    <trans-unit id = "menus_edit_menu_name" resname = "name">
                        <source>Edit</source>
                    </trans-unit>
                </group>
                <group id = "menus_file_menu" resname = "file_menu" restype = "x-icu-table">
                    <group id = "menus_file_menu_items" resname = "items" restype = "x-icu-array">
                        <trans-unit id = "menus_file_menu_items_0">
                            <source>New</source>
                        </trans-unit>
                        <trans-unit id = "menus_file_menu_items_1">
                            <source>Open...</source>
                        </trans-unit>
                        <trans-unit id = "menus_file_menu_items_2">
                            <source>Save</source>
                        </trans-unit>
                        <trans-unit id = "menus_file_menu_items_3">
                            <source>Save As...</source>
                        </trans-unit>
                        <trans-unit id = "menus_file_menu_items_4">
                            <source>Exit</source>
                        </trans-unit>
                    </group>
                    <trans-unit id = "menus_file_menu_name" resname = "name">
                        <source>File</source>
                    </trans-unit>
                </group>
                <group id = "menus_help_menu" resname = "help_menu" restype = "x-icu-table">
                    <group id = "menus_help_menu_items" resname = "items" restype = "x-icu-array">
                        <trans-unit id = "menus_help_menu_items_0">
                            <source>Help Topics</source>
                        </trans-unit>
                        <trans-unit id = "menus_help_menu_items_1">
                            <source>About Hello World</source>
                        </trans-unit>
                    </group>
                    <trans-unit id = "menus_help_menu_name" resname = "name">
                        <source>Help</source>
                    </trans-unit>
                </group>
            </group>
            <group id = "translators" resname = "translators" restype = "x-icu-array">
                <trans-unit id = "translators_0">
                    <source>John E. English</source>
                </trans-unit>
                <trans-unit id = "translators_1">
                    <source>Alan Smithee</source>
                </trans-unit>
                <trans-unit id = "translators_2">
                    <source>Allen Smythee</source>
                </trans-unit>
            </group>
            <group id = "version" resname = "version" restype = "x-icu-intvector" translate = "no">
                <!--The application version number-->
                <trans-unit id = "version_0" restype = "x-icu-integer">
                    <source>1</source>
                </trans-unit>
                <trans-unit id = "version_1" restype = "x-icu-integer">
                    <source>2</source>
                </trans-unit>
                <trans-unit id = "version_2" restype = "x-icu-integer">
                    <source>3</source>
                </trans-unit>
            </group>
            <trans-unit id = "window_height" resname = "window_height" restype = "x-icu-integer">
                <!--The height of the application window.-->
                <source>200</source>
                <note>Make sure this is tall enough to display the translated message.</note>
            </trans-unit>
            <trans-unit id = "window_width" resname = "window_width" restype = "x-icu-integer">
                <!--The width of the application window.-->
                <source>600</source>
                <note>Make sure this is wide enough to display the translated message.</note>
            </trans-unit>
        </group>
    </body>
</file>
</xliff>
