diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /devtools/client/locales/en-US/webide.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'devtools/client/locales/en-US/webide.properties')
-rw-r--r-- | devtools/client/locales/en-US/webide.properties | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/webide.properties b/devtools/client/locales/en-US/webide.properties new file mode 100644 index 000000000..2368ad7f1 --- /dev/null +++ b/devtools/client/locales/en-US/webide.properties @@ -0,0 +1,92 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +title_noApp=Firefox WebIDE +title_app=Firefox WebIDE: %S + +runtimeButton_label=Select Runtime +projectButton_label=Open App + +mainProcess_label=Main Process + +local_runtime=Local Runtime +remote_runtime=Remote Runtime +remote_runtime_promptTitle=Remote Runtime +remote_runtime_promptMessage=hostname:port + +importPackagedApp_title=Select Directory +importHostedApp_title=Open Hosted App +importHostedApp_header=Enter Manifest URL + +selectCustomBinary_title=Select custom B2G binary +selectCustomProfile_title=Select custom Gaia profile + +notification_showTroubleShooting_label=Troubleshooting +notification_showTroubleShooting_accesskey=T + +# LOCALIZATION NOTE (project_tab_loading): This is shown as a temporary tab +# title for browser tab projects when the tab is still loading. +project_tab_loading=Loading… + +# These messages appear in a notification box when an error occur. + +error_cantInstallNotFullyConnected=Can’t install project. Not fully connected. +error_cantInstallValidationErrors=Can’t install project. Validation errors. +error_listRunningApps=Can’t get app list from device + +# Variable: name of the operation (in english) +error_operationTimeout=Operation timed out: %1$S +error_operationFail=Operation failed: %1$S + +# Variable: app name +error_cantConnectToApp=Can’t connect to app: %1$S + +# Variable: error message (in english) +error_cantFetchAddonsJSON=Can’t fetch the add-on list: %S + +error_appProjectsLoadFailed=Unable to load project list. This can occur if you’ve used this profile with a newer version of Firefox. +error_folderCreationFailed=Unable to create project folder in the selected directory. + +# Variable: runtime app build ID (looks like this %Y%M%D format) and firefox build ID (same format) +error_runtimeVersionTooRecent=The connected runtime has a more recent build date (%1$S) than your desktop Firefox (%2$S) does. This is an unsupported setup and may cause DevTools to fail. Please update Firefox. + +addons_stable=stable +addons_unstable=unstable +# LOCALIZATION NOTE (addons_simulator_label): This label is shown as the name of +# a given simulator version in the "Manage Simulators" pane. %1$S: Firefox OS +# version in the simulator, ex. 1.3. %2$S: Simulator stability label, ex. +# "stable" or "unstable". +addons_simulator_label=Firefox OS %1$S Simulator (%2$S) +addons_install_button=install +addons_uninstall_button=uninstall +addons_adb_label=ADB Helper Add-on +addons_adapters_label=Tools Adapters Add-on +addons_adb_warning=USB devices won’t be detected without this add-on +addons_status_unknown=? +addons_status_installed=Installed +addons_status_uninstalled=Not Installed +addons_status_preparing=preparing +addons_status_downloading=downloading +addons_status_installing=installing + +runtimedetails_checkno=no +runtimedetails_checkyes=yes +runtimedetails_checkunknown=unknown (requires ADB Helper 0.4.0 or later) +runtimedetails_notUSBDevice=Not a USB device + +# Validation status +status_tooltip=Validation status: %1$S +status_valid=VALID +status_warning=WARNINGS +status_error=ERRORS +status_unknown=UNKNOWN + +# Device preferences and settings +device_reset_default=Reset to default + +# Simulator options +simulator_custom_device=Custom +simulator_custom_binary=Custom B2G binary… +simulator_custom_profile=Custom Gaia profile… +simulator_default_profile=Use default |