mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
56 lines
3.2 KiB
Plaintext
56 lines
3.2 KiB
Plaintext
/*
|
|
Licensed Materials - Property of IBM
|
|
|
|
(C) Copyright 2015 IBM Corp.
|
|
|
|
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.
|
|
*/
|
|
|
|
//a
|
|
"Application Error" = "Application Error";
|
|
"applicationDisabled" = "Application Disabled";
|
|
"appInternalError" = "The application has encountered an internal error. Reinstall the application and try again.";
|
|
"appNeedsSpace" = "Application installation has failed because there is no sufficient storage space available. Free %.2f MB and relaunch the application.";
|
|
"appZipDownloadFailedServerNotResponding" = "Downloading application archive file failed. The server is not responding.";
|
|
"applicationDisabled" = "Application Disabled";
|
|
"appWeResourcesNotAccessible" = "The application web resources could not be accessed.";
|
|
|
|
//c
|
|
"cancel" = "Cancel";
|
|
"close" = "Close";
|
|
|
|
//d
|
|
"downloading" = "Downloading...";
|
|
|
|
//e
|
|
"error" = "Error";
|
|
"errorProcessingRequestFromApp" = "An error was encountered while processing the request from the application.";
|
|
"errorProcessingZip" = "An error occurred extracting archive file. See earlier messages for the cause of failure.";
|
|
"exit" = "Exit";
|
|
|
|
//g
|
|
"getNewVersion" = "Get new version";
|
|
|
|
|
|
//l
|
|
"loading" = "Loading...";
|
|
|
|
//n
|
|
"NotAvailable"="Not Available";
|
|
|
|
//o
|
|
"ok" = "OK";
|
|
|
|
//s
|
|
"serviceNotification" = "Service Notification";
|
|
|
|
//u
|
|
"unpacking" = "Unpacking...";
|
|
"update" = "Update";
|
|
"upgrade" = "Upgrade";
|
|
|