blob: 436d3979ddd4da1808c7f9d39731bdec8a225e7e [file] [log] [blame]
#
# Copyright (C) 2012 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.
#
MissingPermissionsQuickFix_Description=Add required permissions to AndroidManifest.xml
MissingPermissionsQuickFix_Label=Add required permissions
UnneededPermissionsQuickFix_Description=Remove unneeded permissions from AndroidManifest.xml
UnneededPermissionsQuickFix_Label=Remove unneeded permissions
DeviceCompatibilityUnsupportedFeaturesQuickFix_Description=Add the android:required="false" attribute to the uses-feature element in AndroidManifest.xml
QuickFix_CouldNotFixTheProblem=Quick fix could not fix the problem:
DeviceCompatibilityUnsupportedFeaturesQuickFix_Label=Add android:required="false" to the uses-feature element
QuickFix_MarkerResolutionFailed=Marker resolution failure.
MissingMinSdkQuickFix_Description=Add android:minSdkVersion to AndroidManifest.xml using the version declared in project.properties
MissingMinSdkQuickFix_Label=Add missing android:minSdkVersion
UneededMaxSdkQuickFix_Description=Remove the unnecessary android:maxSdkVersion attribute from AndroidManifest.xml
UneededMaxSdkQuickFix_Label=Remove android:maxSdkVersion from AndroidManifest.xml
ImpliedFeaturesMarkerResolution_Fail_Msg_Dlg_Title=Marker resolution failure.
ImpliedFeaturesMarkerResolution_Fail_Msg_Manipulate_Manifest=Unable to access the AndroidManifest.xml file.
ImpliedFeaturesMarkerResolution_Fail_Msg_Save_Manifest=Unable to read AndroidManifest.xml or an error ocurred while trying to save the file.
ImpliedFeaturesMarkerResolution_Label=Add the implied feature to Androidmanifest.xml