Bump version to 5.0-14
[LibreOffice.git] / dbaccess / source / ext / macromigration / macromigration.src
blobc0c138201d896486f3397474db76807ac68785de
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 "dbmm_global.hrc"
22 String STR_TITLE_MACRO_MIGRATION
24     Text [ en-US ]  = "Database Document Macro Migration" ;
27 String STR_STATE_CLOSE_SUB_DOCS
29     Text [ en-US ] = "Prepare";
32 String STR_STATE_BACKUP_DBDOC
34     Text [ en-US ] = "Backup Document";
37 String STR_STATE_MIGRATE
39     Text [ en-US ] = "Migrate";
42 String STR_STATE_SUMMARY
44     Text [ en-US ] = "Summary";
47 String STR_FORM
49     Text [ en-US ] = "Form '$name$'";
50     Text [ x-comment ] = "This refers to a form document inside a database document.";
53 String STR_REPORT
55     Text [ en-US ] = "Report '$name$'";
56     Text [ x-comment ] = "This refers to a report document inside a database document.";
59 String STR_OVERALL_PROGRESS
61     Text [ en-US ] = "document $current$ of $overall$";
64 String STR_DATABASE_DOCUMENT
66     Text[ en-US ] = "Database Document";
69 String STR_SAVED_COPY_TO
71     Text[ en-US ] = "saved copy to $location$";
74 String STR_MOVED_LIBRARY
76     Text[ en-US ] = "migrated $type$ library '$old$' to '$new$'";
79 String STR_LIBRARY_TYPE_AND_NAME
81     Text [ en-US ] = "$type$ library '$library$'";
84 String STR_MIGRATING_LIBS
86     Text [ en-US ] = "migrating libraries ...";
89 String STR_OOO_BASIC
91     Text[ en-US ] = "%PRODUCTNAME Basic";
94 String STR_JAVA_SCRIPT
96     Text[ en-US ] = "JavaScript";
99 String STR_BEAN_SHELL
101     Text[ en-US ] = "BeanShell";
104 String STR_JAVA
106     Text[ en-US ] = "Java";
109 String STR_PYTHON
111     Text[ en-US ] = "Python";
114 String STR_DIALOG
116     Text[ en-US ] = "dialog";
119 String STR_ERRORS
121     Text [ en-US ] = "Error(s)";
124 String STR_WARNINGS
126     Text [ en-US ] = "Warnings";
129 String STR_EXCEPTION
131     Text [ en-US ] = "caught exception:";
134 String STR_INVALID_BACKUP_LOCATION
136     Text [ en-US ] = "You need to choose a backup location other than the document location itself.";
139 String STR_INVALID_NUMBER_ARGS
141     Text [ en-US ] = "Invalid number of initialization arguments. Expected 1.";
144 String STR_NO_DATABASE
146     Text [ en-US ] = "No database document found in the initialization arguments.";
149 String STR_NOT_READONLY
151     Text [ en-US ] = "Not applicable to read-only documents.";
154 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */