Add content proposal to Git Wizards URI field
[egit.git] / org.eclipse.egit.ui / src / org / eclipse / egit / ui / UIText.java
blob0073e09b9da343e0b7956e4f71d8398005b9b69a
1 /*******************************************************************************
2 * Copyright (C) 2008, Robin Rosenberg <robin.rosenberg@dewire.com>
3 * Copyright (C) 2008, Roger C. Soares <rogersoares@intelinet.com.br>
4 * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org>
6 * All rights reserved. This program and the accompanying materials
7 * are made available under the terms of the Eclipse Public License v1.0
8 * which accompanies this distribution, and is available at
9 * http://www.eclipse.org/legal/epl-v10.html
10 *******************************************************************************/
11 package org.eclipse.egit.ui;
13 import org.eclipse.osgi.util.NLS;
15 /**
16 * Text resources for the plugin. Strings here can be i18n-ed simpler and avoid
17 * duplicating strings.
19 public class UIText extends NLS {
21 /** */
22 public static String WizardProjectsImportPage_filterText;
24 /** */
25 public static String WizardProjectsImportPage_ImportProjectsTitle;
27 /** */
28 public static String WizardProjectsImportPage_ImportProjectsDescription;
30 /** */
31 public static String WizardProjectsImportPage_ProjectsListTitle;
33 /** */
34 public static String WizardProjectsImportPage_selectAll;
36 /** */
37 public static String WizardProjectsImportPage_deselectAll;
39 /** */
40 public static String WizardProjectsImportPage_projectLabel;
42 /** */
43 public static String WizardProjectsImportPage_SearchingMessage;
45 /** */
46 public static String WizardProjectsImportPage_ProcessingMessage;
48 /** */
49 public static String WizardProjectsImportPage_projectsInWorkspace;
51 /** */
52 public static String WizardProjectsImportPage_CheckingMessage;
54 /** */
55 public static String WizardProjectsImportPage_SelectDialogTitle;
57 /** */
58 public static String WizardProjectImportPage_errorMessage;
60 /** */
61 public static String WizardProjectsImportPage_CreateProjectsTask;
63 /** */
64 public static String WizardProjectsImportPage_enableGit;
66 /** */
67 public static String SharingWizard_windowTitle;
69 /** */
70 public static String SharingWizard_failed;
72 /** */
73 public static String GenericOperationFailed;
75 /** */
76 public static String ExistingOrNewPage_CreateButton;
78 /** */
79 public static String ExistingOrNewPage_title;
81 /** */
82 public static String ExistingOrNewPage_description;
84 /** */
85 public static String ExistingOrNewPage_ErrorFailedToCreateRepository;
87 /** */
88 public static String ExistingOrNewPage_ErrorFailedToRefreshRepository;
90 /** */
91 public static String ExistingOrNewPage_HeaderPath;
93 /** */
94 public static String ExistingOrNewPage_HeaderProject;
96 /** */
97 public static String ExistingOrNewPage_HeaderRepository;
99 /** */
100 public static String ExistingOrNewPage_SymbolicValueEmptyMapping;
102 /** */
103 public static String GitCloneWizard_CloneFailedHeading;
105 /** */
106 public static String GitCloneWizard_CloneCanceledMessage;
108 /** */
109 public static String GitCloneWizard_title;
111 /** */
112 public static String GitCloneWizard_jobName;
114 /** */
115 public static String GitCloneWizard_failed;
117 /** */
118 public static String GitCloneWizard_errorCannotCreate;
120 /** */
121 public static String GitHistoryPage_CompareVersions;
123 /** */
124 public static String GitHistoryPage_CompareWithWorking;
126 /** */
127 public static String GitHistoryPage_FileNotInCommit;
129 /** */
130 public static String GitProjectPropertyPage_LabelBranch;
132 /** */
133 public static String GitProjectPropertyPage_LabelGitDir;
135 /** */
136 public static String GitProjectPropertyPage_LabelId;
138 /** */
139 public static String GitProjectPropertyPage_LabelState;
141 /** */
142 public static String GitProjectPropertyPage_LabelWorkdir;
144 /** */
145 public static String GitProjectPropertyPage_ValueEmptyRepository;
147 /** */
148 public static String GitProjectPropertyPage_ValueUnbornBranch;
150 /** */
151 public static String RepositorySelectionPage_BrowseLocalFile;
153 /** */
154 public static String RepositorySelectionPage_sourceSelectionTitle;
156 /** */
157 public static String RepositorySelectionPage_sourceSelectionDescription;
159 /** */
160 public static String RepositorySelectionPage_destinationSelectionTitle;
162 /** */
163 public static String RepositorySelectionPage_destinationSelectionDescription;
165 /** */
166 public static String RepositorySelectionPage_groupLocation;
168 /** */
169 public static String RepositorySelectionPage_groupAuthentication;
171 /** */
172 public static String RepositorySelectionPage_groupConnection;
174 /** */
175 public static String RepositorySelectionPage_promptURI;
177 /** */
178 public static String RepositorySelectionPage_promptHost;
180 /** */
181 public static String RepositorySelectionPage_promptPath;
183 /** */
184 public static String RepositorySelectionPage_promptUser;
186 /** */
187 public static String RepositorySelectionPage_promptPassword;
189 /** */
190 public static String RepositorySelectionPage_promptScheme;
192 /** */
193 public static String RepositorySelectionPage_promptPort;
195 /** */
196 public static String RepositorySelectionPage_fieldRequired;
198 /** */
199 public static String RepositorySelectionPage_fieldNotSupported;
201 /** */
202 public static String RepositorySelectionPage_fileNotFound;
204 /** */
205 public static String RepositorySelectionPage_internalError;
207 /** */
208 public static String RepositorySelectionPage_configuredRemoteChoice;
210 /** */
211 public static String RepositorySelectionPage_ShowPreviousURIs_HoverText;
213 /** */
214 public static String RepositorySelectionPage_uriChoice;
216 /** */
217 public static String SourceBranchPage_title;
219 /** */
220 public static String SourceBranchPage_description;
222 /** */
223 public static String SourceBranchPage_branchList;
225 /** */
226 public static String SourceBranchPage_selectAll;
228 /** */
229 public static String SourceBranchPage_selectNone;
231 /** */
232 public static String SourceBranchPage_errorBranchRequired;
234 /** */
235 public static String SourceBranchPage_transportError;
237 /** */
238 public static String SourceBranchPage_cannotListBranches;
240 /** */
241 public static String SourceBranchPage_remoteListingCancelled;
243 /** */
244 public static String SourceBranchPage_cannotCreateTemp;
246 /** */
247 public static String CloneDestinationPage_title;
249 /** */
250 public static String CloneDestinationPage_description;
252 /** */
253 public static String CloneDestinationPage_groupDestination;
255 /** */
256 public static String CloneDestinationPage_groupConfiguration;
258 /** */
259 public static String CloneDestinationPage_promptDirectory;
261 /** */
262 public static String CloneDestinationPage_promptInitialBranch;
264 /** */
265 public static String CloneDestinationPage_promptRemoteName;
267 /** */
268 public static String CloneDestinationPage_fieldRequired;
270 /** */
271 public static String CloneDestinationPage_browseButton;
273 /** */
274 public static String CloneDestinationPage_errorNotEmptyDir;
276 /** */
277 public static String CloneDestinationPage_workspaceImport;
279 /** */
280 public static String CloneDestinationPage_importProjectsAfterClone;
282 /** */
283 public static String RefSpecPanel_refChooseSome;
285 /** */
286 public static String RefSpecPanel_refChooseSomeWildcard;
288 /** */
289 public static String RefSpecPanel_refChooseRemoteName;
291 /** */
292 public static String RefSpecPanel_clickToChange;
294 /** */
295 public static String RefSpecPanel_columnDst;
297 /** */
298 public static String RefSpecPanel_columnForce;
300 /** */
301 public static String RefSpecPanel_columnMode;
303 /** */
304 public static String RefSpecPanel_columnRemove;
306 /** */
307 public static String RefSpecPanel_columnSrc;
309 /** */
310 public static String RefSpecPanel_creationButton;
312 /** */
313 public static String RefSpecPanel_creationButtonDescription;
315 /** */
316 public static String RefSpecPanel_creationDst;
318 /** */
319 public static String RefSpecPanel_creationGroup;
321 /** */
322 public static String RefSpecPanel_creationSrc;
324 /** */
325 public static String RefSpecPanel_deletionButton;
327 /** */
328 public static String RefSpecPanel_deletionButtonDescription;
330 /** */
331 public static String RefSpecPanel_deletionGroup;
333 /** */
334 public static String RefSpecPanel_deletionRef;
336 /** */
337 public static String RefSpecPanel_dstDeletionDescription;
339 /** */
340 public static String RefSpecPanel_dstFetchDescription;
342 /** */
343 public static String RefSpecPanel_dstPushDescription;
345 /** */
346 public static String RefSpecPanel_errorRemoteConfigDescription;
348 /** */
349 public static String RefSpecPanel_errorRemoteConfigTitle;
351 /** */
352 public static String RefSpecPanel_fetch;
354 /** */
355 public static String RefSpecPanel_srcFetchDescription;
357 /** */
358 public static String RefSpecPanel_forceAll;
360 /** */
361 public static String RefSpecPanel_forceAllDescription;
363 /** */
364 public static String RefSpecPanel_forceDeleteDescription;
366 /** */
367 public static String RefSpecPanel_forceFalseDescription;
369 /** */
370 public static String RefSpecPanel_forceTrueDescription;
372 /** */
373 public static String RefSpecPanel_modeDelete;
375 /** */
376 public static String RefSpecPanel_modeDeleteDescription;
378 /** */
379 public static String RefSpecPanel_modeUpdate;
381 /** */
382 public static String RefSpecPanel_modeUpdateDescription;
384 /** */
385 public static String RefSpecPanel_predefinedAll;
387 /** */
388 public static String RefSpecPanel_predefinedAllDescription;
390 /** */
391 public static String RefSpecPanel_predefinedConfigured;
393 /** */
394 public static String RefSpecPanel_predefinedConfiguredDescription;
396 /** */
397 public static String RefSpecPanel_predefinedGroup;
399 /** */
400 public static String RefSpecPanel_predefinedTags;
402 /** */
403 public static String RefSpecPanel_predefinedTagsDescription;
405 /** */
406 public static String RefSpecPanel_push;
408 /** */
409 public static String RefSpecPanel_srcPushDescription;
411 /** */
412 public static String RefSpecPanel_removeAll;
414 /** */
415 public static String RefSpecPanel_removeAllDescription;
417 /** */
418 public static String RefSpecPanel_removeDescription;
420 /** */
421 public static String RefSpecPanel_specifications;
423 /** */
424 public static String RefSpecPanel_srcDeleteDescription;
426 /** */
427 public static String RefSpecPanel_validationDstInvalidExpression;
429 /** */
430 public static String RefSpecPanel_validationDstRequired;
432 /** */
433 public static String RefSpecPanel_validationRefDeleteRequired;
435 /** */
436 public static String RefSpecPanel_validationRefDeleteWildcard;
438 /** */
439 public static String RefSpecPanel_validationRefInvalidExpression;
441 /** */
442 public static String RefSpecPanel_validationRefInvalidLocal;
444 /** */
445 public static String RefSpecPanel_validationRefNonExistingRemote;
447 /** */
448 public static String RefSpecPanel_validationRefNonExistingRemoteDelete;
450 /** */
451 public static String RefSpecPanel_validationRefNonMatchingLocal;
453 /** */
454 public static String RefSpecPanel_validationRefNonMatchingRemote;
456 /** */
457 public static String RefSpecPanel_validationSpecificationsOverlappingDestination;
459 /** */
460 public static String RefSpecPanel_validationSrcUpdateRequired;
462 /** */
463 public static String RefSpecPanel_validationWildcardInconsistent;
465 /** */
466 public static String RefSpecPage_descriptionFetch;
468 /** */
469 public static String RefSpecPage_descriptionPush;
471 /** */
472 public static String RefSpecPage_errorDontMatchSrc;
474 /** */
475 public static String RefSpecPage_errorTransportDialogMessage;
477 /** */
478 public static String RefSpecPage_errorTransportDialogTitle;
480 /** */
481 public static String RefSpecPage_operationCancelled;
483 /** */
484 public static String RefSpecPage_saveSpecifications;
486 /** */
487 public static String RefSpecPage_titleFetch;
489 /** */
490 public static String RefSpecPage_titlePush;
492 /** */
493 public static String RefSpecPage_annotatedTagsGroup;
495 /** */
496 public static String RefSpecPage_annotatedTagsAutoFollow;
498 /** */
499 public static String RefSpecPage_annotatedTagsFetchTags;
501 /** */
502 public static String RefSpecPage_annotatedTagsNoTags;
504 /** */
505 public static String QuickDiff_failedLoading;
507 /** */
508 public static String ResourceHistory_toggleCommentWrap;
510 /** */
511 public static String ResourceHistory_toggleCommentFill;
513 /** */
514 public static String ResourceHistory_toggleRevDetail;
516 /** */
517 public static String ResourceHistory_toggleRevComment;
519 /** */
520 public static String ResourceHistory_toggleTooltips;
522 /** */
523 public static String HistoryPage_authorColumn;
525 /** */
526 public static String HistoryPage_dateColumn;
528 /** */
529 public static String HistoryPage_pathnameColumn;
531 /** */
532 public static String HistoryPage_refreshJob;
534 /** */
535 public static String HistoryPage_findbar_findTooltip;
537 /** */
538 public static String HistoryPage_findbar_find;
540 /** */
541 public static String HistoryPage_findbar_next;
543 /** */
544 public static String HistoryPage_findbar_previous;
546 /** */
547 public static String HistoryPage_findbar_ignorecase;
549 /** */
550 public static String HistoryPage_findbar_commit;
552 /** */
553 public static String HistoryPage_findbar_comments;
555 /** */
556 public static String HistoryPage_findbar_author;
558 /** */
559 public static String HistoryPage_findbar_committer;
561 /** */
562 public static String HistoryPage_findbar_changeto_commit;
564 /** */
565 public static String HistoryPage_findbar_changeto_comments;
567 /** */
568 public static String HistoryPage_findbar_changeto_author;
570 /** */
571 public static String HistoryPage_findbar_changeto_committer;
573 /** */
574 public static String HistoryPage_findbar_exceeded;
576 /** */
577 public static String HistoryPage_findbar_notFound;
579 /** */
580 public static String HistoryPreferencePage_title;
582 /** */
583 public static String PushAction_wrongURIDescription;
585 /** */
586 public static String PushAction_wrongURITitle;
588 /** */
589 public static String PushWizard_cantConnectToAny;
591 /** */
592 public static String PushWizard_cantPrepareUpdatesMessage;
594 /** */
595 public static String PushWizard_cantPrepareUpdatesTitle;
597 /** */
598 public static String PushWizard_cantSaveMessage;
600 /** */
601 public static String PushWizard_cantSaveTitle;
603 /** */
604 public static String PushWizard_jobName;
606 /** */
607 public static String PushWizard_missingRefsMessage;
609 /** */
610 public static String PushWizard_missingRefsTitle;
612 /** */
613 public static String PushWizard_unexpectedError;
615 /** */
616 public static String PushWizard_windowTitleDefault;
618 /** */
619 public static String PushWizard_windowTitleWithDestination;
621 /** */
622 public static String CommitDialog_AddFileOnDiskToIndex;
624 /** */
625 public static String CommitDialog_AddSOB;
627 /** */
628 public static String CommitDialog_AmendPreviousCommit;
630 /** */
631 public static String CommitDialog_Author;
633 /** */
634 public static String CommitDialog_Commit;
636 /** */
637 public static String CommitDialog_CommitChanges;
639 /** */
640 public static String CommitDialog_Committer;
642 /** */
643 public static String CommitDialog_CommitMessage;
645 /** */
646 public static String CommitDialog_DeselectAll;
648 /** */
649 public static String CommitDialog_ErrorInvalidAuthor;
651 /** */
652 public static String CommitDialog_ErrorInvalidAuthorSpecified;
654 /** */
655 public static String CommitDialog_ErrorInvalidCommitterSpecified;
657 /** */
658 public static String CommitDialog_ErrorMustEnterCommitMessage;
660 /** */
661 public static String CommitDialog_ErrorNoItemsSelected;
663 /** */
664 public static String CommitDialog_ErrorNoItemsSelectedToBeCommitted;
666 /** */
667 public static String CommitDialog_ErrorNoMessage;
669 /** */
670 public static String CommitDialog_File;
672 /** */
673 public static String CommitDialog_SelectAll;
675 /** */
676 public static String CommitDialog_Status;
678 /** */
679 public static String CommitDialog_StatusAdded;
681 /** */
682 public static String CommitDialog_StatusAddedIndexDiff;
684 /** */
685 public static String CommitDialog_StatusModified;
687 /** */
688 public static String CommitDialog_StatusModifiedIndexDiff;
690 /** */
691 public static String CommitDialog_StatusModifiedNotStaged;
693 /** */
694 public static String CommitDialog_StatusRemoved;
696 /** */
697 public static String CommitDialog_StatusRemovedNotStaged;
699 /** */
700 public static String CommitDialog_StatusUnknown;
702 /** */
703 public static String ConfirmationPage_cantConnectToAnyTitle;
705 /** */
706 public static String ConfirmationPage_cantConnectToAny;
708 /** */
709 public static String ConfirmationPage_description;
711 /** */
712 public static String ConfirmationPage_errorCantResolveSpecs;
714 /** */
715 public static String ConfirmationPage_errorInterrupted;
717 /** */
718 public static String ConfirmationPage_errorRefsChangedNoMatch;
720 /** */
721 public static String ConfirmationPage_errorUnexpected;
723 /** */
724 public static String ConfirmationPage_requireUnchangedButton;
726 /** */
727 public static String ConfirmationPage_showOnlyIfChanged;
729 /** */
730 public static String ConfirmationPage_title;
732 /** */
733 public static String PushResultTable_columnStatusRepo;
735 /** */
736 public static String PushResultTable_columnDst;
738 /** */
739 public static String PushResultTable_columnSrc;
741 /** */
742 public static String PushResultTable_columnMode;
744 /** */
745 public static String PushResultTable_statusUnexpected;
747 /** */
748 public static String PushResultTable_statusConnectionFailed;
750 /** */
751 public static String PushResultTable_statusDetailChanged;
753 /** */
754 public static String PushResultTable_refNonExisting;
756 /** */
757 public static String PushResultTable_statusDetailDeleted;
759 /** */
760 public static String PushResultTable_statusDetailNonFastForward;
762 /** */
763 public static String PushResultTable_statusDetailNoDelete;
765 /** */
766 public static String PushResultTable_statusDetailNonExisting;
768 /** */
769 public static String PushResultTable_statusDetailForcedUpdate;
771 /** */
772 public static String PushResultTable_statusDetailFastForward;
774 /** */
775 public static String PushResultTable_statusRemoteRejected;
777 /** */
778 public static String PushResultTable_statusRejected;
780 /** */
781 public static String PushResultTable_statusNoMatch;
783 /** */
784 public static String PushResultTable_statusUpToDate;
786 /** */
787 public static String PushResultTable_statusOkDeleted;
789 /** */
790 public static String PushResultTable_statusOkNewBranch;
792 /** */
793 public static String PushResultTable_statusOkNewTag;
795 /** */
796 public static String ResultDialog_title;
798 /** */
799 public static String ResultDialog_label;
801 /** */
802 public static String FetchAction_wrongURITitle;
804 /** */
805 public static String FetchAction_wrongURIMessage;
807 /** */
808 public static String FetchResultDialog_labelEmptyResult;
810 /** */
811 public static String FetchResultDialog_labelNonEmptyResult;
813 /** */
814 public static String FetchResultDialog_title;
816 /** */
817 public static String FetchResultTable_columnDst;
819 /** */
820 public static String FetchResultTable_columnSrc;
822 /** */
823 public static String FetchResultTable_columnStatus;
825 /** */
826 public static String FetchResultTable_statusDetailCouldntLock;
828 /** */
829 public static String FetchResultTable_statusDetailFastForward;
831 /** */
832 public static String FetchResultTable_statusDetailIOError;
834 /** */
835 public static String FetchResultTable_statusDetailNonFastForward;
837 /** */
838 public static String FetchResultTable_statusIOError;
840 /** */
841 public static String FetchResultTable_statusLockFailure;
843 /** */
844 public static String FetchResultTable_statusNewBranch;
846 /** */
847 public static String FetchResultTable_statusNew;
849 /** */
850 public static String FetchResultTable_statusNewTag;
852 /** */
853 public static String FetchResultTable_statusRejected;
855 /** */
856 public static String FetchResultTable_statusUnexpected;
858 /** */
859 public static String FetchResultTable_statusUpToDate;
861 /** */
862 public static String FetchWizard_cantSaveMessage;
864 /** */
865 public static String FetchWizard_cantSaveTitle;
867 /** */
868 public static String FetchWizard_fetchNotSupported;
870 /** */
871 public static String FetchWizard_jobName;
873 /** */
874 public static String FetchWizard_transportError;
876 /** */
877 public static String FetchWizard_transportNotSupportedMessage;
879 /** */
880 public static String FetchWizard_transportNotSupportedTitle;
882 /** */
883 public static String FetchWizard_windowTitleDefault;
885 /** */
886 public static String FetchWizard_windowTitleWithSource;
888 /** */
889 public static String WindowCachePreferencePage_title;
891 /** */
892 public static String WindowCachePreferencePage_packedGitWindowSize;
894 /** */
895 public static String WindowCachePreferencePage_packedGitLimit;
897 /** */
898 public static String WindowCachePreferencePage_deltaBaseCacheLimit;
900 /** */
901 public static String WindowCachePreferencePage_packedGitMMAP;
903 /** */
904 public static String BranchSelectionDialog_TitleCheckout;
906 /** */
907 public static String BranchSelectionDialog_TitleReset;
909 /** */
910 public static String BranchSelectionDialog_OkReset;
912 /** */
913 public static String BranchSelectionDialog_ErrorCouldNotRefreshBranchList;
915 /** */
916 public static String BranchSelectionDialog_ErrorCouldNotCreateNewRef;
918 /** */
919 public static String BranchSelectionDialog_ErrorCouldNotRefresh;
921 /** */
922 public static String BranchSelectionDialog_ErrorCouldNotRenameRef;
924 /** */
925 public static String BranchSelectionDialog_ErrorCouldNotRenameRef2;
927 /** */
928 public static String BranchSelectionDialog_BranchSelectionDialog_CreateFailedTitle;
930 /** */
931 public static String BranchSelectionDialog_BranchSelectionDialog_RenamedFailedTitle;
933 /** */
934 public static String BranchSelectionDialog_BranchSuffix_Current;
936 /** */
937 public static String BranchSelectionDialog_ResetType;
939 /** */
940 public static String BranchSelectionDialog_ResetTypeSoft;
942 /** */
943 public static String BranchSelectionDialog_ResetTypeMixed;
945 /** */
946 public static String BranchSelectionDialog_ResetTypeHard;
948 /** */
949 public static String BranchSelectionDialog_Tags;
951 /** */
952 public static String BranchSelectionDialog_RemoteBranches;
954 /** */
955 public static String BranchSelectionDialog_LocalBranches;
957 /** */
958 public static String BranchSelectionDialog_NoBranchSeletectTitle;
960 /** */
961 public static String BranchSelectionDialog_ReallyResetTitle;
963 /** */
964 public static String BranchSelectionDialog_ReallyResetMessage;
966 /** */
967 public static String BranchSelectionDialog_QuestionNewBranchTitle;
969 /** */
970 public static String BranchSelectionDialog_QuestionNewBranchNameTitle;
972 /** */
973 public static String BranchSelectionDialog_QuestionNewBranchNameMessage;
975 /** */
976 public static String BranchSelectionDialog_QuestionNewBranchMessage;
978 /** */
979 public static String BranchSelectionDialog_NewBranch;
981 /** */
982 public static String BranchSelectionDialog_ErrorAlreadyExists;
984 /** */
985 public static String BranchSelectionDialog_ErrorCouldNotResolve;
987 /** */
988 public static String BranchSelectionDialog_ErrorInvalidRefName;
990 /** */
991 public static String BranchSelectionDialog_ErrorRenameFailed;
993 /** */
994 public static String BranchSelectionDialog_OkCheckout;
996 /** */
997 public static String BranchSelectionDialog_NoBranchSeletectMessage;
999 /** */
1000 public static String BranchSelectionDialog_Refs;
1002 /** */
1003 public static String BranchSelectionDialog_Rename;
1005 /** */
1006 public static String HistoryPage_ShowAllVersionsForProject;
1008 /** */
1009 public static String HistoryPage_ShowAllVersionsForRepo;
1011 /** */
1012 public static String HistoryPage_ShowAllVersionsForFolder;
1014 /** */
1015 public static String Decorator_exceptionMessage;
1017 /** */
1018 public static String DecoratorPreferencesPage_addVariablesTitle;
1020 /** */
1021 public static String DecoratorPreferencesPage_addVariablesAction;
1023 /** */
1024 public static String DecoratorPreferencesPage_recomputeAncestorDecorations;
1026 /** */
1027 public static String DecoratorPreferencesPage_recomputeAncestorDecorationsTooltip;
1029 /** */
1030 public static String DecoratorPreferencesPage_computeRecursiveLimit;
1032 /** */
1033 public static String DecoratorPreferencesPage_computeRecursiveLimitTooltip;
1035 /** */
1036 public static String DecoratorPreferencesPage_invalidInput;
1038 /** */
1039 public static String DecoratorPreferencesPage_description;
1041 /** */
1042 public static String DecoratorPreferencesPage_decorationSettings;
1044 /** */
1045 public static String DecoratorPreferencesPage_preview;
1047 /** */
1048 public static String DecoratorPreferencesPage_fileFormatLabel;
1050 /** */
1051 public static String DecoratorPreferencesPage_folderFormatLabel;
1053 /** */
1054 public static String DecoratorPreferencesPage_projectFormatLabel;
1056 /** */
1057 public static String DecoratorPreferencesPage_fileFormatDefault;
1059 /** */
1060 public static String DecoratorPreferencesPage_projectFormatDefault;
1062 /** */
1063 public static String DecoratorPreferencesPage_folderFormatDefault;
1065 /** */
1066 public static String DecoratorPreferencesPage_generalTabFolder;
1068 /** */
1069 public static String DecoratorPreferencesPage_bindingResourceName;
1071 /** */
1072 public static String DecoratorPreferencesPage_bindingBranchName;
1074 /** */
1075 public static String DecoratorPreferencesPage_bindingDirtyFlag;
1077 /** */
1078 public static String DecoratorPreferencesPage_bindingStagedFlag;
1080 /** */
1081 public static String DecoratorPreferencesPage_selectFormats;
1083 /** */
1084 public static String DecoratorPreferencesPage_selectVariablesToAdd;
1086 /** */
1087 public static String DecoratorPreferencesPage_textLabel;
1089 /** */
1090 public static String DecoratorPreferencesPage_iconLabel;
1092 /** */
1093 public static String DecoratorPreferencesPage_labelDecorationsLink;
1095 /** */
1096 public static String DecoratorPreferencesPage_iconsShowTracked;
1098 /** */
1099 public static String DecoratorPreferencesPage_iconsShowUntracked;
1101 /** */
1102 public static String DecoratorPreferencesPage_iconsShowStaged;
1104 /** */
1105 public static String DecoratorPreferencesPage_iconsShowConflicts;
1107 /** */
1108 public static String DecoratorPreferencesPage_iconsShowAssumeValid;
1110 /** */
1111 public static String IgnoreAction_jobName;
1113 /** */
1114 public static String IgnoreAction_taskName;
1116 /** */
1117 public static String IgnoreAction_error;
1119 /** */
1120 public static String Track_error;
1122 /** */
1123 public static String Track_see_log;
1125 static {
1126 initializeMessages("org.eclipse.egit.ui.uitext", UIText.class); //$NON-NLS-1$