summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogResources.java
blob: 21730c9aa040ff07cd83a27d68229374a247c54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

package com.sun.star.wizards.agenda;

import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.wizards.common.Resource;

public class AgendaWizardDialogResources extends Resource  {

  final static String UNIT_NAME = "dbwizres";
  final static String MODULE_NAME = "dbw";
  final static int RID_AGENDAWIZARDDIALOG_START = 5000;
  final static int RID_COMMON_START = 500;


  String resAgendaWizardDialog_title;
  String resoptMakeChanges_value;
  String reslblTemplateName_value;
  String reslblTemplatePath_value;
  String reslblProceed_value;
  String reslblTitle1_value;
  String reslblTitle3_value;
  String reslblTitle2_value;
  String reslblTitle4_value;
  String reslblTitle5_value;
  String reslblTitle6_value;
  String reschkMinutes_value;
  String reslblHelp1_value;
  String reslblTime_value;
  String reslblTitle_value;
  String reslblLocation_value;
  String reslblHelp2_value;
  String resbtnTemplatePath_value;
  String resoptCreateAgenda_value;
  String reslblHelp6_value;
  String reslblTopic_value;
  String reslblResponsible_value;
  String reslblDuration_value;
  String reschkConvenedBy_value;
  String reschkPresiding_value;
  String reschkNoteTaker_value;
  String reschkTimekeeper_value;
  String reschkAttendees_value;
  String reschkObservers_value;
  String reschkResourcePersons_value;
  String reslblHelp4_value;
  String reschkMeetingTitle_value;
  String reschkRead_value;
  String reschkBring_value;
  String reschkNotes_value;
  String reslblHelp3_value;

  String reslblDate_value;
  String reslblHelpPg6_value;
  String reslblPageDesign_value;

  String resDefaultFilename;
  String resDefaultTitle;

  String resErrSaveTemplate;

  String resPlaceHolderTitle;
  String resPlaceHolderDate;
  String resPlaceHolderTime;
  String resPlaceHolderLocation;
  String resPlaceHolderHint;

  String resStep1;
  String resStep2;
  String resStep3;
  String resStep4;
  String resStep5;
  String resStep6;

  String resErrOpenTemplate;

  String itemMeetingType;
  String itemRead;
  String itemBring;
  String itemNote;
  String itemCalledBy;
  String itemFacilitator;
  String itemNotetaker;
  String itemTimekeeper;
  String itemAttendees;
  String itemObservers;
  String itemResource;

  String resButtonInsert;
  String resButtonRemove;
  String resButtonUp;
  String resButtonDown;




  // *** common resources ***

  String resFileExists;

public AgendaWizardDialogResources(XMultiServiceFactory xmsf) {
  super(xmsf,UNIT_NAME,MODULE_NAME);

  /**
   * Delete the String, uncomment the getResText method
   *
   */
    resAgendaWizardDialog_title =           getResText(RID_AGENDAWIZARDDIALOG_START + 1);
    resoptMakeChanges_value =               getResText(RID_AGENDAWIZARDDIALOG_START + 2);
    reslblTemplateName_value =              getResText(RID_AGENDAWIZARDDIALOG_START + 3);
    reslblTemplatePath_value =              getResText(RID_AGENDAWIZARDDIALOG_START + 4);
    reslblProceed_value =                   getResText(RID_AGENDAWIZARDDIALOG_START + 5);
    reslblTitle1_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 6);
    reslblTitle3_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 7);
    reslblTitle2_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 8);
    reslblTitle4_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 9);
    reslblTitle5_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 10);
    reslblTitle6_value =                    getResText(RID_AGENDAWIZARDDIALOG_START + 11);
    reschkMinutes_value =                   getResText(RID_AGENDAWIZARDDIALOG_START + 12);
    reslblHelp1_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 13);
    reslblTime_value =                      getResText(RID_AGENDAWIZARDDIALOG_START + 14);
    reslblTitle_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 15);
    reslblLocation_value =                  getResText(RID_AGENDAWIZARDDIALOG_START + 16);
    reslblHelp2_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 17);
    resbtnTemplatePath_value =              getResText(RID_AGENDAWIZARDDIALOG_START + 18);
    resoptCreateAgenda_value =              getResText(RID_AGENDAWIZARDDIALOG_START + 19);
    reslblHelp6_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 20);
    reslblTopic_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 21);
    reslblResponsible_value =               getResText(RID_AGENDAWIZARDDIALOG_START + 22);
    reslblDuration_value =                  getResText(RID_AGENDAWIZARDDIALOG_START + 23);
    reschkConvenedBy_value =                getResText(RID_AGENDAWIZARDDIALOG_START + 24);
    reschkPresiding_value =                 getResText(RID_AGENDAWIZARDDIALOG_START + 25);
    reschkNoteTaker_value =                 getResText(RID_AGENDAWIZARDDIALOG_START + 26);
    reschkTimekeeper_value =                getResText(RID_AGENDAWIZARDDIALOG_START + 27);
    reschkAttendees_value =                 getResText(RID_AGENDAWIZARDDIALOG_START + 28);
    reschkObservers_value =                 getResText(RID_AGENDAWIZARDDIALOG_START + 29);
    reschkResourcePersons_value =           getResText(RID_AGENDAWIZARDDIALOG_START + 30);
    reslblHelp4_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 31);
    reschkMeetingTitle_value =              getResText(RID_AGENDAWIZARDDIALOG_START + 32);
    reschkRead_value =                      getResText(RID_AGENDAWIZARDDIALOG_START + 33);
    reschkBring_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 34);
    reschkNotes_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 35);
    reslblHelp3_value =                     getResText(RID_AGENDAWIZARDDIALOG_START + 36);
    reslblDate_value =                      getResText(RID_AGENDAWIZARDDIALOG_START + 38);
    reslblHelpPg6_value =                   getResText(RID_AGENDAWIZARDDIALOG_START + 39);
    reslblPageDesign_value =                getResText(RID_AGENDAWIZARDDIALOG_START + 40);

    resDefaultFilename =                    getResText(RID_AGENDAWIZARDDIALOG_START + 41);
    resDefaultFilename = resDefaultFilename.substring(0,resDefaultFilename.length()-4) + ".ott";

    resDefaultTitle =                       getResText(RID_AGENDAWIZARDDIALOG_START + 42);

    resErrSaveTemplate =                    getResText(RID_AGENDAWIZARDDIALOG_START + 43);

    resPlaceHolderTitle =                   getResText(RID_AGENDAWIZARDDIALOG_START + 44);
    resPlaceHolderDate =                    getResText(RID_AGENDAWIZARDDIALOG_START + 45);
    resPlaceHolderTime =                    getResText(RID_AGENDAWIZARDDIALOG_START + 46);
    resPlaceHolderLocation =                getResText(RID_AGENDAWIZARDDIALOG_START + 47);
    resPlaceHolderHint =                    getResText(RID_AGENDAWIZARDDIALOG_START + 48);


    resStep1 = getResText(RID_AGENDAWIZARDDIALOG_START + 50);
    resStep2 = getResText(RID_AGENDAWIZARDDIALOG_START + 51);
    resStep3 = getResText(RID_AGENDAWIZARDDIALOG_START + 52);
    resStep4 = getResText(RID_AGENDAWIZARDDIALOG_START + 53);
    resStep5 = getResText(RID_AGENDAWIZARDDIALOG_START + 54);
    resStep6 = getResText(RID_AGENDAWIZARDDIALOG_START + 55);

    resErrOpenTemplate = getResText(RID_AGENDAWIZARDDIALOG_START + 56);

     itemMeetingType = getResText(RID_AGENDAWIZARDDIALOG_START + 57);
     itemBring = getResText(RID_AGENDAWIZARDDIALOG_START + 58);
     itemRead = getResText(RID_AGENDAWIZARDDIALOG_START + 59);
     itemNote = getResText(RID_AGENDAWIZARDDIALOG_START + 60);

     itemCalledBy = getResText(RID_AGENDAWIZARDDIALOG_START + 61);
     itemFacilitator = getResText(RID_AGENDAWIZARDDIALOG_START + 62);
     itemAttendees = getResText(RID_AGENDAWIZARDDIALOG_START + 63);
     itemNotetaker = getResText(RID_AGENDAWIZARDDIALOG_START + 64);
     itemTimekeeper = getResText(RID_AGENDAWIZARDDIALOG_START + 65);
     itemObservers = getResText(RID_AGENDAWIZARDDIALOG_START + 66);
     itemResource = getResText(RID_AGENDAWIZARDDIALOG_START + 67);

     resButtonInsert = getResText(RID_AGENDAWIZARDDIALOG_START + 68);
     resButtonRemove  = getResText(RID_AGENDAWIZARDDIALOG_START + 69);
     resButtonUp  = getResText(RID_AGENDAWIZARDDIALOG_START + 70);
     resButtonDown  = getResText(RID_AGENDAWIZARDDIALOG_START + 71);

    /*
     * Common resources
     */

    resFileExists = getResText(RID_COMMON_START + 19);

  }
}