1 # 2 # Copyright (C) 2012 The Android Open Source Project 3 # 4 # Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0 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 Plugin_Vendor = Motorola Mobility, Inc. 18 Plugin_Name = MOTODEV Studio for Android 19 motodev.category.name = MOTODEV Studio 20 android.wizard.project.name = Android Project Using Studio for Android 21 android.wizard.project.description = Creates a new MOTODEV Studio for Android project 22 android.wizard.widget.project.name = Android Widget Project Using Studio for Android 23 24 25 android.wizard.widget.project.description = Creates a new MOTODEV Studio for Android widget project 26 27 popupmenu.clean.projects.command.name=Clean selected project(s) 28 29 preferencePageName = MOTODEV Studio for Android 30 ndkPreferencePageName = Android NDK 31 32 wizardName=Install Application 33 wizardDescription=Transfers an application package to a device and installs it 34 35 command.localization.name=Open Localization Files Editor 36 command.localization.description=Open the string editor for localization 37 command.name.2 = Open Motorola Mobility Products page 38 command.name.obfuscate = Enable/Disable Obfuscation 39 command.tooltip.2 = View Android-powered devices from Motorola Mobility 40 command.tooltip.obfuscate = Enables or disables automatic obfuscation when packaging Android projects 41 command.mnemonic.0 = O 42 command.mnemonic.1 = M 43 command.mnemonic.2 = P 44 45 command.name.helponline = Help Contents 46 47 command.name.helpandroid = MOTODEV Discussion Boards 48 command.mnemonic.helpandroid = A 49 50 command.name.helpstudio = MOTODEV Studio for Android Discussion Boards 51 command.mnemonic.helpstudio = S 52 53 label.help = Help 54 55 56 building.block.explorer.name = Building Block Explorer 57 58 monkeyLaunch.description = Create a configuration to launch the UI/Application Exerciser Monkey 59 60 monkeyLaunch.name=Test events with Monkey 61 62 Monkey_Option_Seed_Description=Seed value for pseudo-random number generator. If you re-run the Monkey with the same seed value, it will generate the same sequence of events. 63 Monkey_Option_Throttle_Description=Inserts a fixed delay between events. You can use this option to slow down the Monkey. If not specified, there is no delay and the events are generated as rapidly as possible. 64 Monkey_Option_PctTouch_Description=Adjust percentage of touch events. (Touch events are a down-up event in a single place on the screen.) 65 Monkey_Option_PctMotion_Description=Adjust percentage of motion events. (Motion events consist of a down event somewhere on the screen, a series of pseudo-random movements, and an up event.) 66 Monkey_Option_PctTrackball_Description=Adjust percentage of trackball events. (Trackball events consist of one or more random movements, sometimes followed by a click.) 67 Monkey_Option_PctNav_Description=Adjust percentage of "basic" navigation events. (Navigation events consist of up/down/left/right, as input from a directional input device.) 68 Monkey_Option_PctMajornav_Description=Adjust percentage of "major" navigation events. (These are navigation events that will typically cause actions within your UI, such as the center button in a 5-way pad, the back key, or the menu key.) 69 Monkey_Option_PctSyskeys_Description=Adjust percentage of "system" key events. (These are keys that are generally reserved for use by the system, such as Home, Back, Start Call, End Call, or Volume controls.) 70 Monkey_Option_PctAppswitch_Description=Adjust percentage of activity launches. At random intervals, the Monkey will issue a startActivity() call, as a way of maximizing coverage of all activities within your package. 71 Monkey_Option_PctAnyevent_Description=Adjust percentage of other types of events. This is a catch-all for all other types of events such as keypresses, other less-used buttons on the device, and so forth. 72 Monkey_Option_Categories_Description=If you specify one or more categories this way, the Monkey will only allow the system to visit activities that are listed with one of the specified categories. If you don't specify any categories, the Monkey will select activities listed with the category Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To specify multiple categories, use the -c option multiple times one -c option per category. 73 Monkey_Option_DbgNoEvents_Description=When specified, the Monkey will perform the initial launch into a test activity, but will not generate any further events. For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep the Monkey running for 30 seconds or more. This provides an environment in which you can monitor package transitions invoked by your application. 74 Monkey_Option_Hprof_Description=If set, this option will generate profiling reports immediately before and after the Monkey event sequence. This will generate large (~5Mb) files in data/misc, so use with care. See Traceview for more information on trace files. 75 Monkey_Option_IgnoreCrashs_Description=Normally, the Monkey will stop when the application crashes or experiences any type of unhandled exception. If you specify this option, the Monkey will continue to send events to the system, until the count is completed. 76 Monkey_Option_IgnoreTimeouts_Description=Normally, the Monkey will stop when the application experiences any type of timeout error such as a "Application Not Responding" dialog. If you specify this option, the Monkey will continue to send events to the system, until the count is completed. 77 Monkey_Option_IgnoreSecurity_Description=Normally, the Monkey will stop when the application experiences any type of permissions error, for example if it attempts to launch an activity that requires certain permissions. If you specify this option, the Monkey will continue to send events to the system, until the count is completed. 78 Monkey_Option_KillProcessAfterError_Description=Normally, when the Monkey stops due to an error, the application that failed will be left running. When this option is set, it will signal the system to stop the process in which the error occurred. Note, under a normal (successful) completion, the launched process(es) are not stopped, and the device is simply left in the last state after the final event. 79 Monkey_Option_MonitorNativeCrashes_Description=Watches for and reports crashes occurring in the Android system native code. If --kill-process-after-error is set, the system will stop. 80 Monkey_Option_WaitDBG_Description=Stops the Monkey from executing until a debugger is attached to it. 81 Monkey_Option_Verbose_Label=Verbose 82 Monkey_Option_Verbose_Description=Provides more details about the test as it runs. 83 Monkey_Option_OtherMonkeyOptions_Description=Other Monkey options 84 Monkey_Option_Categories_Label=Categories 85 Monkey_Option_OtherMonkeyOptions_Label=Other Monkey Options 86 Monkey_Option_Seed_Label=seed 87 Monkey_Option_Throttle_Label=throttle 88 Monkey_Option_PctTouch_Label=pct-touch 89 Monkey_Option_PctMotion_Label=pct-motion 90 Monkey_Option_PctTrackball_Label=pct-trackball 91 Monkey_Option_PctNav_Label=pct-nav 92 Monkey_Option_PctMajornav_Label=pct-majornav 93 Monkey_Option_PctSyskeys_Label=pct-syskeys 94 Monkey_Option_PctAppswitch_Label=pct-appswitch 95 Monkey_Option_PctAnyevent_Label=pct-anyevent 96 Monkey_Option_DbgNoEvents_Label=dbg-no-events 97 Monkey_Option_Hprof_Label=hprof 98 Monkey_Option_IgnoreCrashs_Label=ignore-crashes 99 Monkey_Option_IgnoreTimeouts_Label=ignore-timeouts 100 Monkey_Option_IgnoreSecurity_Label=ignore-security-exceptions 101 Monkey_Option_KillProcessAfterError_Label=kill-process-after-error 102 Monkey_Option_MonitorNativeCrashes_Label=monitor-native-crashes 103 Monkey_Option_WaitDBG_Label=wait-dbg 104 105 Monkey_Tab_Label_Events=Events 106 Monkey_Tab_Label_Constraints=Constraints 107 Monkey_Tab_Label_Debugging=Debugging 108 Monkey_Tab_Label_General=General 109 110 motodevmenu.new.project=New Android Project 111 motodevmenu.new.project.tooltip = Creates a new Android project using MOTODEV Studio for Android 112 motodevmenu.new.widget.project=New Android Widget Project 113 motodevmenu.new.widget.project.tooltip=Creates a new Android widget project using MOTODEV Studio for Android 114 motodevmenu.native.androidNDKAddNativeSupport=Adds native support to a project 115 motodevmenu.localization.openEditor=Open Android Localization Files Editor 116 117 Motodev_Studio_PropertyPage_Name=MOTODEV Studio 118 119 popupmenu.add.libraries.command.name=Add Libraries 120 popupmenu.add.libraries.command.label=Add Libraries... 121 122 android.wizard.activity.endlesslist.usingfragment.name = Endless List (using fragment - requires API level 11 or higher) 123 124 android.wizard.activity.endlesslist.usingfragment.description = ListFragment which has no end. Every time the end of the list is about to be reached, more data is retrieved and added to the list. 125 126 motodevmenu.autogeneratedcode=Auto-Generated Code 127 motodevmenu.autogeneratedcode.activity=Create Activity Based on Template 128 129 newWizardsLabel=New 130 motodevmenu.web.resources=MOTODEV Web Resources 131 studioLabel=MOTODEV Studio