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 "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";
49 Text [ en-US ] = "Form '$name$'";
50 Text [ x-comment ] = "This refers to a form document inside a database document.";
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 ...";
91 Text[ en-US ] = "%PRODUCTNAME Basic";
94 String STR_JAVA_SCRIPT
96 Text[ en-US ] = "JavaScript";
101 Text[ en-US ] = "BeanShell";
106 Text[ en-US ] = "Java";
111 Text[ en-US ] = "Python";
116 Text[ en-US ] = "dialog";
121 Text [ en-US ] = "Error(s)";
126 Text [ en-US ] = "Warnings";
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: */