Skip to content

Commit b2133ff

Browse files
Added Emu Progress Strings in mode.properties
1 parent 8afa75b commit b2133ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mode/languages/mode.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,15 @@ android_mode.warn.cannot_load_sdk_title = Bad news...
108108
android_mode.warn.cannot_load_sdk_body = The Android SDK could not be loaded.\nThe Android Mode will be disabled.
109109
android_mode.info.cannot_open_sdk_path = "Android SDK path couldn't be opened.";
110110
android_mode.error.cannot_create_avd = "Could not create a virtual device for the emulator.";
111+
android_mode.error.emulator_installation_failed = "Encountered Issues with the emulator installation. Result Code is non-zero";
111112
android_mode.dialog.no_devices_found_title = No devices found!
112113
android_mode.dialog.no_devices_found_body = Processing did not find any device where to run\nyour sketch on. Make sure that your handheld or\nwearable is properly connected to the computer\nand that USB or Bluetooth debugging is enabled.
113114
android_mode.status.no_devices_found = No devices found.
114115
android_mode.status.starting_project_build = Starting build...
115116
android_mode.status.building_project = Building Android project...
116117
android_mode.status.project_build_failed = Build failed.
118+
android_mode.status.downloading_emulator = Downloading Emulator...
119+
android_mode.status.downloading_emulator_successful = Emulator installation was successful.
117120

118121
# ---------------------------------------
119122
# Android Preprocessor
@@ -256,7 +259,7 @@ keystore_manager.country_code_label = Country code (XX):
256259
# Manifest
257260

258261
manifest.warn.cannot_handle_file_title = Error handling %s
259-
manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing %s\nwhich means lots of things are likely to stop working properly.\nTo prevent losing any data, it's recommended that you use “Save As”\n"to save a separate copy of your sketch, and then restart Processing.";
262+
manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing %s\nwhich means lots of things are likely to stop working properly.\nTo prevent losing any data, it's recommended that you use “Save As”\n"to save a separate copy of your sketch, and then restart Processing.";
260263

261264
# ---------------------------------------
262265
# Permissions

0 commit comments

Comments
 (0)