bump product version to 5.0.4.1
[LibreOffice.git] / forms / source / resource / strings.src
blob3a252c7d78ab87be0dddac029607373edd9cb338
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "frm_resource.hrc"
22 String RID_BASELISTBOX_ERROR_FILLLIST
24     Text [ en-US ] = "The contents of a combo box or list field could not be determined.";
27 String RID_STR_IMPORT_GRAPHIC
29     Text [ en-US ] = "Insert Image" ;
32 String RID_STR_CONTROL_SUBSTITUTED_NAME
34     Text [ en-US ] = "substituted";
37 String RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN
39     Text [ en-US ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder.";
42 String RID_STR_READERROR
44     Text [ en-US ] = "Error reading data from database" ;
47 String RID_STR_CONNECTERROR
49     Text [ en-US ] = "Connection failed" ;
52 String RID_ERR_LOADING_FORM
54     Text [ en-US ] = "The data content could not be loaded.";
57 String RID_ERR_REFRESHING_FORM
59     Text [ en-US ] = "The data content could not be updated";
62 String RID_STR_ERR_INSERTRECORD
64     Text [ en-US ] = "Error inserting the new record";
67 String RID_STR_ERR_UPDATERECORD
69     Text [ en-US ] = "Error updating the current record";
72 String RID_STR_ERR_DELETERECORD
74     Text [ en-US ] = "Error deleting the current record";
77 String RID_STR_ERR_DELETERECORDS
79     Text [ en-US ] = "Error deleting the specified records";
82 String RID_STR_NEED_NON_NULL_OBJECT
84     Text [ en-US ] = "The object cannot be NULL.";
87 String RID_STR_OPEN_GRAPHICS
89     Text [ en-US ] = "Insert Image from...";
92 String RID_STR_CLEAR_GRAPHICS
94     Text [ en-US ] = "Remove Image";
97 String RID_STR_INVALIDSTREAM
99     Text [ en-US ] = "The given stream is invalid.";
102 String RID_STR_SYNTAXERROR
104     Text [ en-US ] = "Syntax error in query expression" ;
107 String RID_STR_INCOMPATIBLE_TYPES
109     Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
112 String RID_STR_LABEL_RECORD
114     Text [ en-US ] = "Record";
117 String RID_STR_INVALID_VALIDATOR
119     Text [ en-US ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator.";
122 String RID_STR_LABEL_OF
124     Text [ en-US ] = "of";
127 String RID_STR_QUERY_SAVE_MODIFIED_ROW
129     Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?";
131 String RID_STR_COULD_NOT_SET_ORDER
133     Text [ en-US ] = "Error setting the sort criteria";
135 String RID_STR_COULD_NOT_SET_FILTER
137     Text [ en-US ] = "Error setting the filter criteria";
139 String RID_STR_FEATURE_REQUIRES_PARAMETERS
141     Text [ en-US ] = "To execute this function, parameters are needed.";
143 String RID_STR_FEATURE_NOT_EXECUTABLE
145     Text [ en-US ] = "This function cannot be executed, but is only for status queries.";
147 String RID_STR_FEATURE_UNKNOWN
149     Text [ en-US ] = "Unknown function.";
152 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */