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 ################################################################################# 18 # 19 # Android Emulator Core Plugin properties 20 # 21 ################################################################################# 22 23 pluginName=MOTODEV Studio for Android Emulator 24 providerName=Motorola Mobility, Inc. 25 copyright=Copyright (C) 2012 The Android Open Source Project 26 27 28 # Extension point related labels 29 extensionPointSkin=Android Emulator Skin 30 extensionPointVm=Android Emulator VM 31 extensionPointEmulatorDefinition=Android Emulator Definition 32 33 android.emulator.device.name=Android Virtual Device 34 35 status.offlineNoData=Offline (no user data) 36 status.offline=Offline 37 status.online=Online 38 status.notavailable=Not available 39 40 android.emulator.device.wizard.name=Android Virtual Device 41 android.emulator.device.property.page.name=Android Virtual Device 42 android.emulator.device.property.page.startupOptions.name=Startup Options 43 android.emulator.device.properties.page.name=Device Properties 44 45 initEmulatorServiceName=Initialize Device 46 47 command.newwizard.name=New Android Virtual Device 48 49 toolbarRefreshList=Refresh Android Virtual Devices List 50 51 newAvdWizardName=New Android Virtual Device... 52 53 resetServiceName=Reset 54 resetServiceDescription=Service to reset an Android Emulator 55 stopServiceName=Stop 56 stopDescription=Service to stop a Android Emulator 57 startServiceName=Start 58 startDescription=Service to start a Android Emulator 59 repairServiceName=Repair 60 repairDescription=Service to repair a Android Virtual Device 61 62 # Perspective related labels 63 androidEmulatorPerspective=Android Emulator 64 65 # View related labels 66 androidEmulatorViewCategory=Android Emulator 67 androidEmulatorViewName=Android Emulator 68 androidMainDisplayViewName=Emulator Main Display 69 70 # View menu/toolbar related labels 71 menuName=Android Emulator Menu 72 submenuZoom=Zoom 73 menuZoom25=25% 74 menuZoom50=50% 75 menuZoom75=75% 76 menuZoom100=100% 77 menuZoomFit=Fit To Window 78 menuZoomIn = In 79 menuZoomOut = Out 80 menuZoomDefault = Default(100%) 81 toolbarZoomIn = Zoom In 82 toolbarZoomOut = Zoom Out 83 84 # Switch layout labels 85 submenuLayout=Emulator Layout 86 toolbarSwitchLayout=Switch Layout 87 menuSwitchToNextLayout=Switch to Next Layout 88 89 # Wizard related labels 90 android.emulator.wizard.category=Android Emulator 91 emulatorDefName=Android Emulator 1.0 92 93 StartUp_Options_DpiDevice_Label=Screen Resolution (dpi) 94 StartUp_Options_DpiDevice_Description=Scale the resolution of the emulator to match the screen size of a physical device 95 StartUp_Options_Scale_Label=Scale 96 StartUp_Options_Scale_Description=Scale the emulator window 97 StartUp_Options_BootAnim_Label=Disable Boot Animation 98 StartUp_Options_BootAnim_Description=Disable the boot animation during emulator startup 99 StartUp_Options_NoSkin_Label=Don't Show Emulator Skin 100 StartUp_Options_NoSkin_Description=Disable the emulator's skin 101 StartUp_Options_Cache_Label=Cache 102 StartUp_Options_Cache_Description=Use a specific file as the working cache partition image 103 StartUp_Options_UserData_Label=User Data 104 StartUp_Options_UserData_Description=Use a specific file as the working user-data disk image 105 StartUp_Options_InitData_Label=Init User Data 106 StartUp_Options_InitData_Description=When resetting the user-data image (through -wipe-data), copy the contents of this file to the new user-data disk image. By default, the emulator copies -system/userdata.img. 107 StartUp_Options_RAM_Label=RAM 108 StartUp_Options_RAM_Description=Use a specific file as the ramdisk image. 109 StartUp_Options_SDCard_Label=SD Card 110 StartUp_Options_SDCard_Description=Use a specific file as the SD card image 111 StartUp_Options_NoCache_Label=Disable Cache Partition 112 StartUp_Options_NoCache_Description=Start the emulator without a cache partition 113 StartUp_Options_WipeData_Label=Wipe User Data 114 StartUp_Options_WipeData_Description=Reset the current user-data disk image (that is, the file specified by -datadir and -data, or the default file). The emulator deletes all data from the user-data image file, then copies the contents of the file at -inidata data to the image file before starting. 115 StartUp_Options_DNSServer_Label=DNS Server 116 StartUp_Options_DNSServer_Description=Use the specified DNS server(s) 117 StartUp_Options_HTTPProxy_Label=HTTP Proxy 118 StartUp_Options_HTTPProxy_Description=Make all TCP connections through a specified HTTP/HTTPS proxy 119 StartUp_Options_NetDelay_Label=Network Latency 120 StartUp_Options_NetDelay_Description=Set network latency emulation 121 StartUp_Options_NetSpeed_Label=Network Speed 122 StartUp_Options_NetSpeed_Description=Set network speed emulation 123 StartUp_Options_Port_Label=Port Number 124 StartUp_Options_Port_Description=Set the console port number for this emulator instance 125 StartUp_Options_NetFast_Label=Max Network Speed / Min Network Latency 126 StartUp_Options_NetFast_Description=Shortcut for -netspeed full -netdelay none 127 StartUp_Options_OtherOptions_Label=Other Startup Options 128 StartUp_Options_OtherOptions_Description=Other Emulator options 129 StartUp_Options_NoJni_Label=Disable JNI checks 130 StartUp_Options_NoJni_Description=Disable JNI checks in the Dalvik runtime 131 StartUp_Options_GPS_Label=Redirect GPS 132 StartUp_Options_GPS_Description=Redirect NMEA GPS to character device 133 StartUp_Options_CPUDelay_Description=Slow down emulated CPU speed 134 StartUp_Options_CPUDelay_Label=CPU Delay 135 StartUp_UserInterface_Tab_Label=User Interface 136 StartUp_DiskImages_Tab_Label=Disk Images 137 StartUp_Network_Tab_Label=Network 138 StartUp_System_Tab_Label=System 139 StartUp_Others_Tab_Label=Others