Skip to content

Commit 7a25626

Browse files
committed
fixed some language strings
1 parent 0041ab9 commit 7a25626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mode/languages/mode.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android_mode.dialog.wallpaper_installed_body = Processing just built and install
8484
android_mode.dialog.watchface_installed_title = Watch face installed!
8585
android_mode.dialog.watchface_installed_body = Processing just built and installed your sketch as a watch face on the selected device.<br><br>You need to add it as a favourite watch face on the device and then select it from the watch face picker in order to run it.
8686
android_mode.dialog.cannot_export_package_title = Cannot export package...
87-
android_mode.dialog.cannot_export_package_body = The sketch still has the default package name. Not good, since this name will uniquely identify your app on the Play store... for ever! Come up with a different package name and write in the AndroidManifest.xml file in the sketch folder, after the \"package=\" attribute inside the manifest tag, which also contains version code and name. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
87+
android_mode.dialog.cannot_export_package_body = The sketch still has the default package name. Not good, since this name will uniquely identify your app on the Play store... for ever! Come up with a different package name and write in the AndroidManifest.xml file in the sketch folder, after the "package=" attribute inside the manifest tag, which also contains version code and name. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
8888
android_mode.dialog.cannot_use_default_icons_title = Cannot export package...
8989
android_mode.dialog.cannot_use_default_icons_body = The sketch does not include all required app icons. Processing could use its default set of Android icons, which are okay to test the app on your device, but a bad idea to distribute it on the Play store. Create a full set of unique icons for your app, and copy them into the sketch folder. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
9090
android_mode.warn.cannot_load_sdk_title = Bad news...
@@ -139,9 +139,9 @@ android_sdk.dialog.found_installed_sdk_body = Processing found a valid Android S
139139
android_sdk.option.use_existing_sdk = Use existing SDK
140140
android_sdk.option.download_new_sdk = Download new SDK
141141
android_sdk.dialog.cannot_find_sdk_title = Cannot find an Android SDK...
142-
android_sdk.dialog.cannot_find_sdk_body = Processing did not find an Android SDK on this computer. If there is one, and you know where it is, click \"Locate SDK path\" to select it, or \"Download SDK\" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
142+
android_sdk.dialog.cannot_find_sdk_body = Processing did not find an Android SDK on this computer. If there is one, and you know where it is, click "Locate SDK path" to select it, or "Download SDK" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
143143
android_sdk.dialog.invalid_sdk_title = Android SDK is not valid...
144-
android_sdk.dialog.invalid_sdk_body = Processing found an Android SDK, but is not valid. It could be missing some files, or might not be including the required platform for API %s.<br><br>If a valid SDK is available in a different location, click \"Locate SDK path\" to select it, or \"Download SDK\" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
144+
android_sdk.dialog.invalid_sdk_body = Processing found an Android SDK, but is not valid. It could be missing some files, or might not be including the required platform for API %s.<br><br>If a valid SDK is available in a different location, click "Locate SDK path" to select it, or "Download SDK" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
145145
android_sdk.option.download_sdk = Download SDK automatically
146146
android_sdk.option.locate_sdk = Locate SDK path manually
147147
android_sdk.dialog.download_phone_image_title = Download phone system image?
@@ -153,7 +153,7 @@ android_sdk.error.sdk_selection_canceled = User canceled attempt to find SDK
153153
android_sdk.error.sdk_download_canceled = User canceled SDK download
154154
android_sdk.error.sdk_download_failed = SDK could not be downloaded
155155
android_sdk.dialog.sdk_installed_title = SDK installed!
156-
android_sdk.dialog.sdk_installed_body = Processing just downloaded and installed the Android SDK succesfully. The Android mode is now ready to use!<br><br>For documentation, examples, and tutorials, visit the <a href=\"%s\">Processing for Android website</a>, and if you updated from version 3 of the mode, check the <a href=\"%s"\">what's new page</a>.
156+
android_sdk.dialog.sdk_installed_body = Processing just downloaded and installed the Android SDK successfully. The Android mode is now ready to use!<br><br>For documentation, examples, and tutorials, visit the <a href=\"%s\">Processing for Android website</a>, and if you updated from version 3 of the mode, check the <a href=\"%s"\">what's new page</a>.
157157
android_sdk.dialog.install_usb_driver = <br><br>If you are planning to use Google Nexus devices, then you need the Google USB Driver to connect them to Processing. You will have to install the driver manually following <a href=\"%s\">these instructions</a>.<br><br>The installation files are available in this folder:</br>%s
158158
android_sdk.dialog.sdk_license_rejected_title = SDK license not accepted
159159
android_sdk.dialog.sdk_license_rejected_body = The Android SDK was installed, but will not be usable. You can accept the license at a later time by opening a terminal, changing to the SDK folder, and then running the following command:<br><br>tools/bin/sdkmanager --licenses
@@ -200,7 +200,7 @@ android_devices.error.cannot_get_device_list = Received unfamiliar output from \
200200

201201
android_devices.error.no_permissions_title = Found devices with no permissions!
202202

203-
android_devices.error.no_permissions_body = Make sure that the device has USB debugging enabled, and that the required USB drivers are installed on Windows, and that permissions are properly configured on Linux. Also, on Linux, don't set the USB configuration to \"charging\" while debugging.<br><br> Read this guide on <a href=\"%s\">running apps on hardware device</a> for more details.
203+
android_devices.error.no_permissions_body = Make sure that the device has USB debugging enabled, and that the required USB drivers are installed on Windows, and that permissions are properly configured on Linux. Also, on Linux, don't set the USB configuration to "charging" while debugging.<br><br> Read this guide on <a href=\"%s\">running apps on hardware device</a> for more details.
204204

205205
private static final String DEVICE_PERMISSIONS_URL =
206206
"https://developer.android.com/studio/run/device.html";

0 commit comments

Comments
 (0)