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 .
22 StringArray SV_PRINT_NATIVE_STRINGS
28 < "Number of pages"; >;
30 < "Print selection only"; >;
34 StringArray RID_STR_PAPERNAMES
62 < "#8 (Monarch) Envelope"; >;
63 < "#6 3/4 (Personal) Envelope"; >;
74 < "Japanese Postcard"; >;
78 String SV_PRINT_NOPAGES
80 Text [en-US] = "No pages";
83 String SV_PRINT_TOFILE_TXT
85 Text [en-US] = "Print to File...";
88 String SV_PRINT_DEFPRT_TXT
90 Text [en-US] = "Default printer";
93 String SV_PRINT_PRINTPREVIEW_TXT
95 Text [en-US] = "Print preview";
98 Image SV_PRINT_COLLATE_IMG
100 ImageBitmap = Bitmap { File = "collate.png" ; };
103 Image SV_PRINT_NOCOLLATE_IMG
105 ImageBitmap = Bitmap { File = "ncollate.png" ; };
108 String SV_PRINT_QUERYFAXNUMBER_TXT
110 Text [ en-US ] = "Please enter the fax number";
113 String SV_PRINT_INVALID_TXT
115 Text [ en-US ] = "<ignore>";
118 String SV_PRINT_CUSTOM_TXT
120 Text [ en-US ] = "Custom";
123 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */