org.eclipse.che.plugin.github.ide.GitHubLocalizationConstant.properties Maven / Gradle / Ivy
#
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#
############### ImportFromGitHub ###############
import.github.account=GitHub Account:
##################Authorization#################
authorization.dialog.title = Authorization
authorization.dialog.text = {0} requests authorization through OAuth2 protocol
authorization.generateKeyLabel = generate ssh key and upload it on GitHub
authorization.message.unableCreateSshKey = Unable create private ssh key. \
You can create a new SSH key pair in Profile->Preferences->SSH->VCS.
message.sshKey.generation.promt = Selected Repo is private. Would you like to generate ssh key and upload it on GitHub?
authorization.message.keyUploadSuccess = Ssh key uploaded
############### SamplesListGrid ###############
samplesListGrid.column.name=Project
samplesListGrid.column.description=Description
############MESSAGES################
authorization.failed = Failed to authorize application on GitHub
authorization.request.rejected=Authorization request rejected by user
importProject.message.nameRepoIncorrect = The repository name is incorrect.
importProject.message.hostIncorrect = The address of the remote server is incorrect.
importProject.message.protocolIncorrect = The transport protocol or url syntax is incorrect.
importProject.message.startWithWhiteSpace = The url can not start with a whitespace.
#GithubImporterPage
view.import.githubImporterPage.projectUrl = URL:
view.import.githubImporterPage.recursive = Import recursively (for multi-module projects)
view.import.githubImporterPage.projectInfo = Project Information
view.import.githubImporterPage.projectName = Name:
view.import.githubImporterPageProjectNamePrompt = Define the name of your project...
view.import.githubImporterPage.projectDescription = Description:
view.import.githubImporterPage.projectDescriptionPrompt = Add a description to your project...
view.import.githubImporterPage.keepDirectory = Keep following directory
view.import.githubImporterPage.keepDirectoryField = Directory:
view.import.githubImporterPage.branch = Branch
view.import.githubImporterPage.branchField = Enter the name of imported branch (master by default):
© 2015 - 2025 Weber Informatics LLC | Privacy Policy