blob: 72e5dd0bcb4cd4c8aef8c36ba9e5dd521cafe09c [file] [log] [blame]
###############################################################################
# Copyright (c) 2006 IBM Corporation.
# 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:
# IBM Corporation - initial implementation
###############################################################################
EnhancedSynchronizeTab_Tab_Message=Add synchronization rules to upload files before the launch or to download files after the application terminates.
EnhancedSynchronizeTab_RulesFrame_Title=Synchronize rules:
EnhancedSynchronizeTab_RulesFrame_Description=Upload rules are executed before application starts. Download rules are executed after application finishes.
EnhancedSynchronizeTab_DownloadLabel_Type=DOWNLOAD
EnhancedSynchronizeTab_DownloadLabel_NoFiles=(no files/directories)
EnhancedSynchronizeTab_DownloadLabel_OneFile=1 item
EnhancedSynchronizeTab_DownloadLabel_MultipleFiles={0} items
EnhancedSynchronizeTab_DownloadLabel_FromLabel=From:
EnhancedSynchronizeTab_DownloadLabel_FileListSeparator=;
EnhancedSynchronizeTab_DownloadLabel_DestinationMissing=To: <missing local destination>
EnhancedSynchronizeTab_DownloadLabel_DestinationLabel=To:
EnhancedSynchronizeTab_DownloadLabel_OptionsLabel=Options:
EnhancedSynchronizeTab_DownloadLabel_OptionsSeparator=;
EnhancedSynchronizeTab_DownloadLabel_Options_Executable=executable
EnhancedSynchronizeTab_DownloadLabel_Options_Readonly=readonly
EnhancedSynchronizeTab_DownloadLabel_Options_PreserveTimeStamp=preserve time/date
EnhancedSynchronizeTab_UploadLabel_Type=UPLOAD
EnhancedSynchronizeTab_UploadLabel_NoFiles=(no files/directories)
EnhancedSynchronizeTab_UploadLabel_OneFile=1 item
EnhancedSynchronizeTab_UploadLabel_MultipleFiles={0} items
EnhancedSynchronizeTab_UploadLabel_FromLabel=From:
EnhancedSynchronizeTab_UploadLabel_FileListSeparator=;
EnhancedSynchronizeTab_UploadLabel_DestinationLabel=To:
EnhancedSynchronizeTab_UploadLabel_OptionsLabel=Options:
EnhancedSynchronizeTab_UploadLabel_DestinationSeparator=;
EnhancedSynchronizeTab_UploadLabel_Options_Executable=executable
EnhancedSynchronizeTab_UploadLabel_Options_Readonly=readonly
EnhancedSynchronizeTab_UploadLabel_Options_PreserveTimeStamp=preserve time/date
EnhancedSynchronizeTab_UploadLabel_Options_DownloadBack=download back changes
EnhancedSynchronizeTab_RulesFrame_Options_UploadEnabled=Upload rules enabled
EnhancedSynchronizeTab_RulesFrame_Options_DownloadEnabled=Download rules enabled
EnhancedSynchronizeTab_RulesFrame_Actions_NewUploadRule=New upload rule
EnhancedSynchronizeTab_RulesFrame_Actions_DownloadRule=New download rule
EnhancedSynchronizeTab_RulesFrame_Actions_EditSelectedRule=Edit selected
EnhancedSynchronizeTab_RulesFrame_Actions_RemoveSelectedRules=Remove selected
EnhancedSynchronizeTab_Tab_Title=Synchronize
EnhancedSynchronizeTab_ErrorMessage_NewRule_Title=New rule
EnhancedSynchronizeTab_ErrorMessage_NewRule_DontKnowRuleType=Launcher does not know how to edit this type of rule.
UploadRuleDialog_Title=Upload Rule
UploadRuleDialog_Message=Please specify the remote directory and a list of files that shall be uploaded.
UploadRuleDialog_OptionsFrame_Title=Options for all selected file(s):
UploadRuleDialog_RemoteDirectoryFrame_LabelDefaultButton=Use directory from launch configuration
UploadRuleDialog_OptionsFrame_OverwriteCombo_SkipOption=Skip
UploadRuleDialog_OptionsFrame_OverwriteCombo_OverwriteOption=Overwrite
UploadRuleDialog_OptionsFrame_OverwriteCombo_OverwriteIfNewerOption=Overwrite if newer
UploadRuleDialog_OptionsFrame_AddFileDialog_Description=Select directory to add
UploadRuleDialog_OptionsFrame_AddWorkspaceDialog_Description=Select the ressources from workspace to add
UploadRuleDialog_RemoteDirectoryFrame_LabelDirectory=Remote directory:
UploadRuleDialog_RemoteDirectoryFrame_Title=Remote directory:
UploadRuleDialog_FileButtonsFrame_Title=Selected file(s):
UploadRuleDialog_FileButtonsFrame_Description=Add files:
UploadRuleDialog_FileButtonsFrame_AddFilesButton=File(s)
UploadRuleDialog_FileButtonsFrame_AddDirectoryButton=Directory
UploadRuleDialog_FileButtonsFrame_AddWorkspaceButton=Workspace
UploadRuleDialog_FileButtonsFrame_RemoveFilesLabel=Remove files:
UploadRuleDialog_FileButtonsFrame_RemoveButton=Remove selected
UploadRuleDialog_OptionsFrame_ReadonlyCheck=Readonly
UploadRuleDialog_OptionsFrame_ExecutableCheck=Executable
UploadRuleDialog_OptionsFrame_DownloadBackCheck=Download back if changed
UploadRuleDialog_OptionsFrame_PreserveTimeStampCheck=Preserve time attributes
UploadRuleDialog_OptionsFrame_OverwriteLabel=If file already exists:
UploadRuleDialog_OptionsFrame_AddFileDialog_Title=Select file(s) to add
UploadRuleDialog_OptionsFrame_AddDirectoryDialog_Title=Select directory to add
UploadRuleDialog_OptionsFrame_AddWorkspaceDialog_Title=Workspace resources
LauncherExecutionTab_ArgumentsFrame_Title=Arguments:
LauncherExecutionTab_ArgumentsFrame_CommandLineLabel=Command line arguments
LauncherExecutionTab_ObserverFrame_Title=Customize application launch:
LauncherExecutionTab_ObserverFrame_ParserLabel=Output parser:
LauncherExecutionTab_ObserverFrame_BashCommandsBeforeLAbel=Bash commands, executed before application
LauncherExecutionTab_ObserverFrame_BashCommandsAfterLabel=Bash commands, executed after application
LauncherExecutionTab_Validation_ObserverAndNoConsole=Cannot set observer if no console is allocated (see Common Tab)
LauncherExecutionTab_ObserverFrame_ObserverCombo_DefaultNoneOption=none
LauncherExecutionTab_Tab_Title=Launch
DownloadRuleDialog_Title=Download Rule
DownloadRuleDialog_Message=Please specify the remote files that shall be downloaded and a local directory.
DownloadRuleDialog_DestinationFrame_Title=Local destination directory:
DownloadRuleDialog_DestinationFrame_FileSystemButton=File system
DownloadRuleDialog_DestinationFrame_WorkspaceButton=Workspace
DownloadRuleDialog_OptionsFrame_Title=Options for all selected file(s):
DownloadRuleDialog_OptionsFrame_ReadonlyCheck=Readonly
DownloadRuleDialog_OptionsFrame_ExecutableCheck=Executable
DownloadRuleDialog_OptionsFrame_PreserveTimeStampCheck=Preserve time attributes
DownloadRuleDialog_OptionsFrame_OverwriteLabel=If file already exists:
DownloadRuleDialog_OptionsFrame_OverwriteCombo_SkipOption=Skip
DownloadRuleDialog_OptionsFrame_OverwriteCombo_OverwriteAlwaysOption=Overwrite
DownloadRuleDialog_OptionsFrame_OverwriteCombo_OverwriteIfNewerOption=Overwrite if newer
DownloadRuleDialog_FileListFrame_Title=Selected file(s):
DownloadRuleDialog_FileListFrame_AddButton=Add new
DownloadRuleDialog_FileListFrame_EditButton=Change selected
DownloadRuleDialog_FileListFrame_RemoveButton=Remove selected
DownloadRuleDialog_DirectoryDialog_Title=Select local destination
DownloadRuleDialog_DirectoryDialog_Message=Select local destination directory
DownloadRuleDialog_WorkspaceDialog_Title=Select folder:
DownloadRuleDialog_AddFileDialog_Title=Add remote file/directoty
DownloadRuleDialog_AddFileDialog_Message=Remote file or directory to be added:
DownloadRuleDialog_EditFileDialog_Title=Add remote file/directoty
DownloadRuleDialog_EditFileDialog_Message=Remote file or directory to be added: