Project

General

Profile

« Previous | Next » 

Revision 2f9887be

Added by Katja Luther over 5 years ago

ref #7163: restructure preferences and externalize strings in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java
27 27
    public static String LanguageEditorPreferencePage_RestartRequired;
28 28

  
29 29

  
30
    public static String LanguageRepresentationPreferencePage_global;
31
    public static String LanguageRepresentationPreferencePage_enable;
32

  
33

  
30 34
    public static String ListComponent_ADD_PROVIDER;
31 35

  
32 36

  
......
67 71
    public static String OpenDistributionEditorWizardHandlerE4_DISTRIBUTION;
68 72

  
69 73

  
70
    public static String OrderPreferencePage_NewNavigatorWindowRequired;
71
    public static String OrderPreferencePage_PleaseReopenNavigator;
74
    public static String OrderPreferences_Restore;
75

  
76

  
77
    public static String OrderPreferences_Sorting;
78

  
79

  
72 80
    public static String CdmDataSourceViewPart_1;
73 81
    public static String CdmDataSourceViewPart_10;
74 82
    public static String CdmDataSourceViewPart_11;
......
88 96
    public static String ChangeConnectionHandler_REALLY_CREATE_DATAMODEL;
89 97
    public static String ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE;
90 98
    public static String ChangeConnectionHandler_NOT_AVAILABLE_REASONS;
91
    public static String UpdateHandler_CHECK_UPDATE_JOB;
92

  
93 99

  
100
    public static String UpdateHandler_CHECK_UPDATE_JOB;
94 101
    public static String UpdateHandler_INSTALL_JOB;
95

  
96

  
97 102
    public static String UpdateHandler_NO_UPDATE_MESSAGE;
98

  
99

  
100 103
    public static String UpdateHandler_NO_UPDATE_TITLE;
101

  
102

  
103 104
    public static String UpdateHandler_UPDATE_INSTALLED_TITLE;
104

  
105

  
106 105
    public static String UpdateHandler_UPDATE_INSTALLED_TITLE_MESSAGE;
107

  
108

  
109 106
    public static String UpdateHandler_UPDATES_FOUND_MESSAGE;
110

  
111

  
112 107
    public static String UpdateHandler_UPDATES_FOUND_TITLE;
113 108

  
114 109

  
......
136 131

  
137 132

  
138 133
    public static String ConfiguratorComposite_CONFIGURE;
139
	public static String DefinedTermDropAdapterE4_MOVE_DESCRIPTIONS;
140

  
141 134

  
135
	public static String DefinedTermDropAdapterE4_MOVE_DESCRIPTIONS;
142 136
    public static String DefinedTermDropAdapterE4_MOVE_FAILED;
143

  
144

  
145 137
    public static String DefinedTermDropAdapterE4_MOVE_FAILED_MESSAGE;
146

  
147

  
148 138
    public static String DefinedTermDropAdapterE4_MOVE_FAILED_SAVE_MESSAGE;
149 139

  
140
    public static String DebugPreferences_0;
141
    public static String DebugPreferences_1;
150 142

  
151
    public static String DefinedTermEditorE4_SAVE_MESSAGE;
143
    public static String DefaultFeatureTreePreferenecs_0;
144
    public static String DefaultFeatureTreePreferenecs_1;
152 145

  
153 146

  
147
    public static String DefinedTermEditorE4_SAVE_MESSAGE;
154 148
    public static String DefinedTermEditorE4_SAVE_TITLE;
155

  
156

  
157 149
    public static String DefinedTermMenu_FEATURE_TREE;
158

  
159

  
160 150
    public static String DefinedTermMenu_MENU;
161

  
162

  
163 151
    public static String DefinedTermMenu_OTHER_S;
164

  
165

  
166 152
    public static String DefinedTermMenu_OTHERS;
167

  
168

  
169 153
    public static String DefinedTermMenu_TERM_EDITOR;
170 154

  
171

  
172 155
    public static String DetailsViewerE4_TAXON_HAS_NO_NAME;
173

  
174

  
175 156
    public static String DetailsViewPart_VIEWER_NAME;
157

  
176 158
    public static String EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER;
177 159
    public static String EditPasswordElement_USERNAME_DOES_NOT_EXIST;
178 160

  
......
189 171
    public static String PasswordWizardPage_PASSWORD_MIN_CHARACTER;
190 172
    public static String PasswordWizardPage_PASSWORDS_DO_NOT_MATCH;
191 173
    public static String PasswordWizardPage_REPEAT_PASSWORD;
174

  
192 175
    public static String PresenceAbsenceTermDetailElement_CHOOSE_COLOR;
193 176
    public static String PresenceAbsenceTermDetailElement_COLOR_NOT_SET;
194 177
    public static String PresenceAbsenceTermDetailElement_LABEL_COLOR;
195
    public static String RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER;
196

  
197 178

  
179
    public static String RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER;
198 180
    public static String RemotingLoginDialog_DEFAULT_LOGIN;
199

  
200

  
201 181
	public static String RemotingLoginDialog_LABEL_ADVANCED;
202

  
203

  
204 182
	public static String RemotingLoginDialog_LABEL_CDM_INSTANCE;
205

  
206

  
207 183
	public static String RemotingLoginDialog_LABEL_CDM_SERVER;
208

  
209

  
210 184
	public static String RemotingLoginDialog_LABEL_CONNECT;
211

  
212

  
213 185
	public static String RemotingLoginDialog_LABEL_EDITOR_CDM_VERSION;
214

  
215

  
216 186
	public static String RemotingLoginDialog_LABEL_EDITOR_CDMLIB_VERSION;
217

  
218

  
219 187
	public static String RemotingLoginDialog_LABEL_LOGIN;
220

  
221

  
222 188
	public static String RemotingLoginDialog_LABEL_LOGIN_COLON;
223

  
224

  
225 189
	public static String RemotingLoginDialog_LABEL_PASSWORD;
226

  
227

  
228 190
	public static String RemotingLoginDialog_LABEL_PORT;
229

  
230

  
231 191
	public static String RemotingLoginDialog_LABEL_REFRESH;
232

  
233

  
234 192
	public static String RemotingLoginDialog_LABEL_REMEMBER_ME;
235

  
236

  
237 193
	public static String RemotingLoginDialog_RETRIEVE_SERVER_INSTANCES;
238

  
239

  
240 194
	public static String RemotingLoginDialog_LABEL_SERVER_CDM_VERSION;
241

  
242

  
243 195
	public static String RemotingLoginDialog_LABEL_SERVER_CDMLIB_VERSION;
244

  
245

  
246 196
	public static String RemotingLoginDialog_LABEL_STOP_MANAGED_SERVER;
247

  
248

  
249 197
	public static String RemotingLoginDialog_LOGIN_CANNOT_BE_EMPTY;
250

  
251

  
252 198
	public static String RemotingLoginDialog_MESSAGE_PORT_SHOULD_BE_INTEGER;
253

  
254

  
255 199
	public static String RemotingLoginDialog_PASSWORD_CANNOT_BE_EMPTY;
256

  
257

  
258 200
	public static String RemotingLoginDialog_SERVER_LAUNCH_ERROR;
259

  
260

  
261 201
	public static String RemotingLoginDialog_STATUS_AVAILABLE;
262

  
263

  
264 202
	public static String RemotingLoginDialog_STATUS_CHECKING;
265

  
266

  
267 203
	public static String RemotingLoginDialog_STATUS_ERROR;
268 204
	public static String RemotingLoginDialog_STATUS_NO_INSTANCES_FOUND;
269

  
270

  
271 205
	public static String RemotingLoginDialog_STATUS_NOT_AVAILABLE;
272

  
273

  
274 206
	public static String RemotingLoginDialog_STATUS_NOT_COMPATIBLE;
275

  
276

  
277 207
	public static String RemotingLoginDialog_STATUS_NOT_STARTED;
278

  
279

  
280 208
	public static String RemotingLoginDialog_STATUS_REMOTING_NOT_ACTIVATED;
281 209
	public static String RemotingLoginDialog_STATUS_RETRIEVING;
282

  
283

  
284 210
	public static String RemotingLoginDialog_STATUS_STARTED;
285

  
286

  
287 211
	public static String RemotingLoginDialog_UPDATE_EDITOR;
288

  
289

  
290 212
	public static String RemotingLoginDialog_CONNECTION_FAILED_MESSAGE;
291

  
292

  
293 213
    public static String RemotingLoginDialog_CONNECTION_FAILED_TITLE;
294

  
295

  
296 214
    public static String RemotingLoginDialog_COULD_NOT_STOP_SERVER;
297

  
298

  
299 215
	public static String RemotingLoginDialog_ERROR_GENERATING_CONFIG_FILE;
300

  
301

  
302 216
	public static String RemotingLoginDialog_ERROR_STARTING_SERVER;
303

  
304

  
305 217
	public static String RemotingLoginDialog_ERROR_STOPPING_SERVER;
306

  
307

  
308 218
	public static String RemotingLoginDialog_GENERATING_CONFIG_FILE;
309

  
310

  
311 219
	public static String RemotingLoginDialog_JOB_SERVER_LAUNCH;
312

  
313

  
314 220
	public static String RemotingLoginDialog_STARTING_MGD_SERVER;
315

  
316 221
	public static String RemotingLoginDialog_TASK_LAUNCHING_SERVER;
317 222

  
318 223

  
319 224
    public static String SearchManager_LARGE_RESULT_EXPECTED;
320 225
    public static String SearchManager_LONG_SEARCH_WARNING;
321
	public static String SupplementalDataViewPart_VIEWER_NAME;
226

  
227
    public static String SupplementalDataPreferences_0;
228

  
229
    public static String SupplementalDataViewPart_VIEWER_NAME;
322 230
	public static String DeleteConfiguration_media_removeFromGallery;
323 231
	public static String DeleteConfiguration_media_deleteIfUsedInTaxonDescription;
324 232
	public static String DeleteConfiguration_media_deleteIfUsedSomeWhereElse;
......
326 234

  
327 235

  
328 236
    public static String DeleteResultMessagingUtils_ABORT;
329

  
330

  
331 237
    public static String DeleteResultMessagingUtils_SUCCES;
332
	public static String DeleteTermBaseOperation_CANNOT_DELETE_TERM;
333

  
334 238

  
239
    public static String DeleteTermBaseOperation_CANNOT_DELETE_TERM;
335 240
    public static String DeleteTermBaseOperation_CANNOT_DELETE_VOC;
336

  
337

  
338 241
    public static String DeleteTermBaseOperation_DELETE_ALL_TERMS_BEFORE;
339

  
340

  
341 242
    public static String DeleteTermBaseOperation_DELETE_FAILED;
342

  
343

  
344 243
    public static String DeleteTermBaseOperation_SYSTEM_TERM;
345

  
346

  
347 244
    public static String DeleteTermBaseOperation_SYSTEM_VOC;
348

  
349

  
350 245
    public static String DeleteTermBaseOperation_TERM_INCLUDES_OTHERS;
351

  
352

  
353 246
    public static String DeleteTermBaseOperation_TERM_INLCUDES;
354

  
355

  
356 247
    public static String DeleteTermBaseOperation_VOC_NOT_EMPTY;
357 248

  
358 249

  
250
    public static String DescriptionPreferences_1;
251

  
359 252
    public static String NewGrantedAuthority_AlreadyInDb;
360 253

  
361 254
    public static String SetSecundumConfiguration_IncludeAcceptedTaxa;
......
398 291
    public static String DatabasePreferencesPage_SetPublishFlag;
399 292

  
400 293
    public static String ImportFromFileAndChooseVocIdWizardPage_AreaVoc;
401

  
402 294
    public static String ImportFromFileAndChooseVocIdWizardOage_AreaVoc_toolTip;
403 295

  
404 296

  
......
411 303

  
412 304

  
413 305
    public static String FeatureTreeDropAdapter_CHOOSE_VOC;
414

  
415

  
416 306
    public static String FeatureTreeDropAdapter_IMPORT_NOT_POSSIBLE;
417

  
418

  
419 307
    public static String FeatureTreeDropAdapter_MOVE_FAILED_SAVE_MESSAGE;
420

  
421

  
422 308
    public static String FeatureTreeDropAdapter_ONLY_MOVE_FEATURES;
423

  
424

  
425 309
    public static String FeatureTreeDropAdapter_ORDER_VOC_NOT_POSSIBLE;
426 310

  
427

  
428 311
    public static String FeatureTreeEditorComposite_ADD_FEATURE;
429

  
430

  
431 312
    public static String FeatureTreeEditorComposite_FEATURE_TREE;
432

  
433

  
434 313
    public static String FeatureTreeEditorComposite_OPEN_TREE;
435

  
436

  
437 314
    public static String FeatureTreeEditorComposite_REMOVE_FEATURE;
438 315

  
439

  
440 316
    public static String FeatureTreeSelectionDialog_CHOOSE_TREE;
441

  
442

  
443 317
    public static String FeatureTreeSelectionDialog_ENTER_LABEL;
444

  
445

  
446 318
    public static String FeatureTreeSelectionDialog_NEW_TREE;
447

  
448

  
449 319
    public static String FeatureTreeSelectionDialog_TREE_LABEL;
450 320

  
451 321

  
452 322
	public static String NonViralNameDetails_confirmDeleteOfZoologicalNameParts;
453

  
454

  
455 323
	public static String NonViralNameDetails_descriptionDeleteZoologicalNameParts;
456

  
457

  
458 324
	public static String NonViralNameDetails_confirmDeleteOfBacterialNameParts;
459

  
460

  
461 325
	public static String NonViralNameDetails_desciptionDeleteOfBacterialNameParts;
462

  
463

  
464 326
	public static String NonViralNameDetails_confirmDeleteOfFungiNameParts;
465

  
466

  
467 327
	public static String NonViralNameDetails_descriptionDeleteOfFungiNameParts;
468

  
469

  
470 328
	public static String NonViralNameDetails_confirmDeleteOfCultivarNameParts;
471

  
472

  
473 329
	public static String NonViralNameDetails_descriptionDeleteOfCultivarNameParts;
474 330

  
475

  
476
    public static String NameDetailsViewComposite_Show_TypeDesignation;
331
	public static String NameDetailsViewComposite_Show_TypeDesignation;
477 332
    public static String NameDetailsViewComposite_Show_Namerelationships;
478 333
    public static String NameDetailsViewComposite_Show_Hybrid;
479 334
    public static String NameDetailsViewComposite_Show_NameApprobiation;
......
493 348
    public static String NameDetailsViewComposite_Show_Protologue;
494 349

  
495 350
    public static String NameDetailsViewConfiguration_activateSimpleDetailsView;
496

  
497

  
498 351
    public static String NameDetailsViewConfiguration_description;
499 352
    public static String NameDetailsViewConfiguration_useLocalSettings;
500 353
    public static String NameDetailsViewConfiguration_description_not_available;
......
506 359
    public static String SetPublishConfiguration_Publish;
507 360
    public static String SetPublishConfiguration_Publish_tooltip;
508 361
    public static String SetPublishConfiguration_Description_Configurator;
509

  
510

  
511 362
    public static String SetPublishConfiguration_IncludeAcceptedTaxa;
512 363
    public static String SetPublishConfiguration_IncludeSharedtaxa;
513 364
    public static String SetPublishConfiguration_IncludeSynonyms;
......
519 370
    public static String ExcelTaxonUpdateWizard_ConfiguratorWizard_label;
520 371

  
521 372

  
373
    public static String ExperimentalFeaturesPreferences;
374

  
375

  
522 376
    public static String SetPublishConfiguration_Title;
523 377
    public static String SetPublishConfiguration_publish;
524 378
    public static String SetPublishConfiguration_dont_publish;
525 379

  
526 380

  
381
    public static String TaxonomicEditorGeneralPreferences_0;
382
    public static String TaxonomicEditorGeneralPreferences_1;
383

  
384

  
527 385
    public static String TCSImportWizard_ConfiguratorWizard_label;
528 386

  
529 387

  
......
565 423
    public static String AbcdImportProvider_description;
566 424

  
567 425
    public static String AvailableAreaVocabulariesPage_PAGE_DESCRIPTION;
568

  
569

  
570 426
    public static String AvailableAreaVocabulariesPage_PAGE_TITLE;
571 427

  
572

  
573 428
    public static String AvailableDistributionPage_CHECK_MESSAGE;
574

  
575

  
576 429
    public static String AvailableDistributionPage_PAGE_DESCRIPTION;
577

  
578

  
579 430
    public static String AvailableDistributionPage_PAGE_TITLE;
580 431

  
581 432

  
......
601 452
    public static String CheckBoxTreeComposite_TOGGLE_TREE_SELECTION;
602 453

  
603 454

  
604
    public static String ChecklistEditorGeneralPreference_3;
605 455
    public static String ChecklistEditorGeneralPreference_enable;
606 456
    public static String GeneralPreference_allowOverride;
607 457
    public static String ChecklistEditorGeneralPreference_open_distribution_selection;
......
645 495

  
646 496
    public static String SpecimenConfiguration_description;
647 497

  
648

  
649 498
    public static String DatabasePreferncesPage_Show_IOMenu;
650 499

  
651

  
652 500
    public static String Distribution_status_selection;
653

  
654

  
655

  
656

  
657 501
    public static String DistributionAdminPreferences_SELECT_STATUS;
658 502

  
659 503

  
......
672 516
    public static String GeneralPreference_override;
673 517

  
674 518

  
519
    public static String MediaPreferences_advanced;
520
    public static String MediaPreferences_preview;
521

  
522

  
675 523

  
676 524

  
677 525

  
......
685 533
    public static String PublishFlagPreference_description_not_allowed;
686 534

  
687 535

  
688

  
689

  
690

  
691

  
692

  
693

  
694

  
695

  
696

  
697

  
698

  
699

  
700

  
701 536
    static {
702 537
        // initialize resource bundle
703 538
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);

Also available in: Unified diff