Rewrite egit clone wizard UI
[egit/zawir.git] / org.spearce.egit.ui / src / org / spearce / egit / ui / uitext.properties
blob939a6ef4f51a7ab6b37aab3944d63520dc18a393
1 ##
2 ##  Copyright (C) 2006  Shawn Pearce <spearce@spearce.org>
3 ##
4 ##  This library is free software; you can redistribute it and/or
5 ##  modify it under the terms of the GNU Lesser General Public
6 ##  License, version 2.1, as published by the Free Software Foundation.
7 ##
8 ##  This library is distributed in the hope that it will be useful,
9 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 ##  Lesser General Public License for more details.
13 ##  You should have received a copy of the GNU Lesser General Public
14 ##  License along with this library; if not, write to the Free Software
15 ##  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
18 SharingWizard_windowTitle=Configure Git Repository
19 SharingWizard_failed=Failed to initalize Git team provider.
21 GenericOperationFailed={0} Failed
23 ExistingOrNewPage_title=Configure Git Repository
24 ExistingOrNewPage_description=Select Git Repository Location
25 ExistingOrNewPage_groupHeader=Repository Location
26 ExistingOrNewPage_useExisting=Search for existing Git repositories
27 ExistingOrNewPage_createNew=Create a new Git repository for this project
29 GitCloneWizard_title=Import Git Repository
30 GitCloneWizard_jobName=Cloning from {0}
31 GitCloneWizard_failed=Git repository clone failed.
33 CloneSourcePage_title=Source Git Repository
34 CloneSourcePage_description=Enter the location of the repository to be cloned.
35 CloneSourcePage_groupLocation=Location
36 CloneSourcePage_groupAuthentication=Authentication
37 CloneSourcePage_groupConnection=Connection
38 CloneSourcePage_promptURI=URI
39 CloneSourcePage_promptHost=Host
40 CloneSourcePage_promptPath=Repository path
41 CloneSourcePage_promptUser=User
42 CloneSourcePage_promptPassword=Password
43 CloneSourcePage_promptScheme=Protocol
44 CloneSourcePage_promptPort=Port
45 CloneSourcePage_fieldRequired={0} required for {1} protocol.
46 CloneSourcePage_fieldNotSupported={0} not supported on {1} protocol.
47 CloneSourcePage_fileNotFound={0} does not exist.
48 CloneSourcePage_internalError=Internal error; consult Eclipse error log.
50 SourceBranchPage_branchList=Branches of {0}:
51 SourceBranchPage_selectAll=Select All
52 SourceBranchPage_selectNone=Deselect All
53 SourceBranchPage_errorBranchRequired=At least one branch must be selected.
55 CloneDestinationPage_title=Local Destination
56 CloneDestinationPage_description=Configure the local storage location for {0}.
57 CloneDestinationPage_groupDestination=Destination
58 CloneDestinationPage_groupConfiguration=Configuration
59 CloneDestinationPage_promptDirectory=Directory
60 CloneDestinationPage_promptInitialBranch=Initial branch
61 CloneDestinationPage_promptRemoteName=Remote name
62 CloneDestinationPage_fieldRequired={0} is required.
63 CloneDestinationPage_browseButton=Browse
64 CloneDestinationPage_errorExists={0} already exists.
66 Decorator_failedLazyLoading=Resource decorator failed to load tree contents on demand.
67 QuickDiff_failedLoading=Quick diff failed to obtain file data.
69 ResourceHistory_toggleCommentWrap=Wrap Comments
70 ResourceHistory_toggleRevDetail=Show Revision Details
71 ResourceHistory_toggleRevComment=Show Revision Comment
72 ResourceHistory_toggleTooltips=Show Revision Tooltip
74 HistoryPage_authorColumn=Author
75 HistoryPage_dateColumn=Date
76 HistoryPage_pathnameColumn=Path
77 HistoryPage_refreshJob=Reading history from Git
79 HistoryPage_findbar_findTooltip=Find
80 HistoryPage_findbar_find=Find:
81 HistoryPage_findbar_next=next
82 HistoryPage_findbar_previous=previous
83 HistoryPage_findbar_ignorecase=Ignore case
84 HistoryPage_findbar_commit=Commit
85 HistoryPage_findbar_comments=Comments
86 HistoryPage_findbar_author=Author
87 HistoryPage_findbar_committer=Committer
88 HistoryPage_findbar_changeto_commit=Change to Commit
89 HistoryPage_findbar_changeto_comments=Change to Comments
90 HistoryPage_findbar_changeto_author=Change to Author
91 HistoryPage_findbar_changeto_committer=Change to Committer
92 HistoryPage_findbar_exceeded=Results limit exceeded
93 HistoryPage_findbar_notFound=String not found
95 HistoryPreferencePage_title=Git
97 WindowCachePreferencePage_title=Git Window Cache
98 WindowCachePreferencePage_packedGitWindowSize=Window size:
99 WindowCachePreferencePage_packedGitLimit=Window cache limit:
100 WindowCachePreferencePage_deltaBaseCacheLimit=Delta base cache limit:
101 WindowCachePreferencePage_packedGitMMAP=Use virtual memory mapping
102 WindowCachePreferencePage_note=Note:
103 WindowCachePreferencePage_needRestart=Changes may not take effect until workbench is restarted