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 .
21 #include <sfx2/sfx.hrc>
23 #include "sfxlocal.hrc"
25 String STR_NODEFPRINTER
27 Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ;
29 String STR_NOSTARTPRINTER
31 Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
33 String STR_ERROR_PRINTER_BUSY
35 Text [ en-US ] = "Printer busy" ;
37 String STR_ERROR_PRINT
39 Text [ en-US ] = "Error while printing" ;
43 Text [ en-US ] = "Page " ;
45 String STR_ERROR_SAVE_TEMPLATE
47 Text [ en-US ] = "Error saving template " ;
51 Text [ en-US ] = " (read-only)" ;
53 String STR_PRINT_NEWORI
55 Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
57 String STR_PRINT_NEWSIZE
59 Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the active document?" ;
61 String STR_PRINT_NEWORISIZE
63 Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
68 Text [ en-US ] = "The document cannot be closed because a\n print job is being carried out." ;
71 String STR_ERROR_SEND_MAIL
73 Text [ en-US ] = "An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\nPlease check the %PRODUCTNAME settings or your e-mail program settings." ;
76 String STR_QUERY_OPENASTEMPLATE
78 Text [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ;
80 String STR_REPAIREDDOCUMENT
82 Text [ en-US ] = " (repaired document)" ;
85 String STR_NONCHECKEDOUT_DOCUMENT
87 Text [ en-US ] = "This document is not checked out on the server." ;
89 String STR_READONLY_DOCUMENT
91 Text [ en-US ] = "This document is open in read-only mode." ;
94 PushButton BT_CHECKOUT
96 Pos = MAP_APPFONT( 0 , 0 );
97 Size = MAP_APPFONT( 30 , 0 );
98 Text[ en-US ] = "Check Out";
100 PushButton BT_READONLY_EDIT
102 Pos = MAP_APPFONT( 0 , 0 );
103 Size = MAP_APPFONT( 70 , 0 );
104 Text[ en-US ] = "Edit Document";
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */