Home | History | Annotate | Download | only in launch
      1 #
      2 # Copyright (C) 2010 The Android Open Source Project
      3 #
      4 # Licensed under the Eclipse Public License, Version 1.0 (the "License");
      5 # you may not use this file except in compliance with the License.
      6 # You may obtain a copy of the License at
      7 #
      8 #      http://www.eclipse.org/org/documents/epl-v10.php
      9 #
     10 # Unless required by applicable law or agreed to in writing, software
     11 # distributed under the License is distributed on an "AS IS" BASIS,
     12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 # See the License for the specific language governing permissions and
     14 # limitations under the License.
     15 #
     16 
     17 # generic messages that could be used by multiple classes
     18 LaunchDialogTitle=Android Launch
     19 NonAndroidProjectError=Specified project is not an Android project
     20 ParseFileFailure_s=Failed to parse %1$s file
     21 
     22 # specialized, class-specific messages
     23 AndroidJUnitLaunchAction_LaunchDesc_s=%1$s JUnit launch
     24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
     25 AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on %2$s
     26 AndroidJUnitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, using %1$s
     27 AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s
     28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
     29 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\!
     30 AndroidJUnitTab_LoaderLabel=Instrumentation runner:
     31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
     32 AndroidJUnitTab_NoRunnerError=Instrumentation runner not specified
     33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
     34 AndroidJUnitTab_TestContainerText=Run all tests in the selected project, or package
     35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
     36 InstrValidator_WrongRunnerTypeMsg_s=The instrumentation runner must be of type %1$s
     37 RemoteAdtTestRunner_RunCompleteMsg=Test run finished
     38 RemoteAdtTestRunner_RunFailedMsg_s=Test run failed: %1$s
     39 RemoteAdtTestRunner_RunTimeoutException=Connection with device timed out.
     40 RemoteAdtTestRunner_RunIOException_s=Lost connection with device: %s
     41 RemoteAdtTestRunner_RunStoppedMsg=Test run stopped
     42 RemoteAdtTestRunner_RunAdbCommandRejectedException_s=Adb rejected command: %s
     43 RemoteAdtTestRunner_RunShellCommandUnresponsiveException=Device stopped sending output
     44