Files
loongoffice/editeng/source/items/page.src
2010-02-17 10:32:35 +01:00

256 lines
3.7 KiB
Plaintext

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// include ---------------------------------------------------------------
#include <editeng/editrids.hrc>
String RID_SVXSTR_PAPER_A0
{
Text = "A0" ;
};
String RID_SVXSTR_PAPER_A1
{
Text = "A1" ;
};
String RID_SVXSTR_PAPER_A2
{
Text = "A2" ;
};
String RID_SVXSTR_PAPER_A3
{
Text = "A3" ;
};
String RID_SVXSTR_PAPER_A4
{
Text = "A4" ;
};
String RID_SVXSTR_PAPER_A5
{
Text = "A5" ;
};
String RID_SVXSTR_PAPER_B4_ISO
{
Text = "B4 (ISO)" ;
};
String RID_SVXSTR_PAPER_B5_ISO
{
Text = "B5 (ISO)" ;
};
String RID_SVXSTR_PAPER_LETTER
{
Text = "Letter" ;
};
String RID_SVXSTR_PAPER_LEGAL
{
Text = "Legal" ;
};
String RID_SVXSTR_PAPER_TABLOID
{
Text = "Tabloid" ;
};
String RID_SVXSTR_PAPER_USER
{
Text [ en-US ] = "User Defined" ;
};
String RID_SVXSTR_PAPER_B6_ISO
{
Text = "B6 (ISO)" ;
};
String RID_SVXSTR_PAPER_C4
{
Text = "C4 Envelope" ;
};
String RID_SVXSTR_PAPER_C5
{
Text = "C5 Envelope" ;
};
String RID_SVXSTR_PAPER_C6
{
Text = "C6 Envelope" ;
};
String RID_SVXSTR_PAPER_C65
{
Text = "C6/5 Envelope" ;
};
String RID_SVXSTR_PAPER_DL
{
Text = "DL Envelope" ;
};
String RID_SVXSTR_PAPER_DIA
{
Text = "Dia Slide" ;
};
String RID_SVXSTR_PAPER_SCREEN
{
Text [ en-US ] = "Screen" ;
};
String RID_SVXSTR_PAPER_C
{
Text = "C" ;
};
String RID_SVXSTR_PAPER_D
{
Text = "D" ;
};
String RID_SVXSTR_PAPER_E
{
Text = "E" ;
};
String RID_SVXSTR_PAPER_EXECUTIVE
{
Text = "Executive" ;
};
String RID_SVXSTR_PAPER_LEGAL2
{
Text = "Long Bond" ;
};
String RID_SVXSTR_PAPER_MONARCH
{
Text = "#8 (Monarch) Envelope" ;
};
String RID_SVXSTR_PAPER_COM675
{
Text = "#6 3/4 (Personal) Envelope" ;
};
String RID_SVXSTR_PAPER_COM9
{
Text = "#9 Envelope" ;
};
String RID_SVXSTR_PAPER_COM10
{
Text = "#10 Envelope" ;
};
String RID_SVXSTR_PAPER_COM11
{
Text = "#11 Envelope" ;
};
String RID_SVXSTR_PAPER_COM12
{
Text = "#12 Envelope" ;
};
String RID_SVXSTR_PAPER_KAI16
{
Text = "16 Kai" ;
};
String RID_SVXSTR_PAPER_KAI32
{
Text = "32 Kai" ;
};
String RID_SVXSTR_PAPER_KAI32BIG
{
Text = "Big 32 Kai" ;
};
String RID_SVXSTR_PAPER_B4_JIS
{
Text = "B4 (JIS)" ;
};
String RID_SVXSTR_PAPER_B5_JIS
{
Text = "B5 (JIS)" ;
};
String RID_SVXSTR_PAPER_B6_JIS
{
Text = "B6 (JIS)" ;
};
String RID_SVXSTR_PAPERBIN
{
Text [ en-US ] = "Paper tray" ;
};
String RID_SVXSTR_PAPERBIN_SETTINGS
{
Text [ en-US ] = "[From printer settings]" ;
};
// ********************************************************************** EOF