fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / svtools / source / dialogs / addresstemplate.src
blobcdefacbd064a0b9cfea4c0d1494df01a91e800d9
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svtools/svtools.hrc>
21 #include "addresstemplate.hrc"
23 String STR_LOGICAL_FIELD_NAMES
25     Text = "FirstName;LastName;Company;Department;Street;Zip;City;State;Country;PhonePriv;PhoneComp;PhoneOffice;PhoneCell;PhoneOther;Pager;Fax;EMail;URL;Title;Position;Code;AddrForm;AddrFormMail;Id;CalendarURL;InviteParticipant;Note;Altfield1;Altfield2;Altfield3;Altfield4";
26     // no need to translate this
27     // the items in this string have to be in the same order as the STR_FIELD_* strings are added to the
28     // field label list of the dialog
31 String STR_NO_FIELD_SELECTION
33     Text [ en-US ] = "<none>";
36 String STR_FIELD_COMPANY
38     Text [ en-US ] = "Company";
40 String STR_FIELD_DEPARTMENT
42     Text [ en-US ] = "Department";
44 String STR_FIELD_FIRSTNAME
46     Text [ en-US ] = "First name";
48 String STR_FIELD_LASTNAME
50     Text [ en-US ] = "Last name";
52 String STR_FIELD_STREET
54     Text [ en-US ] = "Street";
56 String STR_FIELD_COUNTRY
58     Text [ en-US ] = "Country";
60 String STR_FIELD_ZIPCODE
62     Text [ en-US ] = "ZIP Code";
64 String STR_FIELD_CITY
66     Text [ en-US ] = "City";
68 String STR_FIELD_TITLE
70     Text [ en-US ] = "Title";
72 String STR_FIELD_POSITION
74     Text [ en-US ] = "Position";
76 String STR_FIELD_ADDRFORM
78     Text [ en-US ] = "Addr. Form";
80 String STR_FIELD_INITIALS
82     Text [ en-US ] = "Initials";
84 String STR_FIELD_SALUTATION
86     Text [ en-US ] = "Complimentary close";
88 String STR_FIELD_HOMETEL
90     Text [ en-US ] = "Tel: Home";
92 String STR_FIELD_WORKTEL
94     Text [ en-US ] = "Tel: Work";
96 String STR_FIELD_FAX
98     Text [ en-US ] = "FAX";
100 String STR_FIELD_EMAIL
102     Text [ en-US ] = "E-mail";
104 String STR_FIELD_URL
106     Text [ en-US ] = "URL";
108 String STR_FIELD_NOTE
110     Text [ en-US ] = "Note";
112 String STR_FIELD_USER1
114     Text [ en-US ] = "User 1";
116 String STR_FIELD_USER2
118     Text [ en-US ] = "User 2";
120 String STR_FIELD_USER3
122     Text [ en-US ] = "User 3";
124 String STR_FIELD_USER4
126     Text [ en-US ] = "User 4";
128 String STR_FIELD_ID
130     Text [ en-US ] = "ID";
132 String STR_FIELD_STATE
134     Text [ en-US ] = "State";
136 String STR_FIELD_OFFICETEL
138     Text [ en-US ] = "Tel: Office";
140 String STR_FIELD_PAGER
142     Text [ en-US ] = "Pager";
144 String STR_FIELD_MOBILE
146     Text [ en-US ] = "Mobile";
148 String STR_FIELD_TELOTHER
150     Text [ en-US ] = "Tel: Other";
152 String STR_FIELD_CALENDAR
154     Text [ en-US ] = "Calendar";
156 String STR_FIELD_INVITE
158     Text [ en-US ] = "Invite";
161 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */