blob: bfbc01f00ff8c7425a87264e8f2d07c986cc80a1 [file] [log] [blame]
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
application.name.not.set=Application name must be set
create.project.dir.failed=Failed to create project directory
git.project.dir.empty=Failed to find any projects in Git repository
git.project.missing.sample.root=Could not find sample root \"{0}\" in Git repository
select.project.location=Select project location
sample.import.title=Import Sample
sample.index.downloading=Downloading samples index...
sample.index.download.failed=Failed to download samples index, please check your connection and try again
sample.import.error.title=Sample Import Failed
sample.browser.title=Browse Samples
sample.browser.description=Select a sample to import
sample.browse.source=Browse source in GitHub
sample.browser.please.select=Please select a sample
sample.browser.empty=No matching samples found
sample.browser.no.description=No description available
sample.browser.no.preview=No preview available
sample.setup.description=Provide information about your project
sample.setup.title=Sample Setup
sample.default.name=My Imported Sample
sample.copy.to.project.failed=Failed to copy sample into project directory
sample.import.warning.title=Sample Import Warning
sample.import.no.gradlew.exec=Could not make gradle wrapper executable for sample: {0}. Command line builds may not work properly.