ids.src (aefd6d56) ids.src (f9a342d1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 58 unchanged lines hidden (view full) ---

67
68 String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
69 {
70 Text [ en-US ] = "Target already exists." ;
71 };
72
73 String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
74 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 58 unchanged lines hidden (view full) ---

67
68 String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
69 {
70 Text [ en-US ] = "Target already exists." ;
71 };
72
73 String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
74 {
75 Text [ en-US ] = "You are about to save/export a password protected basic library containing module(s)\n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?" ;
75 Text [ en-US ] = "You are about to save/export a password protected BASIC library containing module(s)\n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?" ;
76 };
77
78 String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
79 {
80 Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum." ;
81 };
82
83 String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)

--- 320 unchanged lines hidden ---
76 };
77
78 String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
79 {
80 Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum." ;
81 };
82
83 String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)

--- 320 unchanged lines hidden ---