1// Copyright (C) 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3//******************************************************************************* 4//* 5//* Copyright (C) 2003, International Business Machines 6//* Corporation and others. All Rights Reserved. 7//* 8//******************************************************************************* 9 10/** 11 * These are top level comments for the bundle. Tag name: ra 12 * @translate yes 13 * @note Comments for tag named ra 14 */ 15ra{ 16 /** 17 * Top level comments for the string.Tag name: test1 18 * @translate yes 19 * @note {0} represents the position of OSNAME and {1} represents the position of job name 20 * e.g: The OS/400 job named SYSLOG 21 */ 22 test1{"The {0} job named {1}"} 23 /** 24 * Tag name: test2 25 * @note This resource is for test2 26 * @translate yes 27 */ 28 test2{"some translatable stuff"} 29 30 /** 31 * Top level comments for TestTable. Tag name: TestTable 32 * @translate yes 33 * @note This resource is for TestTable 34 */ 35 TestTable{ 36 /** 37 * Tag name: test3 38 * @translate yes 39 * @note This resource is for test3 40 */ 41 test3{"jasldjfa"} 42 /** 43 * Tag name: test4 44 * @translate yes 45 * @note This resource is for test4 46 */ 47 test4{"asdfasdf"} 48 /** 49 * Tag name: test5 50 * @translate yes 51 * @note This resource is for test5 52 */ 53 test5:int{1} 54 /** 55 * Tag name: test6 56 * @translate yes 57 * @note This resource is for test6 58 */ 59 test6:bin{"0102"} 60 } 61 /** 62 * Top level comments for Tag name: TestArray 63 * @translate yes 64 * @note This resource is for Tag name: Array 65 */ 66 TestArray{ 67 /** 68 * comments for un-named string 69 * @translate yes 70 * @note This resource is un-named string 71 */ 72 :string{"abcde"}, 73 /** 74 * comments for un-named int 75 * @translate yes 76 * @note This resource is un-named int 77 */ 78 :int{1}, 79 /** 80 * comments for un-named binary 81 * @translate yes 82 * @note This resource is for un-named binary 83 */ 84 :bin{"12312312"} 85 } 86 87 /** 88 * comments for TestInclude 89 * @translate yes 90 * @note This resource is for TestInclude 91 */ 92 TestInclude:include{"translit_rules.txt"} 93 94 /** 95 * comments for TestImport 96 * @translate yes 97 * @note This resource is for TestImport 98 */ 99 TestImpport:import{"importtest.bin"} 100 101 /** 102 * comments for TestIntVector 103 * @translate yes 104 * @note This resource is for TestIntVector 105 */ 106 TestIntVector{ 107 /** 108 * comments for element 1 109 * @translate yes 110 * @note This resource is for element 1 111 */ 112 1, 113 /** 114 * comments for element 2 115 * @translate yes 116 * @note This resource is for element 2 117 */ 118 2, 119 /** 120 * comments for element 3 121 * @translate yes 122 * @note This resource is for element 3 123 */ 124 3 125 } 126 127} 128