1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "dbu_misc.hrc"
22 String STR_RSC_CHARSETS
24 Text [ en-US ] = "System";
27 String STR_ERROR_DURING_CREATION
29 Text [ en-US ] = "Error during creation";
32 String STR_UNEXPECTED_ERROR
34 Text [ en-US ] = "An unexpected error occurred. The operation could not be performed.";
37 String STR_COULDNOTOPEN_LINKEDDOC
39 Text [ en-US ] = "The document \"$file$\" could not be opened.";
42 String STR_MISSING_TABLES_XDROP
44 Text [ en-US ] = "The table cannot be deleted because the database connection does not support this.";
47 String STR_BUTTON_TEXT_ALL
49 Text [ en-US ] = "~All";
54 Text [ en-US ] = "Undo:";
59 Text [ en-US ] = "Redo:";
62 String STR_UNKNOWN_TYPE_FOUND
64 Text [ en-US ] = "No corresponding column type could be found for column '#1'." ;
67 String STR_FILE_DOES_NOT_EXIST
69 Text[ en-US ] = "The file \"$file$\" does not exist.";
72 String STR_WARNINGS_DURING_CONNECT
74 Text [ en-US ] = "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them.";
77 String STR_NAMED_OBJECT_ALREADY_EXISTS
79 Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ;
82 String RID_STR_EXTENSION_NOT_PRESENT
84 // #i96130# use hard coded name
85 Text [ en-US ] = "The report, \"$file$\", requires the Oracle Report Builder feature.";
88 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */