Refactor/rewrite CloneSourcePage to universal RepositorySelectionPage
[egit/zawir.git] / org.spearce.egit.ui / src / org / spearce / egit / ui / UIText.java
blob0d39440588dbefbfa1269bad84d9bb5010e3bd19
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 SharingWizard_windowTitle;
22 /** */
23 public static String SharingWizard_failed;
25 /** */
26 public static String GenericOperationFailed;
28 /** */
29 public static String ExistingOrNewPage_title;
31 /** */
32 public static String ExistingOrNewPage_description;
34 /** */
35 public static String ExistingOrNewPage_groupHeader;
37 /** */
38 public static String ExistingOrNewPage_useExisting;
40 /** */
41 public static String ExistingOrNewPage_createNew;
43 /** */
44 public static String ExistingOrNewPage_createInParent;
46 /** */
47 public static String GitCloneWizard_title;
49 /** */
50 public static String GitCloneWizard_jobName;
52 /** */
53 public static String GitCloneWizard_failed;
55 /** */
56 public static String RepositorySelectionPage_sourceSelectionTitle;
58 /** */
59 public static String RepositorySelectionPage_sourceSelectionDescription;
61 /** */
62 public static String RepositorySelectionPage_destinationSelectionTitle;
64 /** */
65 public static String RepositorySelectionPage_destinationSelectionDescription;
67 /** */
68 public static String RepositorySelectionPage_groupLocation;
70 /** */
71 public static String RepositorySelectionPage_groupAuthentication;
73 /** */
74 public static String RepositorySelectionPage_groupConnection;
76 /** */
77 public static String RepositorySelectionPage_promptURI;
79 /** */
80 public static String RepositorySelectionPage_promptHost;
82 /** */
83 public static String RepositorySelectionPage_promptPath;
85 /** */
86 public static String RepositorySelectionPage_promptUser;
88 /** */
89 public static String RepositorySelectionPage_promptPassword;
91 /** */
92 public static String RepositorySelectionPage_promptScheme;
94 /** */
95 public static String RepositorySelectionPage_promptPort;
97 /** */
98 public static String RepositorySelectionPage_fieldRequired;
100 /** */
101 public static String RepositorySelectionPage_fieldNotSupported;
103 /** */
104 public static String RepositorySelectionPage_fileNotFound;
106 /** */
107 public static String RepositorySelectionPage_internalError;
109 /** */
110 public static String RepositorySelectionPage_configuredRemoteChoice;
112 /** */
113 public static String RepositorySelectionPage_uriChoice;
115 /** */
116 public static String SourceBranchPage_title;
118 /** */
119 public static String SourceBranchPage_branchList;
121 /** */
122 public static String SourceBranchPage_selectAll;
124 /** */
125 public static String SourceBranchPage_selectNone;
127 /** */
128 public static String SourceBranchPage_errorBranchRequired;
130 /** */
131 public static String SourceBranchPage_transportError;
133 /** */
134 public static String SourceBranchPage_interrupted;
136 /** */
137 public static String SourceBranchPage_cannotListBranches;
139 /** */
140 public static String SourceBranchPage_remoteListingCancelled;
142 /** */
143 public static String CloneDestinationPage_title;
145 /** */
146 public static String CloneDestinationPage_description;
148 /** */
149 public static String CloneDestinationPage_groupDestination;
151 /** */
152 public static String CloneDestinationPage_groupConfiguration;
154 /** */
155 public static String CloneDestinationPage_promptDirectory;
157 /** */
158 public static String CloneDestinationPage_promptInitialBranch;
160 /** */
161 public static String CloneDestinationPage_promptRemoteName;
163 /** */
164 public static String CloneDestinationPage_fieldRequired;
166 /** */
167 public static String CloneDestinationPage_browseButton;
169 /** */
170 public static String CloneDestinationPage_errorExists;
172 /** */
173 public static String Decorator_failedLazyLoading;
175 /** */
176 public static String QuickDiff_failedLoading;
178 /** */
179 public static String ResourceHistory_toggleCommentWrap;
181 /** */
182 public static String ResourceHistory_toggleCommentFill;
183 /** */
184 public static String ResourceHistory_toggleRevDetail;
186 /** */
187 public static String ResourceHistory_toggleRevComment;
189 /** */
190 public static String ResourceHistory_toggleTooltips;
192 /** */
193 public static String HistoryPage_authorColumn;
195 /** */
196 public static String HistoryPage_dateColumn;
198 /** */
199 public static String HistoryPage_pathnameColumn;
201 /** */
202 public static String HistoryPage_refreshJob;
204 /** */
205 public static String HistoryPage_findbar_findTooltip;
207 /** */
208 public static String HistoryPage_findbar_find;
210 /** */
211 public static String HistoryPage_findbar_next;
213 /** */
214 public static String HistoryPage_findbar_previous;
216 /** */
217 public static String HistoryPage_findbar_ignorecase;
219 /** */
220 public static String HistoryPage_findbar_commit;
222 /** */
223 public static String HistoryPage_findbar_comments;
225 /** */
226 public static String HistoryPage_findbar_author;
228 /** */
229 public static String HistoryPage_findbar_committer;
231 /** */
232 public static String HistoryPage_findbar_changeto_commit;
234 /** */
235 public static String HistoryPage_findbar_changeto_comments;
237 /** */
238 public static String HistoryPage_findbar_changeto_author;
240 /** */
241 public static String HistoryPage_findbar_changeto_committer;
243 /** */
244 public static String HistoryPage_findbar_exceeded;
246 /** */
247 public static String HistoryPage_findbar_notFound;
249 /** */
250 public static String HistoryPreferencePage_title;
252 /** */
253 public static String WindowCachePreferencePage_title;
255 /** */
256 public static String WindowCachePreferencePage_packedGitWindowSize;
258 /** */
259 public static String WindowCachePreferencePage_packedGitLimit;
261 /** */
262 public static String WindowCachePreferencePage_deltaBaseCacheLimit;
264 /** */
265 public static String WindowCachePreferencePage_packedGitMMAP;
267 static {
268 initializeMessages(UIText.class.getPackage().getName() + ".uitext",
269 UIText.class);