aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/messages.properties
blob: b27a3654e75787a2c2f988acc23bdcb7a3632cc1 (plain)
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
40
41
42
43
#
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Eclipse Public License, Version 1.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.eclipse.org/org/documents/epl-v10.php
#
# 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.
#

# generic messages that could be used by multiple classes
LaunchDialogTitle=Android Launch
NonAndroidProjectError=Specified project is not an Android project
ParseFileFailure_s=Failed to parse %1$s file

# specialized, class-specific messages
AndroidJUnitLaunchAction_LaunchDesc_s=%1$s JUnit launch
AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on %2$s
AndroidJUnitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, using %1$s
AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s
AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
AndroidJUnitDelegate_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\!
AndroidJUnitTab_LoaderLabel=Instrumentation runner:
AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
AndroidJUnitTab_NoRunnerError=Instrumentation runner not specified
AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
AndroidJUnitTab_TestContainerText=Run all tests in the selected project, or package
InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
InstrValidator_WrongRunnerTypeMsg_s=The instrumentation runner must be of type %1$s
RemoteAdtTestRunner_RunCompleteMsg=Test run finished
RemoteAdtTestRunner_RunFailedMsg_s=Test run failed: %1$s
RemoteAdtTestRunner_RunTimeoutException=Connection with device timed out.
RemoteAdtTestRunner_RunIOException_s=Lost connection with device: %s
RemoteAdtTestRunner_RunStoppedMsg=Test run stopped
RemoteAdtTestRunner_RunAdbCommandRejectedException_s=Adb rejected command: %s
RemoteAdtTestRunner_RunShellCommandUnresponsiveException=Device stopped sending output