1 2/************************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 *************************************************************/ 22 23[%TITLE%] 24en-US = "Title" 25 26[%TITLE_COLON%] 27en-US = "Title:" 28 29[%SUBJECT%] 30en-US = "Subject" 31 32[%SUBJECT_COLON%] 33en-US = "Subject:" 34 35[%AUTHOR%] 36en-US = "Author" 37 38[%AUTHOR_COLON%] 39en-US = "Author:" 40 41[%KEYWORDS%] 42en-US = "Keywords" 43 44[%KEYWORDS_COLON%] 45en-US = "Keywords:" 46 47[%COMMENTS%] 48en-US = "Comments" 49 50[%COMMENTS_COLON%] 51en-US = "Comments:" 52 53[%PAGES%] 54en-US = "Pages" 55 56[%TABLES%] 57en-US = "Tables" 58 59[%GRAPHICS%] 60en-US = "Graphics" 61 62[%OBJECTS%] 63en-US = "Objects" 64 65[%OLE_OBJECTS%] 66en-US = "OLE Objects" 67 68[%PARAGRAPHS%] 69en-US = "Paragraphs" 70 71[%WORDS%] 72en-US = "Words" 73 74[%CHARACTERS%] 75en-US = "Characters" 76 77[%ROWS%] 78en-US = "Lines" 79 80[%ORIGIN%] 81en-US = "Origin" 82 83[%VERSION%] 84en-US = "Version" 85 86[%SHEETS%] 87en-US = "Sheets" 88 89[%CELLS%] 90en-US = "Cells" 91 92[%STATISTICS_TITLE%] 93en-US = "Document Statistics" 94 95[%SUMMARY_TITLE%] 96en-US = "Summary" 97 98[%PROPERTY%] 99en-US = "Property" 100 101[%PROPERTY_VALUE%] 102en-US = "Value" 103 104[%MODIFIED%] 105en-US = "Modified" 106 107[%MODIFIED_COLON%] 108en-US = "Modified:" 109 110[%DOCUMENT_NUMBER%] 111en-US = "Revision number" 112 113[%DOCUMENT_NUMBER_COLON%] 114en-US = "Revision number:" 115 116[%EDITING_TIME%] 117en-US = "Total editing time" 118 119[%EDITING_TIME_COLON%] 120en-US = "Total editing time:" 121 122[%DESCRIPTION%] 123en-US = "Description" 124 125[%DESCRIPTION_COLON%] 126en-US = "Description:" 127 128[%SIZE_COLON%] 129en-US = "Size:" 130 131[%TYPE_COLON%] 132en-US = "Type:" 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171