Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 50379649ec204bcc3691adccbb39a31cf283c4b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
###############################################################################
# Copyright (c) 2011 University of Tennessee and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     University of Tennessee (Roland Schulz) - initial API and implementation
###############################################################################

CommandRunner_0=Remote execution canceled
CR_CreateInstanceError=Cannot create instances of static class CommandRunner
GRSC_CommitMessage=Eclipse Automatic Commit
GRSC_GitAddFailure=remote git add failed with message: 
GRSC_GitCommitFailure=remote git commit failed with message: 
GRSC_GitInitFailure=remote git init failed with message: 
GRSC_GitLsFilesFailure=remote git ls-files failed with message: 
GRSC_GitMergeFailure=Remote merge failed with message: 
GRSC_GitRmFailure=remote git rm failed with message: 
GSP_ChangeConnectionError=Changing of remote connection is not supported.
GSP_ChangeLocationError=Changing of remote location is not supported.
GSP_ChangeProjectError=Changing of project is not supported.
GSP_SyncTaskName=Synchronization
GitRemoteSyncConnection_0=Unable to refresh workspace
GitRemoteSyncConnection_1=Synchronizing...
GitRemoteSyncConnection_2=Merge conflict
GitRemoteSyncConnection_adding_files=Adding files to repository...
GitRemoteSyncConnection_building_repo=Building repository...
GitRemoteSyncConnection_committing_remote=Committing remote files...
GitRemoteSyncConnection_getting_remote_file_status=Getting remote file status...
GitRemoteSyncConnection_sync_local_to_remote=Sync local to remote...
GitRemoteSyncConnection_sync_remote_to_local=Sync remote to local...
GitServiceProvider_0=Unable to retrieve information needed to create sync connection
GitServiceProvider_1=Synchronization canceled
GitServiceProvider_2=Synchronization interrupted
GitServiceProvider_3=Unable to find build scenario for project: 
GitServiceProvider_4=Merge conflict
GitServiceProvider_5=Attempt to sync a configuration which has sync disabled

Back to the top