Remove unused NLS messages and texts
[egit/imyousuf.git] / org.spearce.egit.core / src / org / spearce / egit / core / coretext.properties
bloba91188961c223fea315f26b6e0ed900259572b21
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 ConnectProviderOperation_connecting=Connecting Git team provider.
19 ConnectProviderOperation_creating=Creating new Git repository.
20 ConnectProviderOperation_recordingMapping=Saving repository mappings.
21 ConnectProviderOperation_updatingCache=Updating workspace cache.
23 DisconnectProviderOperation_disconnecting=Disconnecting Git team provider.
25 UpdateOperation_updating=Updating index
26 UpdateOperation_failed=Failed to update index
28 AddOperation_adding=Adding resources.
29 AddOperation_failed=Failed to add resource.
31 AssumeUnchangedOperation_adding=Marking resources unchanged
32 UntrackOperation_adding=Untracking (removing) resources.
33 UntrackOperation_failed=Failed to untrack resource.
35 GitProjectData_mappedResourceGone=A mapped resource no longer exists in Eclipse.
36 GitProjectData_cannotReadHEAD=Current tree for `HEAD` cannot be obtained.
37 GitProjectData_missing=Git team provider configuration has gone missing.
38 GitProjectData_saveFailed=Saving Git team provider data to {0} failed.
39 GitProjectData_notifyChangedFailed=Resource change notification failed.
40 GitProjectData_lazyResolveFailed=Unable to load a referenced tree.
42 RepositoryFinder_finding=Searching for associated repositories.
44 MoveDeleteHook_cannotModifyFolder=Folder contains an active Git repository.\n\
45 The folder cannot be moved, renamed or deleted until the team provider is disconnected.
47 MoveDeleteHook_operationError=Error updating cache during move/delete.\n\
48 The resource cannot be moved, renamed or deleted due to an internal error.
50 Error_CanonicalFile=Unable to determine a canonical file path.
52 CloneOperation_title=Cloning from {0}
54 ListRemoteOperation_title=Getting remote branches information
56 PushOperation_resultCancelled=Operation was cancelled.
57 PushOperation_resultNotSupported=Can't push to {0}
58 PushOperation_resultTransportError=Transport error occured during push operation: {0}
59 PushOperation_resultNoServiceError=Push service is not available: {0}
60 PushOperation_taskNameDryRun=Trying pushing to remote repositories
61 PushOperation_taskNameNormalRun=Pushing to remote repositories