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