1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#define SAMPLES 1000 23#define STYLES 1100 24#define AgendaDlgName 1200 25#define AgendaDlgNoCancel 1201 26#define AgendaDlgFrame 1202 27#define AgendaDlgButton1 1203 28#define AgendaDlgButton2 1204 29#define CorrespondenceNoTextmark 1300 30#define CorrespondenceMsgError 1302 31#define CorrespondenceDialog 1303 32#define CorrespondenceFields 1350 33#define TextField 1400 34#define Newsletter 1450 35 36// -------------------------------------------------------------------- 37String SAMPLES 38{ 39 Text [ en-US ] = "In order to use the full functionality of this sample, create a document that is based on this template."; 40}; 41 42String SAMPLES + 1 43{ 44 Text [ en-US ] = "Remarks"; 45}; 46 47// -------------------------------------------------------------------- 48String STYLES 49{ 50 Text [ en-US ] = "Theme Selection"; 51}; 52 53String STYLES + 1 54{ 55 Text [ en-US ] = "Error while saving the document to the clipboard! The following action cannot be undone."; 56}; 57 58String STYLES + 2 59{ 60 Text [ en-US ] = "~Cancel"; 61}; 62 63String STYLES + 3 64{ 65 Text [ en-US ] = "~OK"; 66}; 67 68// -------------------------------------------------------------------- 69String AgendaDlgName 70{ 71 Text [ en-US ] = "Minutes Template"; 72}; 73 74String AgendaDlgNoCancel 75{ 76 Text [ en-US ] = "An option must be confirmed."; 77}; 78 79String AgendaDlgFrame 80{ 81 Text [ en-US ] = "Minutes Type"; 82}; 83 84String AgendaDlgButton1 85{ 86 Text [ en-US ] = "Results Minutes"; 87}; 88 89String AgendaDlgButton2 90{ 91 Text [ en-US ] = "Evaluation Minutes"; 92}; 93 94// -------------------------------------------------------------------- 95String CorrespondenceNoTextmark 96{ 97 Text [ en-US ] = "The bookmark 'Recipient' is missing."; 98}; 99 100String CorrespondenceNoTextmark+1 101{ 102 Text [ en-US ] = "Form letter fields can not be included."; 103}; 104 105String CorrespondenceMsgError 106{ 107 Text [ en-US ] = "An error has occurred."; 108}; 109 110String CorrespondenceDialog 111{ 112 Text [ en-US ] = "Addressee"; 113}; 114 115String CorrespondenceDialog+1 116{ 117 Text [ en-US ] = "One recipient"; 118}; 119 120String CorrespondenceDialog+2 121{ 122 Text [ en-US ] = "Several recipients (address database)"; 123}; 124 125String CorrespondenceDialog+3 126{ 127 Text [ en-US ] = "Use of This Template"; 128}; 129 130 131String CorrespondenceFields 132{ 133 Text [ en-US ] = "Click placeholder and overwrite"; 134}; 135 136String CorrespondenceFields+1 137{ 138 Text [ en-US ] = "Company"; 139}; 140 141String CorrespondenceFields+2 142{ 143 Text [ en-US ] = "Department"; 144}; 145 146String CorrespondenceFields+3 147{ 148 Text [ en-US ] = "First Name"; 149}; 150 151String CorrespondenceFields+4 152{ 153 Text [ en-US ] = "Last Name"; 154}; 155 156String CorrespondenceFields+5 157{ 158 Text [ en-US ] = "Street"; 159}; 160 161String CorrespondenceFields+6 162{ 163 Text [ en-US ] = "Country"; 164}; 165 166 167String CorrespondenceFields+7 168{ 169 Text [ en-US ] = "ZIP/Postal Code"; 170}; 171 172String CorrespondenceFields+8 173{ 174 Text [ en-US ] = "City"; 175}; 176 177String CorrespondenceFields+9 178{ 179 Text [ en-US ] = "Title"; 180}; 181 182 183String CorrespondenceFields+10 184{ 185 Text [ en-US ] = "Position"; 186}; 187 188 189String CorrespondenceFields+11 190{ 191 Text [ en-US ] = "Form of Address"; 192}; 193 194 195String CorrespondenceFields+12 196{ 197 Text [ en-US ] = "Initials"; 198}; 199 200 201String CorrespondenceFields+13 202{ 203 Text [ en-US ] = "Salutation"; 204}; 205 206 207String CorrespondenceFields+14 208{ 209 Text [ en-US ] = "Home Phone"; 210}; 211 212 213String CorrespondenceFields+15 214{ 215 Text [ en-US ] = "Work Phone"; 216}; 217 218 219String CorrespondenceFields+16 220{ 221 Text [ en-US ] = "Fax"; 222}; 223 224 225String CorrespondenceFields+17 226{ 227 Text [ en-US ] = "E-Mail"; 228}; 229 230 231String CorrespondenceFields+18 232{ 233 Text [ en-US ] = "URL"; 234}; 235 236 237String CorrespondenceFields+19 238{ 239 Text [ en-US ] = "Notes"; 240}; 241 242 243String CorrespondenceFields+20 244{ 245 Text [ en-US ] = "Alt. Field 1"; 246}; 247 248 249String CorrespondenceFields+21 250{ 251 Text [ en-US ] = "Alt. Field 2"; 252}; 253 254 255String CorrespondenceFields+22 256{ 257 Text [ en-US ] = "Alt. Field 3"; 258}; 259 260 261String CorrespondenceFields+23 262{ 263 Text [ en-US ] = "Alt. Field 4"; 264}; 265 266 267String CorrespondenceFields+24 268{ 269 Text [ en-US ] = "ID"; 270}; 271 272 273String CorrespondenceFields+25 274{ 275 Text [ en-US ] = "State"; 276}; 277 278 279String CorrespondenceFields+26 280{ 281 Text [ en-US ] = "Office Phone"; 282}; 283 284 285String CorrespondenceFields+27 286{ 287 Text [ en-US ] = "Pager"; 288}; 289 290 291String CorrespondenceFields+28 292{ 293 Text [ en-US ] = "Mobile Phone"; 294}; 295 296 297String CorrespondenceFields+29 298{ 299 Text [ en-US ] = "Other Phone"; 300}; 301 302String CorrespondenceFields+30 303{ 304 Text [ en-US ] = "Calendar URL"; 305}; 306 307String CorrespondenceFields+31 308{ 309 Text [ en-US ] = "Invite"; 310}; 311 312 313String TextField 314{ 315 Text [ en-US ] = "User data field is not defined!"; 316 317}; 318 319String Newsletter 320{ 321 Text [ en-US ] = "General layout"; 322}; 323 324 325String Newsletter + 1 326{ 327 Text [ en-US ] = "Default layout"; 328}; 329 330String Newsletter + 2 331{ 332 Text [ en-US ] = "Commemorative publication layout"; 333}; 334 335String Newsletter + 3 336{ 337 Text [ en-US ] = "Brochure layout"; 338}; 339 340String Newsletter + 10 341{ 342 Text [ en-US ] = "Format"; 343}; 344 345String Newsletter + 11 346{ 347 Text [ en-US ] = "Single-sided"; 348}; 349 350String Newsletter + 12 351{ 352 Text [ en-US ] = "Double-sided"; 353}; 354 355