summaryrefslogtreecommitdiff
path: root/src/plugins/android/plugin.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/plugin.properties')
-rw-r--r--src/plugins/android/plugin.properties131
1 files changed, 131 insertions, 0 deletions
diff --git a/src/plugins/android/plugin.properties b/src/plugins/android/plugin.properties
new file mode 100644
index 0000000..5277caf
--- /dev/null
+++ b/src/plugins/android/plugin.properties
@@ -0,0 +1,131 @@
+#
+# 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.
+#
+
+Plugin_Vendor = Motorola Mobility, Inc.
+Plugin_Name = MOTODEV Studio for Android
+motodev.category.name = MOTODEV Studio
+android.wizard.project.name = Android Project Using Studio for Android
+android.wizard.project.description = Creates a new MOTODEV Studio for Android project
+android.wizard.widget.project.name = Android Widget Project Using Studio for Android
+
+
+android.wizard.widget.project.description = Creates a new MOTODEV Studio for Android widget project
+
+popupmenu.clean.projects.command.name=Clean selected project(s)
+
+preferencePageName = MOTODEV Studio for Android
+ndkPreferencePageName = Android NDK
+
+wizardName=Install Application
+wizardDescription=Transfers an application package to a device and installs it
+
+command.localization.name=Open Localization Files Editor
+command.localization.description=Open the string editor for localization
+command.name.2 = Open Motorola Mobility Products page
+command.name.obfuscate = Enable/Disable Obfuscation
+command.tooltip.2 = View Android-powered devices from Motorola Mobility
+command.tooltip.obfuscate = Enables or disables automatic obfuscation when packaging Android projects
+command.mnemonic.0 = O
+command.mnemonic.1 = M
+command.mnemonic.2 = P
+
+command.name.helponline = Help Contents
+
+command.name.helpandroid = MOTODEV Discussion Boards
+command.mnemonic.helpandroid = A
+
+command.name.helpstudio = MOTODEV Studio for Android Discussion Boards
+command.mnemonic.helpstudio = S
+
+label.help = Help
+
+
+building.block.explorer.name = Building Block Explorer
+
+monkeyLaunch.description = Create a configuration to launch the UI/Application Exerciser Monkey
+
+monkeyLaunch.name=Test events with Monkey
+
+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.
+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.
+Monkey_Option_PctTouch_Description=Adjust percentage of touch events. (Touch events are a down-up event in a single place on the screen.)
+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.)
+Monkey_Option_PctTrackball_Description=Adjust percentage of trackball events. (Trackball events consist of one or more random movements, sometimes followed by a click.)
+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.)
+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.)
+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.)
+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.
+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.
+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.
+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.
+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.
+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.
+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.
+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.
+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.
+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.
+Monkey_Option_WaitDBG_Description=Stops the Monkey from executing until a debugger is attached to it.
+Monkey_Option_Verbose_Label=Verbose
+Monkey_Option_Verbose_Description=Provides more details about the test as it runs.
+Monkey_Option_OtherMonkeyOptions_Description=Other Monkey options
+Monkey_Option_Categories_Label=Categories
+Monkey_Option_OtherMonkeyOptions_Label=Other Monkey Options
+Monkey_Option_Seed_Label=seed
+Monkey_Option_Throttle_Label=throttle
+Monkey_Option_PctTouch_Label=pct-touch
+Monkey_Option_PctMotion_Label=pct-motion
+Monkey_Option_PctTrackball_Label=pct-trackball
+Monkey_Option_PctNav_Label=pct-nav
+Monkey_Option_PctMajornav_Label=pct-majornav
+Monkey_Option_PctSyskeys_Label=pct-syskeys
+Monkey_Option_PctAppswitch_Label=pct-appswitch
+Monkey_Option_PctAnyevent_Label=pct-anyevent
+Monkey_Option_DbgNoEvents_Label=dbg-no-events
+Monkey_Option_Hprof_Label=hprof
+Monkey_Option_IgnoreCrashs_Label=ignore-crashes
+Monkey_Option_IgnoreTimeouts_Label=ignore-timeouts
+Monkey_Option_IgnoreSecurity_Label=ignore-security-exceptions
+Monkey_Option_KillProcessAfterError_Label=kill-process-after-error
+Monkey_Option_MonitorNativeCrashes_Label=monitor-native-crashes
+Monkey_Option_WaitDBG_Label=wait-dbg
+
+Monkey_Tab_Label_Events=Events
+Monkey_Tab_Label_Constraints=Constraints
+Monkey_Tab_Label_Debugging=Debugging
+Monkey_Tab_Label_General=General
+
+motodevmenu.new.project=New Android Project
+motodevmenu.new.project.tooltip = Creates a new Android project using MOTODEV Studio for Android
+motodevmenu.new.widget.project=New Android Widget Project
+motodevmenu.new.widget.project.tooltip=Creates a new Android widget project using MOTODEV Studio for Android
+motodevmenu.native.androidNDKAddNativeSupport=Adds native support to a project
+motodevmenu.localization.openEditor=Open Android Localization Files Editor
+
+Motodev_Studio_PropertyPage_Name=MOTODEV Studio
+
+popupmenu.add.libraries.command.name=Add Libraries
+popupmenu.add.libraries.command.label=Add Libraries...
+
+android.wizard.activity.endlesslist.usingfragment.name = Endless List (using fragment - requires API level 11 or higher)
+
+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.
+
+motodevmenu.autogeneratedcode=Auto-Generated Code
+motodevmenu.autogeneratedcode.activity=Create Activity Based on Template
+
+newWizardsLabel=New
+motodevmenu.web.resources=MOTODEV Web Resources
+studioLabel=MOTODEV Studio \ No newline at end of file