xref: /trunk/main/editeng/source/items/page.src (revision 5ed3aded7779c8f8a2a3f18bab68e1a65abc0589)
18e3a06d4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e3a06d4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e3a06d4SAndrew Rist * distributed with this work for additional information
68e3a06d4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the
88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance
98e3a06d4SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing,
148e3a06d4SAndrew Rist * software distributed under the License is distributed on an
158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e3a06d4SAndrew Rist * KIND, either express or implied.  See the License for the
178e3a06d4SAndrew Rist * specific language governing permissions and limitations
188e3a06d4SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
228e3a06d4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <editeng/editrids.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweirString RID_SVXSTR_PAPERBIN
29cdf0e10cSrcweir{
30cdf0e10cSrcweir    Text [ en-US ] = "Paper tray" ;
31cdf0e10cSrcweir};
32cdf0e10cSrcweirString RID_SVXSTR_PAPERBIN_SETTINGS
33cdf0e10cSrcweir{
34cdf0e10cSrcweir    Text [ en-US ] = "[From printer settings]" ;
35cdf0e10cSrcweir};
36*5ed3adedSmseidel
37cdf0e10cSrcweir// ********************************************************************** EOF
38