Implement icon and text decorations of various resource states
[egit/torarne.git] / org.spearce.egit.ui / src / org / spearce / egit / ui / UIText.java
blob7e263370ab313124cc31539458e69f3f79629306
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 * See LICENSE for the full license text, also available.
9 *******************************************************************************/
10 package org.spearce.egit.ui;
12 import org.eclipse.osgi.util.NLS;
14 /**
15 * Text resources for the plugin. Strings here can be i18n-ed simpler and avoid
16 * duplicating strings.
18 public class UIText extends NLS {
19 /** */
20 public static String WizardProjectsImportPage_ImportProjectsTitle;
22 /** */
23 public static String WizardProjectsImportPage_ImportProjectsDescription;
25 /** */
26 public static String WizardProjectsImportPage_ProjectsListTitle;
28 /** */
29 public static String WizardProjectsImportPage_selectAll;
31 /** */
32 public static String WizardProjectsImportPage_deselectAll;
34 /** */
35 public static String WizardProjectsImportPage_projectLabel;
37 /** */
38 public static String WizardProjectsImportPage_SearchingMessage;
40 /** */
41 public static String WizardProjectsImportPage_ProcessingMessage;
43 /** */
44 public static String WizardProjectsImportPage_projectsInWorkspace;
46 /** */
47 public static String WizardProjectsImportPage_CheckingMessage;
49 /** */
50 public static String WizardProjectsImportPage_SelectDialogTitle;
52 /** */
53 public static String WizardProjectImportPage_errorMessage;
55 /** */
56 public static String WizardProjectsImportPage_CreateProjectsTask;
58 /** */
59 public static String WizardProjectsImportPage_enableGit;
61 /** */
62 public static String SharingWizard_windowTitle;
64 /** */
65 public static String SharingWizard_failed;
67 /** */
68 public static String GenericOperationFailed;
70 /** */
71 public static String ExistingOrNewPage_title;
73 /** */
74 public static String ExistingOrNewPage_description;
76 /** */
77 public static String ExistingOrNewPage_groupHeader;
79 /** */
80 public static String ExistingOrNewPage_useExisting;
82 /** */
83 public static String ExistingOrNewPage_createNew;
85 /** */
86 public static String ExistingOrNewPage_createInParent;
88 /** */
89 public static String GitCloneWizard_title;
91 /** */
92 public static String GitCloneWizard_jobName;
94 /** */
95 public static String GitCloneWizard_failed;
97 /** */
98 public static String GitCloneWizard_errorCannotCreate;
100 /** */
101 public static String RepositorySelectionPage_sourceSelectionTitle;
103 /** */
104 public static String RepositorySelectionPage_sourceSelectionDescription;
106 /** */
107 public static String RepositorySelectionPage_destinationSelectionTitle;
109 /** */
110 public static String RepositorySelectionPage_destinationSelectionDescription;
112 /** */
113 public static String RepositorySelectionPage_groupLocation;
115 /** */
116 public static String RepositorySelectionPage_groupAuthentication;
118 /** */
119 public static String RepositorySelectionPage_groupConnection;
121 /** */
122 public static String RepositorySelectionPage_promptURI;
124 /** */
125 public static String RepositorySelectionPage_promptHost;
127 /** */
128 public static String RepositorySelectionPage_promptPath;
130 /** */
131 public static String RepositorySelectionPage_promptUser;
133 /** */
134 public static String RepositorySelectionPage_promptPassword;
136 /** */
137 public static String RepositorySelectionPage_promptScheme;
139 /** */
140 public static String RepositorySelectionPage_promptPort;
142 /** */
143 public static String RepositorySelectionPage_fieldRequired;
145 /** */
146 public static String RepositorySelectionPage_fieldNotSupported;
148 /** */
149 public static String RepositorySelectionPage_fileNotFound;
151 /** */
152 public static String RepositorySelectionPage_internalError;
154 /** */
155 public static String RepositorySelectionPage_configuredRemoteChoice;
157 /** */
158 public static String RepositorySelectionPage_uriChoice;
160 /** */
161 public static String SourceBranchPage_title;
163 /** */
164 public static String SourceBranchPage_description;
166 /** */
167 public static String SourceBranchPage_branchList;
169 /** */
170 public static String SourceBranchPage_selectAll;
172 /** */
173 public static String SourceBranchPage_selectNone;
175 /** */
176 public static String SourceBranchPage_errorBranchRequired;
178 /** */
179 public static String SourceBranchPage_transportError;
181 /** */
182 public static String SourceBranchPage_cannotListBranches;
184 /** */
185 public static String SourceBranchPage_remoteListingCancelled;
187 /** */
188 public static String SourceBranchPage_cannotCreateTemp;
190 /** */
191 public static String CloneDestinationPage_title;
193 /** */
194 public static String CloneDestinationPage_description;
196 /** */
197 public static String CloneDestinationPage_groupDestination;
199 /** */
200 public static String CloneDestinationPage_groupConfiguration;
202 /** */
203 public static String CloneDestinationPage_promptDirectory;
205 /** */
206 public static String CloneDestinationPage_promptInitialBranch;
208 /** */
209 public static String CloneDestinationPage_promptRemoteName;
211 /** */
212 public static String CloneDestinationPage_fieldRequired;
214 /** */
215 public static String CloneDestinationPage_browseButton;
217 /** */
218 public static String CloneDestinationPage_errorNotEmptyDir;
220 /** */
221 public static String CloneDestinationPage_workspaceImport;
223 /** */
224 public static String CloneDestinationPage_importProjectsAfterClone;
226 /** */
227 public static String RefSpecPanel_refChooseSome;
229 /** */
230 public static String RefSpecPanel_refChooseSomeWildcard;
232 /** */
233 public static String RefSpecPanel_refChooseRemoteName;
235 /** */
236 public static String RefSpecPanel_clickToChange;
238 /** */
239 public static String RefSpecPanel_columnDst;
241 /** */
242 public static String RefSpecPanel_columnForce;
244 /** */
245 public static String RefSpecPanel_columnMode;
247 /** */
248 public static String RefSpecPanel_columnRemove;
250 /** */
251 public static String RefSpecPanel_columnSrc;
253 /** */
254 public static String RefSpecPanel_creationButton;
256 /** */
257 public static String RefSpecPanel_creationButtonDescription;
259 /** */
260 public static String RefSpecPanel_creationDst;
262 /** */
263 public static String RefSpecPanel_creationGroup;
265 /** */
266 public static String RefSpecPanel_creationSrc;
268 /** */
269 public static String RefSpecPanel_deletionButton;
271 /** */
272 public static String RefSpecPanel_deletionButtonDescription;
274 /** */
275 public static String RefSpecPanel_deletionGroup;
277 /** */
278 public static String RefSpecPanel_deletionRef;
280 /** */
281 public static String RefSpecPanel_dstDeletionDescription;
283 /** */
284 public static String RefSpecPanel_dstFetchDescription;
286 /** */
287 public static String RefSpecPanel_dstPushDescription;
289 /** */
290 public static String RefSpecPanel_errorRemoteConfigDescription;
292 /** */
293 public static String RefSpecPanel_errorRemoteConfigTitle;
295 /** */
296 public static String RefSpecPanel_fetch;
298 /** */
299 public static String RefSpecPanel_srcFetchDescription;
301 /** */
302 public static String RefSpecPanel_forceAll;
304 /** */
305 public static String RefSpecPanel_forceAllDescription;
307 /** */
308 public static String RefSpecPanel_forceDeleteDescription;
310 /** */
311 public static String RefSpecPanel_forceFalseDescription;
313 /** */
314 public static String RefSpecPanel_forceTrueDescription;
316 /** */
317 public static String RefSpecPanel_modeDelete;
319 /** */
320 public static String RefSpecPanel_modeDeleteDescription;
322 /** */
323 public static String RefSpecPanel_modeUpdate;
325 /** */
326 public static String RefSpecPanel_modeUpdateDescription;
328 /** */
329 public static String RefSpecPanel_predefinedAll;
331 /** */
332 public static String RefSpecPanel_predefinedAllDescription;
334 /** */
335 public static String RefSpecPanel_predefinedConfigured;
337 /** */
338 public static String RefSpecPanel_predefinedConfiguredDescription;
340 /** */
341 public static String RefSpecPanel_predefinedGroup;
343 /** */
344 public static String RefSpecPanel_predefinedTags;
346 /** */
347 public static String RefSpecPanel_predefinedTagsDescription;
349 /** */
350 public static String RefSpecPanel_push;
352 /** */
353 public static String RefSpecPanel_srcPushDescription;
355 /** */
356 public static String RefSpecPanel_removeAll;
358 /** */
359 public static String RefSpecPanel_removeAllDescription;
361 /** */
362 public static String RefSpecPanel_removeDescription;
364 /** */
365 public static String RefSpecPanel_specifications;
367 /** */
368 public static String RefSpecPanel_srcDeleteDescription;
370 /** */
371 public static String RefSpecPanel_validationDstInvalidExpression;
373 /** */
374 public static String RefSpecPanel_validationDstRequired;
376 /** */
377 public static String RefSpecPanel_validationRefDeleteRequired;
379 /** */
380 public static String RefSpecPanel_validationRefDeleteWildcard;
382 /** */
383 public static String RefSpecPanel_validationRefInvalidExpression;
385 /** */
386 public static String RefSpecPanel_validationRefInvalidLocal;
388 /** */
389 public static String RefSpecPanel_validationRefNonExistingRemote;
391 /** */
392 public static String RefSpecPanel_validationRefNonExistingRemoteDelete;
394 /** */
395 public static String RefSpecPanel_validationRefNonMatchingLocal;
397 /** */
398 public static String RefSpecPanel_validationRefNonMatchingRemote;
400 /** */
401 public static String RefSpecPanel_validationSpecificationsOverlappingDestination;
403 /** */
404 public static String RefSpecPanel_validationSrcUpdateRequired;
406 /** */
407 public static String RefSpecPanel_validationWildcardInconsistent;
409 /** */
410 public static String RefSpecPage_descriptionFetch;
412 /** */
413 public static String RefSpecPage_descriptionPush;
415 /** */
416 public static String RefSpecPage_errorDontMatchSrc;
418 /** */
419 public static String RefSpecPage_errorTransportDialogMessage;
421 /** */
422 public static String RefSpecPage_errorTransportDialogTitle;
424 /** */
425 public static String RefSpecPage_operationCancelled;
427 /** */
428 public static String RefSpecPage_saveSpecifications;
430 /** */
431 public static String RefSpecPage_titleFetch;
433 /** */
434 public static String RefSpecPage_titlePush;
436 /** */
437 public static String RefSpecPage_annotatedTagsGroup;
439 /** */
440 public static String RefSpecPage_annotatedTagsAutoFollow;
442 /** */
443 public static String RefSpecPage_annotatedTagsFetchTags;
445 /** */
446 public static String RefSpecPage_annotatedTagsNoTags;
448 /** */
449 public static String QuickDiff_failedLoading;
451 /** */
452 public static String ResourceHistory_toggleCommentWrap;
454 /** */
455 public static String ResourceHistory_toggleCommentFill;
457 /** */
458 public static String ResourceHistory_toggleRevDetail;
460 /** */
461 public static String ResourceHistory_toggleRevComment;
463 /** */
464 public static String ResourceHistory_toggleTooltips;
466 /** */
467 public static String HistoryPage_authorColumn;
469 /** */
470 public static String HistoryPage_dateColumn;
472 /** */
473 public static String HistoryPage_pathnameColumn;
475 /** */
476 public static String HistoryPage_refreshJob;
478 /** */
479 public static String HistoryPage_findbar_findTooltip;
481 /** */
482 public static String HistoryPage_findbar_find;
484 /** */
485 public static String HistoryPage_findbar_next;
487 /** */
488 public static String HistoryPage_findbar_previous;
490 /** */
491 public static String HistoryPage_findbar_ignorecase;
493 /** */
494 public static String HistoryPage_findbar_commit;
496 /** */
497 public static String HistoryPage_findbar_comments;
499 /** */
500 public static String HistoryPage_findbar_author;
502 /** */
503 public static String HistoryPage_findbar_committer;
505 /** */
506 public static String HistoryPage_findbar_changeto_commit;
508 /** */
509 public static String HistoryPage_findbar_changeto_comments;
511 /** */
512 public static String HistoryPage_findbar_changeto_author;
514 /** */
515 public static String HistoryPage_findbar_changeto_committer;
517 /** */
518 public static String HistoryPage_findbar_exceeded;
520 /** */
521 public static String HistoryPage_findbar_notFound;
523 /** */
524 public static String HistoryPreferencePage_title;
526 /** */
527 public static String PushAction_wrongURIDescription;
529 /** */
530 public static String PushAction_wrongURITitle;
532 /** */
533 public static String PushWizard_cantConnectToAny;
535 /** */
536 public static String PushWizard_cantPrepareUpdatesMessage;
538 /** */
539 public static String PushWizard_cantPrepareUpdatesTitle;
541 /** */
542 public static String PushWizard_cantSaveMessage;
544 /** */
545 public static String PushWizard_cantSaveTitle;
547 /** */
548 public static String PushWizard_jobName;
550 /** */
551 public static String PushWizard_missingRefsMessage;
553 /** */
554 public static String PushWizard_missingRefsTitle;
556 /** */
557 public static String PushWizard_unexpectedError;
559 /** */
560 public static String PushWizard_windowTitleDefault;
562 /** */
563 public static String PushWizard_windowTitleWithDestination;
565 /** */
566 public static String CommitDialog_AddFileOnDiskToIndex;
568 /** */
569 public static String CommitDialog_AddSOB;
571 /** */
572 public static String CommitDialog_AmendPreviousCommit;
574 /** */
575 public static String CommitDialog_Author;
577 /** */
578 public static String CommitDialog_Commit;
580 /** */
581 public static String CommitDialog_CommitChanges;
583 /** */
584 public static String CommitDialog_Committer;
586 /** */
587 public static String CommitDialog_CommitMessage;
589 /** */
590 public static String CommitDialog_DeselectAll;
592 /** */
593 public static String CommitDialog_ErrorInvalidAuthor;
595 /** */
596 public static String CommitDialog_ErrorInvalidAuthorSpecified;
598 /** */
599 public static String CommitDialog_ErrorInvalidCommitterSpecified;
601 /** */
602 public static String CommitDialog_ErrorMustEnterCommitMessage;
604 /** */
605 public static String CommitDialog_ErrorNoItemsSelected;
607 /** */
608 public static String CommitDialog_ErrorNoItemsSelectedToBeCommitted;
610 /** */
611 public static String CommitDialog_ErrorNoMessage;
613 /** */
614 public static String CommitDialog_File;
616 /** */
617 public static String CommitDialog_SelectAll;
619 /** */
620 public static String CommitDialog_Status;
622 /** */
623 public static String CommitDialog_StatusAdded;
625 /** */
626 public static String CommitDialog_StatusAddedIndexDiff;
628 /** */
629 public static String CommitDialog_StatusModified;
631 /** */
632 public static String CommitDialog_StatusModifiedIndexDiff;
634 /** */
635 public static String CommitDialog_StatusModifiedNotStaged;
637 /** */
638 public static String CommitDialog_StatusRemoved;
640 /** */
641 public static String CommitDialog_StatusRemovedNotStaged;
643 /** */
644 public static String CommitDialog_StatusUnknown;
646 /** */
647 public static String ConfirmationPage_cantConnectToAnyTitle;
649 /** */
650 public static String ConfirmationPage_cantConnectToAny;
652 /** */
653 public static String ConfirmationPage_description;
655 /** */
656 public static String ConfirmationPage_errorCantResolveSpecs;
658 /** */
659 public static String ConfirmationPage_errorInterrupted;
661 /** */
662 public static String ConfirmationPage_errorRefsChangedNoMatch;
664 /** */
665 public static String ConfirmationPage_errorUnexpected;
667 /** */
668 public static String ConfirmationPage_requireUnchangedButton;
670 /** */
671 public static String ConfirmationPage_showOnlyIfChanged;
673 /** */
674 public static String ConfirmationPage_title;
676 /** */
677 public static String PushResultTable_columnStatusRepo;
679 /** */
680 public static String PushResultTable_columnDst;
682 /** */
683 public static String PushResultTable_columnSrc;
685 /** */
686 public static String PushResultTable_columnMode;
688 /** */
689 public static String PushResultTable_statusUnexpected;
691 /** */
692 public static String PushResultTable_statusConnectionFailed;
694 /** */
695 public static String PushResultTable_statusDetailChanged;
697 /** */
698 public static String PushResultTable_refNonExisting;
700 /** */
701 public static String PushResultTable_statusDetailDeleted;
703 /** */
704 public static String PushResultTable_statusDetailNonFastForward;
706 /** */
707 public static String PushResultTable_statusDetailNoDelete;
709 /** */
710 public static String PushResultTable_statusDetailNonExisting;
712 /** */
713 public static String PushResultTable_statusDetailForcedUpdate;
715 /** */
716 public static String PushResultTable_statusDetailFastForward;
718 /** */
719 public static String PushResultTable_statusRemoteRejected;
721 /** */
722 public static String PushResultTable_statusRejected;
724 /** */
725 public static String PushResultTable_statusNoMatch;
727 /** */
728 public static String PushResultTable_statusUpToDate;
730 /** */
731 public static String PushResultTable_statusOkDeleted;
733 /** */
734 public static String PushResultTable_statusOkNewBranch;
736 /** */
737 public static String PushResultTable_statusOkNewTag;
739 /** */
740 public static String ResultDialog_title;
742 /** */
743 public static String ResultDialog_label;
745 /** */
746 public static String FetchAction_wrongURITitle;
748 /** */
749 public static String FetchAction_wrongURIMessage;
751 /** */
752 public static String FetchResultDialog_labelEmptyResult;
754 /** */
755 public static String FetchResultDialog_labelNonEmptyResult;
757 /** */
758 public static String FetchResultDialog_title;
760 /** */
761 public static String FetchResultTable_columnDst;
763 /** */
764 public static String FetchResultTable_columnSrc;
766 /** */
767 public static String FetchResultTable_columnStatus;
769 /** */
770 public static String FetchResultTable_statusDetailCouldntLock;
772 /** */
773 public static String FetchResultTable_statusDetailFastForward;
775 /** */
776 public static String FetchResultTable_statusDetailIOError;
778 /** */
779 public static String FetchResultTable_statusDetailNonFastForward;
781 /** */
782 public static String FetchResultTable_statusIOError;
784 /** */
785 public static String FetchResultTable_statusLockFailure;
787 /** */
788 public static String FetchResultTable_statusNewBranch;
790 /** */
791 public static String FetchResultTable_statusNew;
793 /** */
794 public static String FetchResultTable_statusNewTag;
796 /** */
797 public static String FetchResultTable_statusRejected;
799 /** */
800 public static String FetchResultTable_statusUnexpected;
802 /** */
803 public static String FetchResultTable_statusUpToDate;
805 /** */
806 public static String FetchWizard_cantSaveMessage;
808 /** */
809 public static String FetchWizard_cantSaveTitle;
811 /** */
812 public static String FetchWizard_fetchNotSupported;
814 /** */
815 public static String FetchWizard_jobName;
817 /** */
818 public static String FetchWizard_transportError;
820 /** */
821 public static String FetchWizard_transportNotSupportedMessage;
823 /** */
824 public static String FetchWizard_transportNotSupportedTitle;
826 /** */
827 public static String FetchWizard_windowTitleDefault;
829 /** */
830 public static String FetchWizard_windowTitleWithSource;
832 /** */
833 public static String WindowCachePreferencePage_title;
835 /** */
836 public static String WindowCachePreferencePage_packedGitWindowSize;
838 /** */
839 public static String WindowCachePreferencePage_packedGitLimit;
841 /** */
842 public static String WindowCachePreferencePage_deltaBaseCacheLimit;
844 /** */
845 public static String WindowCachePreferencePage_packedGitMMAP;
847 /** */
848 public static String BranchSelectionDialog_OkReset;
850 /** */
851 public static String BranchSelectionDialog_ErrorCouldNotRefreshBranchList;
853 /** */
854 public static String BranchSelectionDialog_ErrorCouldNotCreateNewRef;
856 /** */
857 public static String BranchSelectionDialog_ErrorCouldNotRefresh;
859 /** */
860 public static String BranchSelectionDialog_BranchSuffix_Current;
862 /** */
863 public static String BranchSelectionDialog_ResetType;
865 /** */
866 public static String BranchSelectionDialog_ResetTypeSoft;
868 /** */
869 public static String BranchSelectionDialog_ResetTypeMixed;
871 /** */
872 public static String BranchSelectionDialog_ResetTypeHard;
874 /** */
875 public static String BranchSelectionDialog_Tags;
877 /** */
878 public static String BranchSelectionDialog_RemoteBranches;
880 /** */
881 public static String BranchSelectionDialog_LocalBranches;
883 /** */
884 public static String BranchSelectionDialog_NoBranchSeletectTitle;
886 /** */
887 public static String BranchSelectionDialog_ReallyResetTitle;
889 /** */
890 public static String BranchSelectionDialog_ReallyResetMessage;
892 /** */
893 public static String BranchSelectionDialog_QuestionNewBranchTitle;
895 /** */
896 public static String BranchSelectionDialog_QuestionNewBranchMessage;
898 /** */
899 public static String BranchSelectionDialog_NewBranch;
901 /** */
902 public static String BranchSelectionDialog_ErrorAlreadyExists;
904 /** */
905 public static String BranchSelectionDialog_ErrorCouldNotResolve;
907 /** */
908 public static String BranchSelectionDialog_ErrorInvalidRefName;
910 /** */
911 public static String BranchSelectionDialog_OkCheckout;
913 /** */
914 public static String BranchSelectionDialog_NoBranchSeletectMessage;
916 /** */
917 public static String BranchSelectionDialog_Refs;
919 /** */
920 public static String HistoryPage_ShowAllVersionsForProject;
922 /** */
923 public static String HistoryPage_ShowAllVersionsForRepo;
925 /** */
926 public static String HistoryPage_ShowAllVersionsForFolder;
928 /** */
929 public static String Decorator_exceptionMessage;
931 /** */
932 public static String DecoratorPreferencesPage_addVariablesTitle;
934 /** */
935 public static String DecoratorPreferencesPage_addVariablesAction;
937 /** */
938 public static String DecoratorPreferencesPage_computeDeep;
940 /** */
941 public static String DecoratorPreferencesPage_description;
943 /** */
944 public static String DecoratorPreferencesPage_decorationSettings;
946 /** */
947 public static String DecoratorPreferencesPage_preview;
949 /** */
950 public static String DecoratorPreferencesPage_fileFormatLabel;
952 /** */
953 public static String DecoratorPreferencesPage_folderFormatLabel;
955 /** */
956 public static String DecoratorPreferencesPage_projectFormatLabel;
958 /** */
959 public static String DecoratorPreferencesPage_fileFormatDefault;
961 /** */
962 public static String DecoratorPreferencesPage_projectFormatDefault;
964 /** */
965 public static String DecoratorPreferencesPage_folderFormatDefault;
967 /** */
968 public static String DecoratorPreferencesPage_generalTabFolder;
970 /** */
971 public static String DecoratorPreferencesPage_bindingResourceName;
973 /** */
974 public static String DecoratorPreferencesPage_bindingBranchName;
976 /** */
977 public static String DecoratorPreferencesPage_bindingDirtyFlag;
979 /** */
980 public static String DecoratorPreferencesPage_bindingStagedFlag;
982 /** */
983 public static String DecoratorPreferencesPage_selectFormats;
985 /** */
986 public static String DecoratorPreferencesPage_selectVariablesToAdd;
988 /** */
989 public static String DecoratorPreferencesPage_textLabel;
991 /** */
992 public static String DecoratorPreferencesPage_iconLabel;
994 /** */
995 public static String DecoratorPreferencesPage_labelDecorationsLink;
997 /** */
998 public static String DecoratorPreferencesPage_iconsShowTracked;
1000 /** */
1001 public static String DecoratorPreferencesPage_iconsShowUntracked;
1003 /** */
1004 public static String DecoratorPreferencesPage_iconsShowStaged;
1006 /** */
1007 public static String DecoratorPreferencesPage_iconsShowConflicts;
1009 /** */
1010 public static String DecoratorPreferencesPage_iconsShowAssumeValid;
1012 static {
1013 initializeMessages(UIText.class.getPackage().getName() + ".uitext",
1014 UIText.class);