Fix two strings in the cloning wizard that were not translated.
[egit/imyousuf.git] / org.spearce.egit.ui / src / org / spearce / egit / ui / UIText.java
blob30122d2b7f21a76b4a7e9edb1287c1e23c6a74d6
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 Decorator_failedLazyLoading;
451 /** */
452 public static String QuickDiff_failedLoading;
454 /** */
455 public static String ResourceHistory_toggleCommentWrap;
457 /** */
458 public static String ResourceHistory_toggleCommentFill;
460 /** */
461 public static String ResourceHistory_toggleRevDetail;
463 /** */
464 public static String ResourceHistory_toggleRevComment;
466 /** */
467 public static String ResourceHistory_toggleTooltips;
469 /** */
470 public static String HistoryPage_authorColumn;
472 /** */
473 public static String HistoryPage_dateColumn;
475 /** */
476 public static String HistoryPage_pathnameColumn;
478 /** */
479 public static String HistoryPage_refreshJob;
481 /** */
482 public static String HistoryPage_findbar_findTooltip;
484 /** */
485 public static String HistoryPage_findbar_find;
487 /** */
488 public static String HistoryPage_findbar_next;
490 /** */
491 public static String HistoryPage_findbar_previous;
493 /** */
494 public static String HistoryPage_findbar_ignorecase;
496 /** */
497 public static String HistoryPage_findbar_commit;
499 /** */
500 public static String HistoryPage_findbar_comments;
502 /** */
503 public static String HistoryPage_findbar_author;
505 /** */
506 public static String HistoryPage_findbar_committer;
508 /** */
509 public static String HistoryPage_findbar_changeto_commit;
511 /** */
512 public static String HistoryPage_findbar_changeto_comments;
514 /** */
515 public static String HistoryPage_findbar_changeto_author;
517 /** */
518 public static String HistoryPage_findbar_changeto_committer;
520 /** */
521 public static String HistoryPage_findbar_exceeded;
523 /** */
524 public static String HistoryPage_findbar_notFound;
526 /** */
527 public static String HistoryPreferencePage_title;
529 /** */
530 public static String PushAction_wrongURIDescription;
532 /** */
533 public static String PushAction_wrongURITitle;
535 /** */
536 public static String PushWizard_cantConnectToAny;
538 /** */
539 public static String PushWizard_cantPrepareUpdatesMessage;
541 /** */
542 public static String PushWizard_cantPrepareUpdatesTitle;
544 /** */
545 public static String PushWizard_cantSaveMessage;
547 /** */
548 public static String PushWizard_cantSaveTitle;
550 /** */
551 public static String PushWizard_jobName;
553 /** */
554 public static String PushWizard_missingRefsMessage;
556 /** */
557 public static String PushWizard_missingRefsTitle;
559 /** */
560 public static String PushWizard_unexpectedError;
562 /** */
563 public static String PushWizard_windowTitleDefault;
565 /** */
566 public static String PushWizard_windowTitleWithDestination;
568 /** */
569 public static String ConfirmationPage_cantConnectToAnyTitle;
571 /** */
572 public static String ConfirmationPage_cantConnectToAny;
574 /** */
575 public static String ConfirmationPage_description;
577 /** */
578 public static String ConfirmationPage_errorCantResolveSpecs;
580 /** */
581 public static String ConfirmationPage_errorInterrupted;
583 /** */
584 public static String ConfirmationPage_errorRefsChangedNoMatch;
586 /** */
587 public static String ConfirmationPage_errorUnexpected;
589 /** */
590 public static String ConfirmationPage_requireUnchangedButton;
592 /** */
593 public static String ConfirmationPage_showOnlyIfChanged;
595 /** */
596 public static String ConfirmationPage_title;
598 /** */
599 public static String PushResultTable_columnStatusRepo;
601 /** */
602 public static String PushResultTable_columnDst;
604 /** */
605 public static String PushResultTable_columnSrc;
607 /** */
608 public static String PushResultTable_columnMode;
610 /** */
611 public static String PushResultTable_statusUnexpected;
613 /** */
614 public static String PushResultTable_statusConnectionFailed;
616 /** */
617 public static String PushResultTable_statusDetailChanged;
619 /** */
620 public static String PushResultTable_refNonExisting;
622 /** */
623 public static String PushResultTable_statusDetailDeleted;
625 /** */
626 public static String PushResultTable_statusDetailNonFastForward;
628 /** */
629 public static String PushResultTable_statusDetailNoDelete;
631 /** */
632 public static String PushResultTable_statusDetailNonExisting;
634 /** */
635 public static String PushResultTable_statusDetailForcedUpdate;
637 /** */
638 public static String PushResultTable_statusDetailFastForward;
640 /** */
641 public static String PushResultTable_statusRemoteRejected;
643 /** */
644 public static String PushResultTable_statusRejected;
646 /** */
647 public static String PushResultTable_statusNoMatch;
649 /** */
650 public static String PushResultTable_statusUpToDate;
652 /** */
653 public static String PushResultTable_statusOkDeleted;
655 /** */
656 public static String PushResultTable_statusOkNewBranch;
658 /** */
659 public static String PushResultTable_statusOkNewTag;
661 /** */
662 public static String ResultDialog_title;
664 /** */
665 public static String ResultDialog_label;
667 /** */
668 public static String FetchAction_wrongURITitle;
670 /** */
671 public static String FetchAction_wrongURIMessage;
673 /** */
674 public static String FetchResultDialog_labelEmptyResult;
676 /** */
677 public static String FetchResultDialog_labelNonEmptyResult;
679 /** */
680 public static String FetchResultDialog_title;
682 /** */
683 public static String FetchResultTable_columnDst;
685 /** */
686 public static String FetchResultTable_columnSrc;
688 /** */
689 public static String FetchResultTable_columnStatus;
691 /** */
692 public static String FetchResultTable_statusDetailCouldntLock;
694 /** */
695 public static String FetchResultTable_statusDetailFastForward;
697 /** */
698 public static String FetchResultTable_statusDetailIOError;
700 /** */
701 public static String FetchResultTable_statusDetailNonFastForward;
703 /** */
704 public static String FetchResultTable_statusIOError;
706 /** */
707 public static String FetchResultTable_statusLockFailure;
709 /** */
710 public static String FetchResultTable_statusNewBranch;
712 /** */
713 public static String FetchResultTable_statusNew;
715 /** */
716 public static String FetchResultTable_statusNewTag;
718 /** */
719 public static String FetchResultTable_statusRejected;
721 /** */
722 public static String FetchResultTable_statusUnexpected;
724 /** */
725 public static String FetchResultTable_statusUpToDate;
727 /** */
728 public static String FetchWizard_cantSaveMessage;
730 /** */
731 public static String FetchWizard_cantSaveTitle;
733 /** */
734 public static String FetchWizard_fetchNotSupported;
736 /** */
737 public static String FetchWizard_jobName;
739 /** */
740 public static String FetchWizard_transportError;
742 /** */
743 public static String FetchWizard_transportNotSupportedMessage;
745 /** */
746 public static String FetchWizard_transportNotSupportedTitle;
748 /** */
749 public static String FetchWizard_windowTitleDefault;
751 /** */
752 public static String FetchWizard_windowTitleWithSource;
754 /** */
755 public static String WindowCachePreferencePage_title;
757 /** */
758 public static String WindowCachePreferencePage_packedGitWindowSize;
760 /** */
761 public static String WindowCachePreferencePage_packedGitLimit;
763 /** */
764 public static String WindowCachePreferencePage_deltaBaseCacheLimit;
766 /** */
767 public static String WindowCachePreferencePage_packedGitMMAP;
769 static {
770 initializeMessages(UIText.class.getPackage().getName() + ".uitext",
771 UIText.class);